HEX: #6E841D
RGB: (110,132,29)
#6E841D contains mainly red and green colors. Web safe color of #6E841D is #669933 (or #693).
#6E841D color RGB value is (110,132,29).
RGB: (110,132,29)
(43%, 52%, 11%)
R 110 of 255 = 43%
G 132 of 255 = 52%
B 29 of 255 = 11%
R + G + B ~ 35%. #6E841D is quite dark color.
R + G + B = 110 + 132 + 29 = 271 (100%)
R 110 of 271 ~ 40.59%
G 132 of 271 ~ 48.71%
B 29 of 271 ~ 10.7'%
#6E841D color CMYK value is (17,0,78,48).
CMYK: (17,0,78,48)
C17M0Y78K48 (17%, 0%, 78%, 48%)
(0.17 / 0.00 / 0.78 / 0.48)
Color #6E841D in popluar color models
6E | 84 | 1D | |
---|---|---|---|
RGB | 110 | 132 | 29 |
HSL | 73° | 63.98% | 31.57% |
HSB/HSV | 73° | 78.03% | 51.76% |
CMYK | 16.67% | 0.00% | 78.03% |
48.24% |
Color #6E841D in popluar number systems.
HEX | 6E | 84 | 1D |
Decimal | 110 | 132 | 29 |
Binary | 1101110 | 10000100 | 11101 |
Octal | 156 | 204 | 35 |
Shades of #6E841D
Tints of #6E841D
Examples of css and html codes for elements with #6E841D color. Also use rgb(110,132,29) instead hex code.
.myTextColor { color: #6E841D; }
<p style="color:#6E841D">This sample text font color is #6E841D.</p>
This text font color is #6E841D.
.myBgColor { background-color: #6E841D; }
<div style="background-color:#6E841D">Inner text</div>
This div background color is #6E841D.
.myBorderColor { border: 1px solid #6E841D; }
<div style="border:3px solid #6E841D">Div</div>
This div border color is #6E841D.
.myOpacity80 { color: #6E841D; opacity: 0.8; }
<p style="color:#6E841D;opacity:0.8;">80%</p>
Text with #6E841D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E841D;}
<p style="text-shadow: 3px 3px 1px #6E841D">Text here.</p>
This text has shadow with #6E841D color.
.textShadow {text-shadow: 3px 3px 1px #6E841D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E841D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E841D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E841D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E841D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E841D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E841D;
-webkit-box-shadow: 1px 1px 3px 2px #6E841D;
box-shadow: 1px 1px 3px 2px #6E841D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E841D; -webkit-box-shadow: 1px 1px 3px 2px #6E841D; box-shadow:1px 1px 3px 2px #6E841D;">
Div content here
</div>
This text has color #6E841D on black background.
This text has color #6E841D on white background.
This text has black color on #6E841D background.
This text has white color on #6E841D background.
Complementary color for #hex is #917BE2.