HEX: #887048
RGB: (136,112,72)
#887048 contains mainly red and green colors. Web safe color of #887048 is #996633 (or #963).
#887048 color RGB value is (136,112,72).
RGB: (136,112,72) (53%,44%,28%)
R 136 of 255 = 53%
G 112 of 255 = 44%
B 72 of 255 = 28%
R + G + B ~ 42%. #887048 is middle color (not dark and not light).
R + G + B =
136 + 112 + 72 = 320 (100%)
R 136 of 320 ~ 42.5%
G 112 of 320 ~ 35%
B 72 of 320 ~ 22.5%
#887048 color CMYK value is (0,18,47,47).
CMYK: (0,18,47,47) C0M18Y47K47 (0%,18%,47%,47%) (0.00/0.18/0.47/0.47)
88 | 70 | 48 | |
---|---|---|---|
RGB | 136 | 112 | 72 |
HSL | 38° | 30.77% | 40.78% |
HSB/HSV | 38° | 47.06% | 53.33% |
CMYK | 0.00% | 17.65% | 47.06% |
46.67% |
HEX | 88 | 70 | 48 |
Decimal | 136 | 112 | 72 |
Binary | 10001000 | 1110000 | 1001000 |
Octal | 210 | 160 | 110 |
Examples of css and html codes for elements with #887048 color. Also use rgb(136,112,72) instead hex code.
.myTextColor { color: #887048; }
<p style="color:#887048">This sample text font color is #887048.</p>
This text font color is #887048.
.myBgColor { background-color: #887048; }
<div style="background-color:#887048">Inner text</div>
This div background color is #887048.
.myBorderColor { border: 1px solid #887048; }
<div style="border:3px solid #887048">Div</div>
This div border color is #887048.
.myOpacity80 { color: #887048; opacity: 0.8; }
<p style="color:#887048;opacity:0.8;">80%</p>
Text with #887048 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887048;}
<p style="text-shadow: 3px 3px 1px #887048">Text here.</p>
This text has shadow with #887048 color.
.textShadow {text-shadow: 3px 3px 1px #887048, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887048, 5px 5px 20px red">Text here.</p>
This text has shadow with #887048 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887048, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887048, Direction=45, Strength=4)">Text</p>
This text has shadow with #887048 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887048; -webkit-box-shadow: 1px 1px 3px 2px #887048; box-shadow: 1px 1px 3px 2px #887048; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887048; -webkit-box-shadow: 1px 1px 3px 2px #887048; box-shadow:1px 1px 3px 2px #887048;">
Div content here</div>
This text has color #887048 on black background.
This text has color #887048 on white background.
This text has black color on #887048 background.
This text has white color on #887048 background.