HEX: #688442
RGB: (104,132,66)
#688442 contains mainly red and green colors. Web safe color of #688442 is #669933 (or #693).
#688442 color RGB value is (104,132,66).
RGB: (104,132,66)
(41%, 52%, 26%)
R 104 of 255 = 41%
G 132 of 255 = 52%
B 66 of 255 = 26%
R + G + B ~ 40%. #688442 is middle color (not dark and not light).
R + G + B = 104 + 132 + 66 = 302 (100%)
R 104 of 302 ~ 34.44%
G 132 of 302 ~ 43.71%
B 66 of 302 ~ 21.85'%
#688442 color CMYK value is (21,0,50,48).
CMYK: (21,0,50,48) C21M0Y50K48 (21%,0%,50%,48%) (0.21/0.00/0.50/0.48)
Color #688442 in popluar color models
68 | 84 | 42 | |
---|---|---|---|
RGB | 104 | 132 | 66 |
HSL | 85° | 33.33% | 38.82% |
HSB/HSV | 85° | 50.00% | 51.76% |
CMYK | 21.21% | 0.00% | 50.00% |
48.24% |
Color #688442 in popluar number systems.
HEX | 68 | 84 | 42 |
Decimal | 104 | 132 | 66 |
Binary | 1101000 | 10000100 | 1000010 |
Octal | 150 | 204 | 102 |
Shades of #688442
Tints of #688442
Examples of css and html codes for elements with #688442 color. Also use rgb(104,132,66) instead hex code.
.myTextColor { color: #688442; }
<p style="color:#688442">This sample text font color is #688442.</p>
This text font color is #688442.
.myBgColor { background-color: #688442; }
<div style="background-color:#688442">Inner text</div>
This div background color is #688442.
.myBorderColor { border: 1px solid #688442; }
<div style="border:3px solid #688442">Div</div>
This div border color is #688442.
.myOpacity80 { color: #688442; opacity: 0.8; }
<p style="color:#688442;opacity:0.8;">80%</p>
Text with #688442 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688442;}
<p style="text-shadow: 3px 3px 1px #688442">Text here.</p>
This text has shadow with #688442 color.
.textShadow {text-shadow: 3px 3px 1px #688442', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688442, 5px 5px 20px red">Text here.</p>
This text has shadow with #688442 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688442, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688442, Direction=45, Strength=4)">Text</p>
This text has shadow with #688442 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688442;
-webkit-box-shadow: 1px 1px 3px 2px #688442;
box-shadow: 1px 1px 3px 2px #688442;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688442; -webkit-box-shadow: 1px 1px 3px 2px #688442; box-shadow:1px 1px 3px 2px #688442;">
Div content here
</div>
This text has color #688442 on black background.
This text has color #688442 on white background.
This text has black color on #688442 background.
This text has white color on #688442 background.
Complementary color for #hex is #977BBD.