HEX: #6B8446
RGB: (107,132,70)
#6B8446 contains mainly red and green colors. Web safe color of #6B8446 is #669933 (or #693).
#6B8446 color RGB value is (107,132,70).
RGB: (107,132,70)
(42%, 52%, 27%)
R 107 of 255 = 42%
G 132 of 255 = 52%
B 70 of 255 = 27%
R + G + B ~ 40%. #6B8446 is middle color (not dark and not light).
R + G + B = 107 + 132 + 70 = 309 (100%)
R 107 of 309 ~ 34.63%
G 132 of 309 ~ 42.72%
B 70 of 309 ~ 22.65'%
#6B8446 color CMYK value is (19,0,47,48).
CMYK: (19,0,47,48)
C19M0Y47K48 (19%, 0%, 47%, 48%)
(0.19 / 0.00 / 0.47 / 0.48)
Color #6B8446 in popluar color models
6B | 84 | 46 | |
---|---|---|---|
RGB | 107 | 132 | 70 |
HSL | 84° | 30.69% | 39.61% |
HSB/HSV | 84° | 46.97% | 51.76% |
CMYK | 18.94% | 0.00% | 46.97% |
48.24% |
Color #6B8446 in popluar number systems.
HEX | 6B | 84 | 46 |
Decimal | 107 | 132 | 70 |
Binary | 1101011 | 10000100 | 1000110 |
Octal | 153 | 204 | 106 |
Shades of #6B8446
Tints of #6B8446
Examples of css and html codes for elements with #6B8446 color. Also use rgb(107,132,70) instead hex code.
.myTextColor { color: #6B8446; }
<p style="color:#6B8446">This sample text font color is #6B8446.</p>
This text font color is #6B8446.
.myBgColor { background-color: #6B8446; }
<div style="background-color:#6B8446">Inner text</div>
This div background color is #6B8446.
.myBorderColor { border: 1px solid #6B8446; }
<div style="border:3px solid #6B8446">Div</div>
This div border color is #6B8446.
.myOpacity80 { color: #6B8446; opacity: 0.8; }
<p style="color:#6B8446;opacity:0.8;">80%</p>
Text with #6B8446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B8446;}
<p style="text-shadow: 3px 3px 1px #6B8446">Text here.</p>
This text has shadow with #6B8446 color.
.textShadow {text-shadow: 3px 3px 1px #6B8446', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B8446, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B8446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B8446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B8446, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B8446 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B8446;
-webkit-box-shadow: 1px 1px 3px 2px #6B8446;
box-shadow: 1px 1px 3px 2px #6B8446;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B8446; -webkit-box-shadow: 1px 1px 3px 2px #6B8446; box-shadow:1px 1px 3px 2px #6B8446;">
Div content here
</div>
This text has color #6B8446 on black background.
This text has color #6B8446 on white background.
This text has black color on #6B8446 background.
This text has white color on #6B8446 background.
Complementary color for #hex is #947BB9.