HEX: #51555D
RGB: (81,85,93)
#51555D contains red, green and blue colors in about the same proportion. Web safe color of #51555D is #666666 (or #666).
#51555D color RGB value is (81,85,93).
RGB: (81,85,93)
(32%, 33%, 36%)
R 81 of 255 = 32%
G 85 of 255 = 33%
B 93 of 255 = 36%
R + G + B ~ 34%. #51555D is quite dark color.
R + G + B = 81 + 85 + 93 = 259 (100%)
R 81 of 259 ~ 31.27%
G 85 of 259 ~ 32.82%
B 93 of 259 ~ 35.91'%
#51555D color CMYK value is (13,9,0,64).
CMYK: (13,9,0,64)
C13M9Y0K64 (13%, 9%, 0%, 64%)
(0.13 / 0.09 / 0.00 / 0.64)
Color #51555D in popluar color models
51 | 55 | 5D | |
---|---|---|---|
RGB | 81 | 85 | 93 |
HSL | 220° | 6.90% | 34.12% |
HSB/HSV | 220° | 12.90% | 36.47% |
CMYK | 12.90% | 8.60% | 0.00% |
63.53% |
Color #51555D in popluar number systems.
HEX | 51 | 55 | 5D |
Decimal | 81 | 85 | 93 |
Binary | 1010001 | 1010101 | 1011101 |
Octal | 121 | 125 | 135 |
Shades of #51555D
Tints of #51555D
Examples of css and html codes for elements with #51555D color. Also use rgb(81,85,93) instead hex code.
.myTextColor { color: #51555D; }
<p style="color:#51555D">This sample text font color is #51555D.</p>
This text font color is #51555D.
.myBgColor { background-color: #51555D; }
<div style="background-color:#51555D">Inner text</div>
This div background color is #51555D.
.myBorderColor { border: 1px solid #51555D; }
<div style="border:3px solid #51555D">Div</div>
This div border color is #51555D.
.myOpacity80 { color: #51555D; opacity: 0.8; }
<p style="color:#51555D;opacity:0.8;">80%</p>
Text with #51555D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51555D;}
<p style="text-shadow: 3px 3px 1px #51555D">Text here.</p>
This text has shadow with #51555D color.
.textShadow {text-shadow: 3px 3px 1px #51555D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51555D, 5px 5px 20px red">Text here.</p>
This text has shadow with #51555D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51555D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51555D, Direction=45, Strength=4)">Text</p>
This text has shadow with #51555D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51555D;
-webkit-box-shadow: 1px 1px 3px 2px #51555D;
box-shadow: 1px 1px 3px 2px #51555D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51555D; -webkit-box-shadow: 1px 1px 3px 2px #51555D; box-shadow:1px 1px 3px 2px #51555D;">
Div content here
</div>
This text has color #51555D on black background.
This text has color #51555D on white background.
This text has black color on #51555D background.
This text has white color on #51555D background.
Complementary color for #hex is #AEAAA2.