HEX: #57767E
RGB: (87,118,126)
#57767E contains red, green and blue colors in about the same proportion. Web safe color of #57767E is #666666 (or #666).
#57767E color RGB value is (87,118,126).
RGB: (87,118,126) (34%,46%,49%)
R 87 of 255 = 34%
G 118 of 255 = 46%
B 126 of 255 = 49%
R + G + B ~ 43%. #57767E is middle color (not dark and not light).
R + G + B =
87 + 118 + 126 = 331 (100%)
R 87 of 331 ~ 26.28%
G 118 of 331 ~ 35.65%
B 126 of 331 ~ 38.07%
#57767E color CMYK value is (31,6,0,51).
CMYK: (31,6,0,51) C31M6Y0K51 (31%,6%,0%,51%) (0.31/0.06/0.00/0.51)
57 | 76 | 7E | |
---|---|---|---|
RGB | 87 | 118 | 126 |
HSL | 192° | 18.31% | 41.76% |
HSB/HSV | 192° | 30.95% | 49.41% |
CMYK | 30.95% | 6.35% | 0.00% |
50.59% |
HEX | 57 | 76 | 7E |
Decimal | 87 | 118 | 126 |
Binary | 1010111 | 1110110 | 1111110 |
Octal | 127 | 166 | 176 |
Examples of css and html codes for elements with #57767E color. Also use rgb(87,118,126) instead hex code.
.myTextColor { color: #57767E; }
<p style="color:#57767E">This sample text font color is #57767E.</p>
This text font color is #57767E.
.myBgColor { background-color: #57767E; }
<div style="background-color:#57767E">Inner text</div>
This div background color is #57767E.
.myBorderColor { border: 1px solid #57767E; }
<div style="border:3px solid #57767E">Div</div>
This div border color is #57767E.
.myOpacity80 { color: #57767E; opacity: 0.8; }
<p style="color:#57767E;opacity:0.8;">80%</p>
Text with #57767E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57767E;}
<p style="text-shadow: 3px 3px 1px #57767E">Text here.</p>
This text has shadow with #57767E color.
.textShadow {text-shadow: 3px 3px 1px #57767E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57767E, 5px 5px 20px red">Text here.</p>
This text has shadow with #57767E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57767E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57767E, Direction=45, Strength=4)">Text</p>
This text has shadow with #57767E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57767E; -webkit-box-shadow: 1px 1px 3px 2px #57767E; box-shadow: 1px 1px 3px 2px #57767E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #57767E; -webkit-box-shadow: 1px 1px 3px 2px #57767E; box-shadow:1px 1px 3px 2px #57767E;">
Div content here</div>
This text has color #57767E on black background.
This text has color #57767E on white background.
This text has black color on #57767E background.
This text has white color on #57767E background.