HEX: #882014
RGB: (136,32,20)
#882014 contains mainly red color. Web safe color of #882014 is #993300 (or #930).
#882014 color RGB value is (136,32,20).
RGB: (136,32,20)
(53%, 13%, 8%)
R 136 of 255 = 53%
G 32 of 255 = 13%
B 20 of 255 = 8%
R + G + B ~ 25%. #882014 is quite dark color.
R + G + B = 136 + 32 + 20 = 188 (100%)
R 136 of 188 ~ 72.34%
G 32 of 188 ~ 17.02%
B 20 of 188 ~ 10.64'%
#882014 color CMYK value is (0,76,85,47).
CMYK: (0,76,85,47) C0M76Y85K47 (0%,76%,85%,47%) (0.00/0.76/0.85/0.47)
Color #882014 in popluar color models
88 | 20 | 14 | |
---|---|---|---|
RGB | 136 | 32 | 20 |
HSL | 6° | 74.36% | 30.59% |
HSB/HSV | 6° | 85.29% | 53.33% |
CMYK | 0.00% | 76.47% | 85.29% |
46.67% |
Color #882014 in popluar number systems.
HEX | 88 | 20 | 14 |
Decimal | 136 | 32 | 20 |
Binary | 10001000 | 100000 | 10100 |
Octal | 210 | 40 | 24 |
Shades of #882014
Tints of #882014
Examples of css and html codes for elements with #882014 color. Also use rgb(136,32,20) instead hex code.
.myTextColor { color: #882014; }
<p style="color:#882014">This sample text font color is #882014.</p>
This text font color is #882014.
.myBgColor { background-color: #882014; }
<div style="background-color:#882014">Inner text</div>
This div background color is #882014.
.myBorderColor { border: 1px solid #882014; }
<div style="border:3px solid #882014">Div</div>
This div border color is #882014.
.myOpacity80 { color: #882014; opacity: 0.8; }
<p style="color:#882014;opacity:0.8;">80%</p>
Text with #882014 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #882014;}
<p style="text-shadow: 3px 3px 1px #882014">Text here.</p>
This text has shadow with #882014 color.
.textShadow {text-shadow: 3px 3px 1px #882014', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #882014, 5px 5px 20px red">Text here.</p>
This text has shadow with #882014 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#882014, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#882014, Direction=45, Strength=4)">Text</p>
This text has shadow with #882014 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #882014;
-webkit-box-shadow: 1px 1px 3px 2px #882014;
box-shadow: 1px 1px 3px 2px #882014;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #882014; -webkit-box-shadow: 1px 1px 3px 2px #882014; box-shadow:1px 1px 3px 2px #882014;">
Div content here
</div>
This text has color #882014 on black background.
This text has color #882014 on white background.
This text has black color on #882014 background.
This text has white color on #882014 background.
Complementary color for #hex is #77DFEB.