HEX: #882720
RGB: (136,39,32)
#882720 contains mainly red color. Web safe color of #882720 is #993333 (or #933).
#882720 color RGB value is (136,39,32).
RGB: (136,39,32) (53%,15%,13%)
R 136 of 255 = 53%
G 39 of 255 = 15%
B 32 of 255 = 13%
R + G + B ~ 27%. #882720 is quite dark color.
R + G + B =
136 + 39 + 32 = 207 (100%)
R 136 of 207 ~ 65.7%
G 39 of 207 ~ 18.84%
B 32 of 207 ~ 15.46%
#882720 color CMYK value is (0,71,76,47).
CMYK: (0,71,76,47) C0M71Y76K47 (0%,71%,76%,47%) (0.00/0.71/0.76/0.47)
88 | 27 | 20 | |
---|---|---|---|
RGB | 136 | 39 | 32 |
HSL | 4° | 61.90% | 32.94% |
HSB/HSV | 4° | 76.47% | 53.33% |
CMYK | 0.00% | 71.32% | 76.47% |
46.67% |
HEX | 88 | 27 | 20 |
Decimal | 136 | 39 | 32 |
Binary | 10001000 | 100111 | 100000 |
Octal | 210 | 47 | 40 |
Examples of css and html codes for elements with #882720 color. Also use rgb(136,39,32) instead hex code.
.myTextColor { color: #882720; }
<p style="color:#882720">This sample text font color is #882720.</p>
This text font color is #882720.
.myBgColor { background-color: #882720; }
<div style="background-color:#882720">Inner text</div>
This div background color is #882720.
.myBorderColor { border: 1px solid #882720; }
<div style="border:3px solid #882720">Div</div>
This div border color is #882720.
.myOpacity80 { color: #882720; opacity: 0.8; }
<p style="color:#882720;opacity:0.8;">80%</p>
Text with #882720 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #882720;}
<p style="text-shadow: 3px 3px 1px #882720">Text here.</p>
This text has shadow with #882720 color.
.textShadow {text-shadow: 3px 3px 1px #882720, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #882720, 5px 5px 20px red">Text here.</p>
This text has shadow with #882720 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#882720, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#882720, Direction=45, Strength=4)">Text</p>
This text has shadow with #882720 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #882720; -webkit-box-shadow: 1px 1px 3px 2px #882720; box-shadow: 1px 1px 3px 2px #882720; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #882720; -webkit-box-shadow: 1px 1px 3px 2px #882720; box-shadow:1px 1px 3px 2px #882720;">
Div content here</div>
This text has color #882720 on black background.
This text has color #882720 on white background.
This text has black color on #882720 background.
This text has white color on #882720 background.