HEX: #51676B
RGB: (81,103,107)
#51676B contains red, green and blue colors in about the same proportion. Web safe color of #51676B is #666666 (or #666).
#51676B color RGB value is (81,103,107).
RGB: (81,103,107)
(32%, 40%, 42%)
R 81 of 255 = 32%
G 103 of 255 = 40%
B 107 of 255 = 42%
R + G + B ~ 38%. #51676B is quite dark color.
R + G + B = 81 + 103 + 107 = 291 (100%)
R 81 of 291 ~ 27.84%
G 103 of 291 ~ 35.4%
B 107 of 291 ~ 36.77'%
#51676B color CMYK value is (24,4,0,58).
CMYK: (24,4,0,58) C24M4Y0K58 (24%,4%,0%,58%) (0.24/0.04/0.00/0.58)
Color #51676B in popluar color models
51 | 67 | 6B | |
---|---|---|---|
RGB | 81 | 103 | 107 |
HSL | 189° | 13.83% | 36.86% |
HSB/HSV | 189° | 24.30% | 41.96% |
CMYK | 24.30% | 3.74% | 0.00% |
58.04% |
Color #51676B in popluar number systems.
HEX | 51 | 67 | 6B |
Decimal | 81 | 103 | 107 |
Binary | 1010001 | 1100111 | 1101011 |
Octal | 121 | 147 | 153 |
Shades of #51676B
Tints of #51676B
Examples of css and html codes for elements with #51676B color. Also use rgb(81,103,107) instead hex code.
.myTextColor { color: #51676B; }
<p style="color:#51676B">This sample text font color is #51676B.</p>
This text font color is #51676B.
.myBgColor { background-color: #51676B; }
<div style="background-color:#51676B">Inner text</div>
This div background color is #51676B.
.myBorderColor { border: 1px solid #51676B; }
<div style="border:3px solid #51676B">Div</div>
This div border color is #51676B.
.myOpacity80 { color: #51676B; opacity: 0.8; }
<p style="color:#51676B;opacity:0.8;">80%</p>
Text with #51676B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51676B;}
<p style="text-shadow: 3px 3px 1px #51676B">Text here.</p>
This text has shadow with #51676B color.
.textShadow {text-shadow: 3px 3px 1px #51676B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51676B, 5px 5px 20px red">Text here.</p>
This text has shadow with #51676B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51676B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51676B, Direction=45, Strength=4)">Text</p>
This text has shadow with #51676B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51676B;
-webkit-box-shadow: 1px 1px 3px 2px #51676B;
box-shadow: 1px 1px 3px 2px #51676B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51676B; -webkit-box-shadow: 1px 1px 3px 2px #51676B; box-shadow:1px 1px 3px 2px #51676B;">
Div content here
</div>
This text has color #51676B on black background.
This text has color #51676B on white background.
This text has black color on #51676B background.
This text has white color on #51676B background.
Complementary color for #hex is #AE9894.