/* Use RGBA */ background-color: rgba(255, 255, 0, 0.75); /* Transparent Yellow */
background-color : rgba(0, 0, 0, 0.6); /* Transparent Black the last value decide how much transparency do we want */ and first 3 values decide which color you get it red, blue and green.