HEX: #6E875D
RGB: (110,135,93)
#6E875D contains red, green and blue colors in about the same proportion. Web safe color of #6E875D is #669966 (or #696).
#6E875D color RGB value is (110,135,93).
RGB: (110,135,93)
(43%, 53%, 36%)
R 110 of 255 = 43%
G 135 of 255 = 53%
B 93 of 255 = 36%
R + G + B ~ 44%. #6E875D is middle color (not dark and not light).
R + G + B = 110 + 135 + 93 = 338 (100%)
R 110 of 338 ~ 32.54%
G 135 of 338 ~ 39.94%
B 93 of 338 ~ 27.51'%
#6E875D color CMYK value is (19,0,31,47).
CMYK: (19,0,31,47)
C19M0Y31K47 (19%, 0%, 31%, 47%)
(0.19 / 0.00 / 0.31 / 0.47)
Color #6E875D in popluar color models
6E | 87 | 5D | |
---|---|---|---|
RGB | 110 | 135 | 93 |
HSL | 96° | 18.42% | 44.71% |
HSB/HSV | 96° | 31.11% | 52.94% |
CMYK | 18.52% | 0.00% | 31.11% |
47.06% |
Color #6E875D in popluar number systems.
HEX | 6E | 87 | 5D |
Decimal | 110 | 135 | 93 |
Binary | 1101110 | 10000111 | 1011101 |
Octal | 156 | 207 | 135 |
Shades of #6E875D
Tints of #6E875D
Examples of css and html codes for elements with #6E875D color. Also use rgb(110,135,93) instead hex code.
.myTextColor { color: #6E875D; }
<p style="color:#6E875D">This sample text font color is #6E875D.</p>
This text font color is #6E875D.
.myBgColor { background-color: #6E875D; }
<div style="background-color:#6E875D">Inner text</div>
This div background color is #6E875D.
.myBorderColor { border: 1px solid #6E875D; }
<div style="border:3px solid #6E875D">Div</div>
This div border color is #6E875D.
.myOpacity80 { color: #6E875D; opacity: 0.8; }
<p style="color:#6E875D;opacity:0.8;">80%</p>
Text with #6E875D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E875D;}
<p style="text-shadow: 3px 3px 1px #6E875D">Text here.</p>
This text has shadow with #6E875D color.
.textShadow {text-shadow: 3px 3px 1px #6E875D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E875D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E875D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E875D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E875D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E875D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E875D;
-webkit-box-shadow: 1px 1px 3px 2px #6E875D;
box-shadow: 1px 1px 3px 2px #6E875D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E875D; -webkit-box-shadow: 1px 1px 3px 2px #6E875D; box-shadow:1px 1px 3px 2px #6E875D;">
Div content here
</div>
This text has color #6E875D on black background.
This text has color #6E875D on white background.
This text has black color on #6E875D background.
This text has white color on #6E875D background.
Complementary color for #hex is #9178A2.