Gradient Dark Medium Gray

Gradient and text preview:

This paragraph uses color with hex code 8B8B8B. Color of text is in garmony with gradient primary color A9A9A9.

Stat info: Views 722 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #A9A9A9 169.169.169
Secondary color #9A9A9A 154.154.154
Border color #8B8B8B 139.139.139
Box shadow color #B8B8B8 184.184.184
Text color 1234567890 #8B8B8B 139.139.139

CSS3 styles:

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