<div class="container">
  <div class="text">
    Cliff huck camera toss
  </div>
</div>
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
body {font-family: Montserrat; font-weight: 900;}

.container {
  width: 450px;
  overflow: hidden;
  background-color: lightblue;
  background-image: url(https://images.unsplash.com/photo-1523002010469-ea85cb48674b?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-size: contain;
  text-align: center;
  padding: 20px;
  font-size: 100px;
  text-transform: uppercase;
}
.text {
  min-height: 60px;
  color: rgba(0, 0, 255, 1);
  filter: opacity(0.3) invert(30%) brightness(500%);
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.