HEX: #84474B
RGB: (132,71,75)
#84474B contains mainly red and blue colors. Web safe color of #84474B is #993333 (or #933).
#84474B color RGB value is (132,71,75).
RGB: (132,71,75)
(52%, 28%, 29%)
R 132 of 255 = 52%
G 71 of 255 = 28%
B 75 of 255 = 29%
R + G + B ~ 36%. #84474B is quite dark color.
R + G + B = 132 + 71 + 75 = 278 (100%)
R 132 of 278 ~ 47.48%
G 71 of 278 ~ 25.54%
B 75 of 278 ~ 26.98'%
#84474B color CMYK value is (0,46,43,48).
CMYK: (0,46,43,48) C0M46Y43K48 (0%,46%,43%,48%) (0.00/0.46/0.43/0.48)
Color #84474B in popluar color models
84 | 47 | 4B | |
---|---|---|---|
RGB | 132 | 71 | 75 |
HSL | 356° | 30.05% | 39.80% |
HSB/HSV | 356° | 46.21% | 51.76% |
CMYK | 0.00% | 46.21% | 43.18% |
48.24% |
Color #84474B in popluar number systems.
HEX | 84 | 47 | 4B |
Decimal | 132 | 71 | 75 |
Binary | 10000100 | 1000111 | 1001011 |
Octal | 204 | 107 | 113 |
Shades of #84474B
Tints of #84474B
Examples of css and html codes for elements with #84474B color. Also use rgb(132,71,75) instead hex code.
.myTextColor { color: #84474B; }
<p style="color:#84474B">This sample text font color is #84474B.</p>
This text font color is #84474B.
.myBgColor { background-color: #84474B; }
<div style="background-color:#84474B">Inner text</div>
This div background color is #84474B.
.myBorderColor { border: 1px solid #84474B; }
<div style="border:3px solid #84474B">Div</div>
This div border color is #84474B.
.myOpacity80 { color: #84474B; opacity: 0.8; }
<p style="color:#84474B;opacity:0.8;">80%</p>
Text with #84474B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84474B;}
<p style="text-shadow: 3px 3px 1px #84474B">Text here.</p>
This text has shadow with #84474B color.
.textShadow {text-shadow: 3px 3px 1px #84474B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84474B, 5px 5px 20px red">Text here.</p>
This text has shadow with #84474B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84474B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84474B, Direction=45, Strength=4)">Text</p>
This text has shadow with #84474B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84474B;
-webkit-box-shadow: 1px 1px 3px 2px #84474B;
box-shadow: 1px 1px 3px 2px #84474B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84474B; -webkit-box-shadow: 1px 1px 3px 2px #84474B; box-shadow:1px 1px 3px 2px #84474B;">
Div content here
</div>
This text has color #84474B on black background.
This text has color #84474B on white background.
This text has black color on #84474B background.
This text has white color on #84474B background.
Complementary color for #hex is #7BB8B4.