HEX: #687246
RGB: (104,114,70)
#687246 contains red, green and blue colors in about the same proportion. Web safe color of #687246 is #666633 (or #663).
#687246 color RGB value is (104,114,70).
RGB: (104,114,70) (41%,45%,27%)
R 104 of 255 = 41%
G 114 of 255 = 45%
B 70 of 255 = 27%
R + G + B ~ 38%. #687246 is quite dark color.
R + G + B =
104 + 114 + 70 = 288 (100%)
R 104 of 288 ~ 36.11%
G 114 of 288 ~ 39.58%
B 70 of 288 ~ 24.31%
#687246 color CMYK value is (9,0,39,55).
CMYK: (9,0,39,55) C9M0Y39K55 (9%,0%,39%,55%) (0.09/0.00/0.39/0.55)
68 | 72 | 46 | |
---|---|---|---|
RGB | 104 | 114 | 70 |
HSL | 74° | 23.91% | 36.08% |
HSB/HSV | 74° | 38.60% | 44.71% |
CMYK | 8.77% | 0.00% | 38.60% |
55.29% |
HEX | 68 | 72 | 46 |
Decimal | 104 | 114 | 70 |
Binary | 1101000 | 1110010 | 1000110 |
Octal | 150 | 162 | 106 |
Examples of css and html codes for elements with #687246 color. Also use rgb(104,114,70) instead hex code.
.myTextColor { color: #687246; }
<p style="color:#687246">This sample text font color is #687246.</p>
This text font color is #687246.
.myBgColor { background-color: #687246; }
<div style="background-color:#687246">Inner text</div>
This div background color is #687246.
.myBorderColor { border: 1px solid #687246; }
<div style="border:3px solid #687246">Div</div>
This div border color is #687246.
.myOpacity80 { color: #687246; opacity: 0.8; }
<p style="color:#687246;opacity:0.8;">80%</p>
Text with #687246 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #687246;}
<p style="text-shadow: 3px 3px 1px #687246">Text here.</p>
This text has shadow with #687246 color.
.textShadow {text-shadow: 3px 3px 1px #687246, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #687246, 5px 5px 20px red">Text here.</p>
This text has shadow with #687246 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#687246, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#687246, Direction=45, Strength=4)">Text</p>
This text has shadow with #687246 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687246; -webkit-box-shadow: 1px 1px 3px 2px #687246; box-shadow: 1px 1px 3px 2px #687246; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #687246; -webkit-box-shadow: 1px 1px 3px 2px #687246; box-shadow:1px 1px 3px 2px #687246;">
Div content here</div>
This text has color #687246 on black background.
This text has color #687246 on white background.
This text has black color on #687246 background.
This text has white color on #687246 background.