HEX: #84724D
RGB: (132,114,77)
#84724D contains red, green and blue colors in about the same proportion. Web safe color of #84724D is #996633 (or #963).
#84724D color RGB value is (132,114,77).
RGB: (132,114,77)
(52%, 45%, 30%)
R 132 of 255 = 52%
G 114 of 255 = 45%
B 77 of 255 = 30%
R + G + B ~ 42%. #84724D is middle color (not dark and not light).
R + G + B = 132 + 114 + 77 = 323 (100%)
R 132 of 323 ~ 40.87%
G 114 of 323 ~ 35.29%
B 77 of 323 ~ 23.84'%
#84724D color CMYK value is (0,14,42,48).
CMYK: (0,14,42,48)
C0M14Y42K48 (0%, 14%, 42%, 48%)
(0.00 / 0.14 / 0.42 / 0.48)
Color #84724D in popluar color models
84 | 72 | 4D | |
---|---|---|---|
RGB | 132 | 114 | 77 |
HSL | 40° | 26.32% | 40.98% |
HSB/HSV | 40° | 41.67% | 51.76% |
CMYK | 0.00% | 13.64% | 41.67% |
48.24% |
Color #84724D in popluar number systems.
HEX | 84 | 72 | 4D |
Decimal | 132 | 114 | 77 |
Binary | 10000100 | 1110010 | 1001101 |
Octal | 204 | 162 | 115 |
Shades of #84724D
Tints of #84724D
Examples of css and html codes for elements with #84724D color. Also use rgb(132,114,77) instead hex code.
.myTextColor { color: #84724D; }
<p style="color:#84724D">This sample text font color is #84724D.</p>
This text font color is #84724D.
.myBgColor { background-color: #84724D; }
<div style="background-color:#84724D">Inner text</div>
This div background color is #84724D.
.myBorderColor { border: 1px solid #84724D; }
<div style="border:3px solid #84724D">Div</div>
This div border color is #84724D.
.myOpacity80 { color: #84724D; opacity: 0.8; }
<p style="color:#84724D;opacity:0.8;">80%</p>
Text with #84724D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84724D;}
<p style="text-shadow: 3px 3px 1px #84724D">Text here.</p>
This text has shadow with #84724D color.
.textShadow {text-shadow: 3px 3px 1px #84724D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84724D, 5px 5px 20px red">Text here.</p>
This text has shadow with #84724D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84724D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84724D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84724D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84724D;
-webkit-box-shadow: 1px 1px 3px 2px #84724D;
box-shadow: 1px 1px 3px 2px #84724D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84724D; -webkit-box-shadow: 1px 1px 3px 2px #84724D; box-shadow:1px 1px 3px 2px #84724D;">
Div content here
</div>
This text has color #84724D on black background.
This text has color #84724D on white background.
This text has black color on #84724D background.
This text has white color on #84724D background.
Complementary color for #hex is #7B8DB2.