Gradient Gray (X11 Gray)

Gradient and text preview:

This paragraph uses color with hex code A0A0A0. Color of text is in garmony with gradient primary color BEBEBE.

Stat info: Views 551 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #BEBEBE 190.190.190
Secondary color #AFAFAF 175.175.175
Border color #A0A0A0 160.160.160
Box shadow color #CDCDCD 205.205.205
Text color 1234567890 #A0A0A0 160.160.160

CSS3 styles:

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