HEX: #6E8342
RGB: (110,131,66)
#6E8342 contains mainly red and green colors. Web safe color of #6E8342 is #669933 (or #693).
#6E8342 color RGB value is (110,131,66).
RGB: (110,131,66)
(43%, 51%, 26%)
R 110 of 255 = 43%
G 131 of 255 = 51%
B 66 of 255 = 26%
R + G + B ~ 40%. #6E8342 is middle color (not dark and not light).
R + G + B = 110 + 131 + 66 = 307 (100%)
R 110 of 307 ~ 35.83%
G 131 of 307 ~ 42.67%
B 66 of 307 ~ 21.5'%
#6E8342 color CMYK value is (16,0,50,49).
CMYK: (16,0,50,49) C16M0Y50K49 (16%,0%,50%,49%) (0.16/0.00/0.50/0.49)
Color #6E8342 in popluar color models
6E | 83 | 42 | |
---|---|---|---|
RGB | 110 | 131 | 66 |
HSL | 79° | 32.99% | 38.63% |
HSB/HSV | 79° | 49.62% | 51.37% |
CMYK | 16.03% | 0.00% | 49.62% |
48.63% |
Color #6E8342 in popluar number systems.
HEX | 6E | 83 | 42 |
Decimal | 110 | 131 | 66 |
Binary | 1101110 | 10000011 | 1000010 |
Octal | 156 | 203 | 102 |
Shades of #6E8342
Tints of #6E8342
Examples of css and html codes for elements with #6E8342 color. Also use rgb(110,131,66) instead hex code.
.myTextColor { color: #6E8342; }
<p style="color:#6E8342">This sample text font color is #6E8342.</p>
This text font color is #6E8342.
.myBgColor { background-color: #6E8342; }
<div style="background-color:#6E8342">Inner text</div>
This div background color is #6E8342.
.myBorderColor { border: 1px solid #6E8342; }
<div style="border:3px solid #6E8342">Div</div>
This div border color is #6E8342.
.myOpacity80 { color: #6E8342; opacity: 0.8; }
<p style="color:#6E8342;opacity:0.8;">80%</p>
Text with #6E8342 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E8342;}
<p style="text-shadow: 3px 3px 1px #6E8342">Text here.</p>
This text has shadow with #6E8342 color.
.textShadow {text-shadow: 3px 3px 1px #6E8342', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E8342, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E8342 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E8342, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E8342, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E8342 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E8342;
-webkit-box-shadow: 1px 1px 3px 2px #6E8342;
box-shadow: 1px 1px 3px 2px #6E8342;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E8342; -webkit-box-shadow: 1px 1px 3px 2px #6E8342; box-shadow:1px 1px 3px 2px #6E8342;">
Div content here
</div>
This text has color #6E8342 on black background.
This text has color #6E8342 on white background.
This text has black color on #6E8342 background.
This text has white color on #6E8342 background.
Complementary color for #hex is #917CBD.