HEX: #84473C
RGB: (132,71,60)
#84473C contains mainly red color. Web safe color of #84473C is #993333 (or #933).
#84473C color RGB value is (132,71,60).
RGB: (132,71,60)
(52%, 28%, 24%)
R 132 of 255 = 52%
G 71 of 255 = 28%
B 60 of 255 = 24%
R + G + B ~ 35%. #84473C is quite dark color.
R + G + B = 132 + 71 + 60 = 263 (100%)
R 132 of 263 ~ 50.19%
G 71 of 263 ~ 27%
B 60 of 263 ~ 22.81'%
#84473C color CMYK value is (0,46,55,48).
CMYK: (0,46,55,48)
C0M46Y55K48 (0%, 46%, 55%, 48%)
(0.00 / 0.46 / 0.55 / 0.48)
Color #84473C in popluar color models
84 | 47 | 3C | |
---|---|---|---|
RGB | 132 | 71 | 60 |
HSL | 9° | 37.50% | 37.65% |
HSB/HSV | 9° | 54.55% | 51.76% |
CMYK | 0.00% | 46.21% | 54.55% |
48.24% |
Color #84473C in popluar number systems.
HEX | 84 | 47 | 3C |
Decimal | 132 | 71 | 60 |
Binary | 10000100 | 1000111 | 111100 |
Octal | 204 | 107 | 74 |
Shades of #84473C
Tints of #84473C
Examples of css and html codes for elements with #84473C color. Also use rgb(132,71,60) instead hex code.
.myTextColor { color: #84473C; }
<p style="color:#84473C">This sample text font color is #84473C.</p>
This text font color is #84473C.
.myBgColor { background-color: #84473C; }
<div style="background-color:#84473C">Inner text</div>
This div background color is #84473C.
.myBorderColor { border: 1px solid #84473C; }
<div style="border:3px solid #84473C">Div</div>
This div border color is #84473C.
.myOpacity80 { color: #84473C; opacity: 0.8; }
<p style="color:#84473C;opacity:0.8;">80%</p>
Text with #84473C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84473C;}
<p style="text-shadow: 3px 3px 1px #84473C">Text here.</p>
This text has shadow with #84473C color.
.textShadow {text-shadow: 3px 3px 1px #84473C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84473C, 5px 5px 20px red">Text here.</p>
This text has shadow with #84473C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84473C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84473C, Direction=45, Strength=4)">Text</p>
This text has shadow with #84473C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84473C;
-webkit-box-shadow: 1px 1px 3px 2px #84473C;
box-shadow: 1px 1px 3px 2px #84473C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84473C; -webkit-box-shadow: 1px 1px 3px 2px #84473C; box-shadow:1px 1px 3px 2px #84473C;">
Div content here
</div>
This text has color #84473C on black background.
This text has color #84473C on white background.
This text has black color on #84473C background.
This text has white color on #84473C background.
Complementary color for #hex is #7BB8C3.