HEX: #6B874E
RGB: (107,135,78)
#6B874E contains red, green and blue colors in about the same proportion. Web safe color of #6B874E is #669966 (or #696).
#6B874E color RGB value is (107,135,78).
RGB: (107,135,78)
(42%, 53%, 31%)
R 107 of 255 = 42%
G 135 of 255 = 53%
B 78 of 255 = 31%
R + G + B ~ 42%. #6B874E is middle color (not dark and not light).
R + G + B = 107 + 135 + 78 = 320 (100%)
R 107 of 320 ~ 33.44%
G 135 of 320 ~ 42.19%
B 78 of 320 ~ 24.38'%
#6B874E color CMYK value is (21,0,42,47).
CMYK: (21,0,42,47)
C21M0Y42K47 (21%, 0%, 42%, 47%)
(0.21 / 0.00 / 0.42 / 0.47)
Color #6B874E in popluar color models
6B | 87 | 4E | |
---|---|---|---|
RGB | 107 | 135 | 78 |
HSL | 89° | 26.76% | 41.76% |
HSB/HSV | 89° | 42.22% | 52.94% |
CMYK | 20.74% | 0.00% | 42.22% |
47.06% |
Color #6B874E in popluar number systems.
HEX | 6B | 87 | 4E |
Decimal | 107 | 135 | 78 |
Binary | 1101011 | 10000111 | 1001110 |
Octal | 153 | 207 | 116 |
Shades of #6B874E
Tints of #6B874E
Examples of css and html codes for elements with #6B874E color. Also use rgb(107,135,78) instead hex code.
.myTextColor { color: #6B874E; }
<p style="color:#6B874E">This sample text font color is #6B874E.</p>
This text font color is #6B874E.
.myBgColor { background-color: #6B874E; }
<div style="background-color:#6B874E">Inner text</div>
This div background color is #6B874E.
.myBorderColor { border: 1px solid #6B874E; }
<div style="border:3px solid #6B874E">Div</div>
This div border color is #6B874E.
.myOpacity80 { color: #6B874E; opacity: 0.8; }
<p style="color:#6B874E;opacity:0.8;">80%</p>
Text with #6B874E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B874E;}
<p style="text-shadow: 3px 3px 1px #6B874E">Text here.</p>
This text has shadow with #6B874E color.
.textShadow {text-shadow: 3px 3px 1px #6B874E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B874E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B874E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B874E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B874E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B874E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B874E;
-webkit-box-shadow: 1px 1px 3px 2px #6B874E;
box-shadow: 1px 1px 3px 2px #6B874E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B874E; -webkit-box-shadow: 1px 1px 3px 2px #6B874E; box-shadow:1px 1px 3px 2px #6B874E;">
Div content here
</div>
This text has color #6B874E on black background.
This text has color #6B874E on white background.
This text has black color on #6B874E background.
This text has white color on #6B874E background.
Complementary color for #hex is #9478B1.