HEX: #6E8870
RGB: (110,136,112)
#6E8870 contains red, green and blue colors in about the same proportion. Web safe color of #6E8870 is #669966 (or #696).
#6E8870 color RGB value is (110,136,112).
RGB: (110,136,112)
(43%, 53%, 44%)
R 110 of 255 = 43%
G 136 of 255 = 53%
B 112 of 255 = 44%
R + G + B ~ 47%. #6E8870 is middle color (not dark and not light).
R + G + B = 110 + 136 + 112 = 358 (100%)
R 110 of 358 ~ 30.73%
G 136 of 358 ~ 37.99%
B 112 of 358 ~ 31.28'%
#6E8870 color CMYK value is (19,0,18,47).
CMYK: (19,0,18,47) C19M0Y18K47 (19%,0%,18%,47%) (0.19/0.00/0.18/0.47)
Color #6E8870 in popluar color models
6E | 88 | 70 | |
---|---|---|---|
RGB | 110 | 136 | 112 |
HSL | 125° | 10.57% | 48.24% |
HSB/HSV | 125° | 19.12% | 53.33% |
CMYK | 19.12% | 0.00% | 17.65% |
46.67% |
Color #6E8870 in popluar number systems.
HEX | 6E | 88 | 70 |
Decimal | 110 | 136 | 112 |
Binary | 1101110 | 10001000 | 1110000 |
Octal | 156 | 210 | 160 |
Shades of #6E8870
Tints of #6E8870
Examples of css and html codes for elements with #6E8870 color. Also use rgb(110,136,112) instead hex code.
.myTextColor { color: #6E8870; }
<p style="color:#6E8870">This sample text font color is #6E8870.</p>
This text font color is #6E8870.
.myBgColor { background-color: #6E8870; }
<div style="background-color:#6E8870">Inner text</div>
This div background color is #6E8870.
.myBorderColor { border: 1px solid #6E8870; }
<div style="border:3px solid #6E8870">Div</div>
This div border color is #6E8870.
.myOpacity80 { color: #6E8870; opacity: 0.8; }
<p style="color:#6E8870;opacity:0.8;">80%</p>
Text with #6E8870 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E8870;}
<p style="text-shadow: 3px 3px 1px #6E8870">Text here.</p>
This text has shadow with #6E8870 color.
.textShadow {text-shadow: 3px 3px 1px #6E8870', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E8870, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E8870 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E8870, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E8870, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E8870 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E8870;
-webkit-box-shadow: 1px 1px 3px 2px #6E8870;
box-shadow: 1px 1px 3px 2px #6E8870;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E8870; -webkit-box-shadow: 1px 1px 3px 2px #6E8870; box-shadow:1px 1px 3px 2px #6E8870;">
Div content here
</div>
This text has color #6E8870 on black background.
This text has color #6E8870 on white background.
This text has black color on #6E8870 background.
This text has white color on #6E8870 background.
Complementary color for #hex is #91778F.