Is it possible to keep a background image 100% opacity and make the background-colour 50% opacity?
.smallIcons{
background-color: #f00;
opacity: 0.5; // 50% background
background-image: url(../twiter.png); // 100% here
background-repeat: no-repeat;
}