HEX: #687477
RGB: (104,116,119)
#687477 contains red, green and blue colors in about the same proportion. Web safe color of #687477 is #666666 (or #666).
#687477 color RGB value is (104,116,119).
RGB: (104,116,119)
(41%, 45%, 47%)
R 104 of 255 = 41%
G 116 of 255 = 45%
B 119 of 255 = 47%
R + G + B ~ 44%. #687477 is middle color (not dark and not light).
R + G + B = 104 + 116 + 119 = 339 (100%)
R 104 of 339 ~ 30.68%
G 116 of 339 ~ 34.22%
B 119 of 339 ~ 35.1'%
#687477 color CMYK value is (13,3,0,53).
CMYK: (13,3,0,53)
C13M3Y0K53 (13%, 3%, 0%, 53%)
(0.13 / 0.03 / 0.00 / 0.53)
Color #687477 in popluar color models
68 | 74 | 77 | |
---|---|---|---|
RGB | 104 | 116 | 119 |
HSL | 192° | 6.73% | 43.73% |
HSB/HSV | 192° | 12.61% | 46.67% |
CMYK | 12.61% | 2.52% | 0.00% |
53.33% |
Color #687477 in popluar number systems.
HEX | 68 | 74 | 77 |
Decimal | 104 | 116 | 119 |
Binary | 1101000 | 1110100 | 1110111 |
Octal | 150 | 164 | 167 |
Shades of #687477
Tints of #687477
Examples of css and html codes for elements with #687477 color. Also use rgb(104,116,119) instead hex code.
.myTextColor { color: #687477; }
<p style="color:#687477">This sample text font color is #687477.</p>
This text font color is #687477.
.myBgColor { background-color: #687477; }
<div style="background-color:#687477">Inner text</div>
This div background color is #687477.
.myBorderColor { border: 1px solid #687477; }
<div style="border:3px solid #687477">Div</div>
This div border color is #687477.
.myOpacity80 { color: #687477; opacity: 0.8; }
<p style="color:#687477;opacity:0.8;">80%</p>
Text with #687477 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #687477;}
<p style="text-shadow: 3px 3px 1px #687477">Text here.</p>
This text has shadow with #687477 color.
.textShadow {text-shadow: 3px 3px 1px #687477', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #687477, 5px 5px 20px red">Text here.</p>
This text has shadow with #687477 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#687477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#687477, Direction=45, Strength=4)">Text</p>
This text has shadow with #687477 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #687477;
-webkit-box-shadow: 1px 1px 3px 2px #687477;
box-shadow: 1px 1px 3px 2px #687477;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #687477; -webkit-box-shadow: 1px 1px 3px 2px #687477; box-shadow:1px 1px 3px 2px #687477;">
Div content here
</div>
This text has color #687477 on black background.
This text has color #687477 on white background.
This text has black color on #687477 background.
This text has white color on #687477 background.
Complementary color for #hex is #978B88.