Transparent color layer on background image

//Semi-transparent color layer over background-image

here is a CSS code for that

box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);