HEX: #688173
RGB: (104,129,115)
#688173 contains red, green and blue colors in about the same proportion. Web safe color of #688173 is #669966 (or #696).
#688173 color RGB value is (104,129,115).
RGB: (104,129,115)
(41%, 51%, 45%)
R 104 of 255 = 41%
G 129 of 255 = 51%
B 115 of 255 = 45%
R + G + B ~ 46%. #688173 is middle color (not dark and not light).
R + G + B = 104 + 129 + 115 = 348 (100%)
R 104 of 348 ~ 29.89%
G 129 of 348 ~ 37.07%
B 115 of 348 ~ 33.05'%
#688173 color CMYK value is (19,0,11,49).
CMYK: (19,0,11,49) C19M0Y11K49 (19%,0%,11%,49%) (0.19/0.00/0.11/0.49)
Color #688173 in popluar color models
68 | 81 | 73 | |
---|---|---|---|
RGB | 104 | 129 | 115 |
HSL | 146° | 10.73% | 45.69% |
HSB/HSV | 146° | 19.38% | 50.59% |
CMYK | 19.38% | 0.00% | 10.85% |
49.41% |
Color #688173 in popluar number systems.
HEX | 68 | 81 | 73 |
Decimal | 104 | 129 | 115 |
Binary | 1101000 | 10000001 | 1110011 |
Octal | 150 | 201 | 163 |
Shades of #688173
Tints of #688173
Examples of css and html codes for elements with #688173 color. Also use rgb(104,129,115) instead hex code.
.myTextColor { color: #688173; }
<p style="color:#688173">This sample text font color is #688173.</p>
This text font color is #688173.
.myBgColor { background-color: #688173; }
<div style="background-color:#688173">Inner text</div>
This div background color is #688173.
.myBorderColor { border: 1px solid #688173; }
<div style="border:3px solid #688173">Div</div>
This div border color is #688173.
.myOpacity80 { color: #688173; opacity: 0.8; }
<p style="color:#688173;opacity:0.8;">80%</p>
Text with #688173 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688173;}
<p style="text-shadow: 3px 3px 1px #688173">Text here.</p>
This text has shadow with #688173 color.
.textShadow {text-shadow: 3px 3px 1px #688173', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688173, 5px 5px 20px red">Text here.</p>
This text has shadow with #688173 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688173, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688173, Direction=45, Strength=4)">Text</p>
This text has shadow with #688173 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688173;
-webkit-box-shadow: 1px 1px 3px 2px #688173;
box-shadow: 1px 1px 3px 2px #688173;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688173; -webkit-box-shadow: 1px 1px 3px 2px #688173; box-shadow:1px 1px 3px 2px #688173;">
Div content here
</div>
This text has color #688173 on black background.
This text has color #688173 on white background.
This text has black color on #688173 background.
This text has white color on #688173 background.
Complementary color for #hex is #977E8C.