Gradient Japanese Indigo

Gradient and text preview:

This paragraph uses color with hex code 08252A. Color of text is in garmony with gradient primary color 264348.

Stat info: Views 194 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #264348 38.67.72
Secondary color #173439 23.52.57
Border color #08252A 8.37.42
Box shadow color #355257 53.82.87
Text color 1234567890 #08252A 8.37.42

CSS3 styles:

background: #264348;
color: #08252A;
background: linear-gradient(to bottom, #264348 0%, #173439 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #264348), color-stop(100%, #173439));
background: -webkit-linear-gradient(top, #264348 0%, #173439 100%);
background: -moz-linear-gradient(top, #264348 0%, #173439 100%);
background: -o-linear-gradient(top, #264348 0%, #173439 100%);
background: -ms-linear-gradient(top, #264348 0%, #173439 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264348', endColorstr='#173439', GradientType=0);
border: 1px solid #08252A;
text-shadow: 0 1px 0 #355257;
-webkit-text-shadow: 0 1px 0 #355257;
-moz-text-shadow: 0 1px 0 #355257;
box-shadow: inset 0 1px 0 #355257;
-webkit-box-shadow: inset 0 1px 0 #355257;
-moz-box-shadow: inset 0 1px 0 #355257;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.