HEX: #84752D
RGB: (132,117,45)
#84752D contains mainly red and green colors. Web safe color of #84752D is #996633 (or #963).
#84752D color RGB value is (132,117,45).
RGB: (132,117,45)
(52%, 46%, 18%)
R 132 of 255 = 52%
G 117 of 255 = 46%
B 45 of 255 = 18%
R + G + B ~ 39%. #84752D is quite dark color.
R + G + B = 132 + 117 + 45 = 294 (100%)
R 132 of 294 ~ 44.9%
G 117 of 294 ~ 39.8%
B 45 of 294 ~ 15.31'%
#84752D color CMYK value is (0,11,66,48).
CMYK: (0,11,66,48)
C0M11Y66K48 (0%, 11%, 66%, 48%)
(0.00 / 0.11 / 0.66 / 0.48)
Color #84752D in popluar color models
84 | 75 | 2D | |
---|---|---|---|
RGB | 132 | 117 | 45 |
HSL | 50° | 49.15% | 34.71% |
HSB/HSV | 50° | 65.91% | 51.76% |
CMYK | 0.00% | 11.36% | 65.91% |
48.24% |
Color #84752D in popluar number systems.
HEX | 84 | 75 | 2D |
Decimal | 132 | 117 | 45 |
Binary | 10000100 | 1110101 | 101101 |
Octal | 204 | 165 | 55 |
Shades of #84752D
Tints of #84752D
Examples of css and html codes for elements with #84752D color. Also use rgb(132,117,45) instead hex code.
.myTextColor { color: #84752D; }
<p style="color:#84752D">This sample text font color is #84752D.</p>
This text font color is #84752D.
.myBgColor { background-color: #84752D; }
<div style="background-color:#84752D">Inner text</div>
This div background color is #84752D.
.myBorderColor { border: 1px solid #84752D; }
<div style="border:3px solid #84752D">Div</div>
This div border color is #84752D.
.myOpacity80 { color: #84752D; opacity: 0.8; }
<p style="color:#84752D;opacity:0.8;">80%</p>
Text with #84752D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84752D;}
<p style="text-shadow: 3px 3px 1px #84752D">Text here.</p>
This text has shadow with #84752D color.
.textShadow {text-shadow: 3px 3px 1px #84752D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84752D, 5px 5px 20px red">Text here.</p>
This text has shadow with #84752D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84752D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84752D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84752D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84752D;
-webkit-box-shadow: 1px 1px 3px 2px #84752D;
box-shadow: 1px 1px 3px 2px #84752D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84752D; -webkit-box-shadow: 1px 1px 3px 2px #84752D; box-shadow:1px 1px 3px 2px #84752D;">
Div content here
</div>
This text has color #84752D on black background.
This text has color #84752D on white background.
This text has black color on #84752D background.
This text has white color on #84752D background.
Complementary color for #hex is #7B8AD2.