HEX: #87474C
RGB: (135,71,76)
#87474C contains mainly red and blue colors. Web safe color of #87474C is #993333 (or #933).
#87474C color RGB value is (135,71,76).
RGB: (135,71,76)
(53%, 28%, 30%)
R 135 of 255 = 53%
G 71 of 255 = 28%
B 76 of 255 = 30%
R + G + B ~ 37%. #87474C is quite dark color.
R + G + B = 135 + 71 + 76 = 282 (100%)
R 135 of 282 ~ 47.87%
G 71 of 282 ~ 25.18%
B 76 of 282 ~ 26.95'%
#87474C color CMYK value is (0,47,44,47).
CMYK: (0,47,44,47)
C0M47Y44K47 (0%, 47%, 44%, 47%)
(0.00 / 0.47 / 0.44 / 0.47)
Color #87474C in popluar color models
87 | 47 | 4C | |
---|---|---|---|
RGB | 135 | 71 | 76 |
HSL | 355° | 31.07% | 40.39% |
HSB/HSV | 355° | 47.41% | 52.94% |
CMYK | 0.00% | 47.41% | 43.70% |
47.06% |
Color #87474C in popluar number systems.
HEX | 87 | 47 | 4C |
Decimal | 135 | 71 | 76 |
Binary | 10000111 | 1000111 | 1001100 |
Octal | 207 | 107 | 114 |
Shades of #87474C
Tints of #87474C
Examples of css and html codes for elements with #87474C color. Also use rgb(135,71,76) instead hex code.
.myTextColor { color: #87474C; }
<p style="color:#87474C">This sample text font color is #87474C.</p>
This text font color is #87474C.
.myBgColor { background-color: #87474C; }
<div style="background-color:#87474C">Inner text</div>
This div background color is #87474C.
.myBorderColor { border: 1px solid #87474C; }
<div style="border:3px solid #87474C">Div</div>
This div border color is #87474C.
.myOpacity80 { color: #87474C; opacity: 0.8; }
<p style="color:#87474C;opacity:0.8;">80%</p>
Text with #87474C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87474C;}
<p style="text-shadow: 3px 3px 1px #87474C">Text here.</p>
This text has shadow with #87474C color.
.textShadow {text-shadow: 3px 3px 1px #87474C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87474C, 5px 5px 20px red">Text here.</p>
This text has shadow with #87474C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87474C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87474C, Direction=45, Strength=4)">Text</p>
This text has shadow with #87474C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87474C;
-webkit-box-shadow: 1px 1px 3px 2px #87474C;
box-shadow: 1px 1px 3px 2px #87474C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87474C; -webkit-box-shadow: 1px 1px 3px 2px #87474C; box-shadow:1px 1px 3px 2px #87474C;">
Div content here
</div>
This text has color #87474C on black background.
This text has color #87474C on white background.
This text has black color on #87474C background.
This text has white color on #87474C background.
Complementary color for #hex is #78B8B3.