I need to provide this image with css. A layer must be placed on the image. I can't get exactly the same appearance. Is there a solution to this? It can also be an SVG filter.
I've tried it, but I can't make it.
div {
width: 400px;
height: 800px;
background-image: url("https://i.stack.imgur.com/z5W7Q.jpg");
background-color: rgba(16, 24, 45, 0.8);
background-size: contain;
background-repeat: no-repeat;
background-blend-mode: darken;
}
<div></div>