HEX: #84742E
RGB: (132,116,46)
#84742E contains mainly red and green colors. Web safe color of #84742E is #996633 (or #963).
#84742E color RGB value is (132,116,46).
RGB: (132,116,46)
(52%, 45%, 18%)
R 132 of 255 = 52%
G 116 of 255 = 45%
B 46 of 255 = 18%
R + G + B ~ 38%. #84742E is quite dark color.
R + G + B = 132 + 116 + 46 = 294 (100%)
R 132 of 294 ~ 44.9%
G 116 of 294 ~ 39.46%
B 46 of 294 ~ 15.65'%
#84742E color CMYK value is (0,12,65,48).
CMYK: (0,12,65,48)
C0M12Y65K48 (0%, 12%, 65%, 48%)
(0.00 / 0.12 / 0.65 / 0.48)
Color #84742E in popluar color models
84 | 74 | 2E | |
---|---|---|---|
RGB | 132 | 116 | 46 |
HSL | 49° | 48.31% | 34.90% |
HSB/HSV | 49° | 65.15% | 51.76% |
CMYK | 0.00% | 12.12% | 65.15% |
48.24% |
Color #84742E in popluar number systems.
HEX | 84 | 74 | 2E |
Decimal | 132 | 116 | 46 |
Binary | 10000100 | 1110100 | 101110 |
Octal | 204 | 164 | 56 |
Shades of #84742E
Tints of #84742E
Examples of css and html codes for elements with #84742E color. Also use rgb(132,116,46) instead hex code.
.myTextColor { color: #84742E; }
<p style="color:#84742E">This sample text font color is #84742E.</p>
This text font color is #84742E.
.myBgColor { background-color: #84742E; }
<div style="background-color:#84742E">Inner text</div>
This div background color is #84742E.
.myBorderColor { border: 1px solid #84742E; }
<div style="border:3px solid #84742E">Div</div>
This div border color is #84742E.
.myOpacity80 { color: #84742E; opacity: 0.8; }
<p style="color:#84742E;opacity:0.8;">80%</p>
Text with #84742E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84742E;}
<p style="text-shadow: 3px 3px 1px #84742E">Text here.</p>
This text has shadow with #84742E color.
.textShadow {text-shadow: 3px 3px 1px #84742E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84742E, 5px 5px 20px red">Text here.</p>
This text has shadow with #84742E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84742E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84742E, Direction=45, Strength=4)">Text</p>
This text has shadow with #84742E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84742E;
-webkit-box-shadow: 1px 1px 3px 2px #84742E;
box-shadow: 1px 1px 3px 2px #84742E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84742E; -webkit-box-shadow: 1px 1px 3px 2px #84742E; box-shadow:1px 1px 3px 2px #84742E;">
Div content here
</div>
This text has color #84742E on black background.
This text has color #84742E on white background.
This text has black color on #84742E background.
This text has white color on #84742E background.
Complementary color for #hex is #7B8BD1.