HEX: #84706A
RGB: (132,112,106)
#84706A contains red, green and blue colors in about the same proportion. Web safe color of #84706A is #996666 (or #966).
#84706A color RGB value is (132,112,106).
RGB: (132,112,106)
(52%, 44%, 42%)
R 132 of 255 = 52%
G 112 of 255 = 44%
B 106 of 255 = 42%
R + G + B ~ 46%. #84706A is middle color (not dark and not light).
R + G + B = 132 + 112 + 106 = 350 (100%)
R 132 of 350 ~ 37.71%
G 112 of 350 ~ 32%
B 106 of 350 ~ 30.29'%
#84706A color CMYK value is (0,15,20,48).
CMYK: (0,15,20,48)
C0M15Y20K48 (0%, 15%, 20%, 48%)
(0.00 / 0.15 / 0.20 / 0.48)
Color #84706A in popluar color models
84 | 70 | 6A | |
---|---|---|---|
RGB | 132 | 112 | 106 |
HSL | 14° | 10.92% | 46.67% |
HSB/HSV | 14° | 19.70% | 51.76% |
CMYK | 0.00% | 15.15% | 19.70% |
48.24% |
Color #84706A in popluar number systems.
HEX | 84 | 70 | 6A |
Decimal | 132 | 112 | 106 |
Binary | 10000100 | 1110000 | 1101010 |
Octal | 204 | 160 | 152 |
Shades of #84706A
Tints of #84706A
Examples of css and html codes for elements with #84706A color. Also use rgb(132,112,106) instead hex code.
.myTextColor { color: #84706A; }
<p style="color:#84706A">This sample text font color is #84706A.</p>
This text font color is #84706A.
.myBgColor { background-color: #84706A; }
<div style="background-color:#84706A">Inner text</div>
This div background color is #84706A.
.myBorderColor { border: 1px solid #84706A; }
<div style="border:3px solid #84706A">Div</div>
This div border color is #84706A.
.myOpacity80 { color: #84706A; opacity: 0.8; }
<p style="color:#84706A;opacity:0.8;">80%</p>
Text with #84706A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84706A;}
<p style="text-shadow: 3px 3px 1px #84706A">Text here.</p>
This text has shadow with #84706A color.
.textShadow {text-shadow: 3px 3px 1px #84706A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84706A, 5px 5px 20px red">Text here.</p>
This text has shadow with #84706A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84706A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84706A, Direction=45, Strength=4)">Text</p>
This text has shadow with #84706A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84706A;
-webkit-box-shadow: 1px 1px 3px 2px #84706A;
box-shadow: 1px 1px 3px 2px #84706A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84706A; -webkit-box-shadow: 1px 1px 3px 2px #84706A; box-shadow:1px 1px 3px 2px #84706A;">
Div content here
</div>
This text has color #84706A on black background.
This text has color #84706A on white background.
This text has black color on #84706A background.
This text has white color on #84706A background.
Complementary color for #hex is #7B8F95.