HEX: #886215
RGB: (136,98,21)
#886215 contains mainly red and green colors. Web safe color of #886215 is #996600 (or #960).
#886215 color RGB value is (136,98,21).
RGB: (136,98,21) (53%,38%,8%)
R 136 of 255 = 53%
G 98 of 255 = 38%
B 21 of 255 = 8%
R + G + B ~ 33%. #886215 is quite dark color.
R + G + B =
136 + 98 + 21 = 255 (100%)
R 136 of 255 ~ 53.33%
G 98 of 255 ~ 38.43%
B 21 of 255 ~ 8.24%
#886215 color CMYK value is (0,28,85,47).
CMYK: (0,28,85,47) C0M28Y85K47 (0%,28%,85%,47%) (0.00/0.28/0.85/0.47)
88 | 62 | 15 | |
---|---|---|---|
RGB | 136 | 98 | 21 |
HSL | 40° | 73.25% | 30.78% |
HSB/HSV | 40° | 84.56% | 53.33% |
CMYK | 0.00% | 27.94% | 84.56% |
46.67% |
HEX | 88 | 62 | 15 |
Decimal | 136 | 98 | 21 |
Binary | 10001000 | 1100010 | 10101 |
Octal | 210 | 142 | 25 |
Examples of css and html codes for elements with #886215 color. Also use rgb(136,98,21) instead hex code.
.myTextColor { color: #886215; }
<p style="color:#886215">This sample text font color is #886215.</p>
This text font color is #886215.
.myBgColor { background-color: #886215; }
<div style="background-color:#886215">Inner text</div>
This div background color is #886215.
.myBorderColor { border: 1px solid #886215; }
<div style="border:3px solid #886215">Div</div>
This div border color is #886215.
.myOpacity80 { color: #886215; opacity: 0.8; }
<p style="color:#886215;opacity:0.8;">80%</p>
Text with #886215 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #886215;}
<p style="text-shadow: 3px 3px 1px #886215">Text here.</p>
This text has shadow with #886215 color.
.textShadow {text-shadow: 3px 3px 1px #886215, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #886215, 5px 5px 20px red">Text here.</p>
This text has shadow with #886215 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886215, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#886215, Direction=45, Strength=4)">Text</p>
This text has shadow with #886215 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886215; -webkit-box-shadow: 1px 1px 3px 2px #886215; box-shadow: 1px 1px 3px 2px #886215; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #886215; -webkit-box-shadow: 1px 1px 3px 2px #886215; box-shadow:1px 1px 3px 2px #886215;">
Div content here</div>
This text has color #886215 on black background.
This text has color #886215 on white background.
This text has black color on #886215 background.
This text has white color on #886215 background.