HEX: #887346
RGB: (136,115,70)
#887346 contains mainly red and green colors. Web safe color of #887346 is #996633 (or #963).
#887346 color RGB value is (136,115,70).
RGB: (136,115,70) (53%,45%,27%)
R 136 of 255 = 53%
G 115 of 255 = 45%
B 70 of 255 = 27%
R + G + B ~ 42%. #887346 is middle color (not dark and not light).
R + G + B =
136 + 115 + 70 = 321 (100%)
R 136 of 321 ~ 42.37%
G 115 of 321 ~ 35.83%
B 70 of 321 ~ 21.81%
#887346 color CMYK value is (0,15,49,47).
CMYK: (0,15,49,47) C0M15Y49K47 (0%,15%,49%,47%) (0.00/0.15/0.49/0.47)
88 | 73 | 46 | |
---|---|---|---|
RGB | 136 | 115 | 70 |
HSL | 41° | 32.04% | 40.39% |
HSB/HSV | 41° | 48.53% | 53.33% |
CMYK | 0.00% | 15.44% | 48.53% |
46.67% |
HEX | 88 | 73 | 46 |
Decimal | 136 | 115 | 70 |
Binary | 10001000 | 1110011 | 1000110 |
Octal | 210 | 163 | 106 |
Examples of css and html codes for elements with #887346 color. Also use rgb(136,115,70) instead hex code.
.myTextColor { color: #887346; }
<p style="color:#887346">This sample text font color is #887346.</p>
This text font color is #887346.
.myBgColor { background-color: #887346; }
<div style="background-color:#887346">Inner text</div>
This div background color is #887346.
.myBorderColor { border: 1px solid #887346; }
<div style="border:3px solid #887346">Div</div>
This div border color is #887346.
.myOpacity80 { color: #887346; opacity: 0.8; }
<p style="color:#887346;opacity:0.8;">80%</p>
Text with #887346 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887346;}
<p style="text-shadow: 3px 3px 1px #887346">Text here.</p>
This text has shadow with #887346 color.
.textShadow {text-shadow: 3px 3px 1px #887346, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887346, 5px 5px 20px red">Text here.</p>
This text has shadow with #887346 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887346, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887346, Direction=45, Strength=4)">Text</p>
This text has shadow with #887346 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887346; -webkit-box-shadow: 1px 1px 3px 2px #887346; box-shadow: 1px 1px 3px 2px #887346; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887346; -webkit-box-shadow: 1px 1px 3px 2px #887346; box-shadow:1px 1px 3px 2px #887346;">
Div content here</div>
This text has color #887346 on black background.
This text has color #887346 on white background.
This text has black color on #887346 background.
This text has white color on #887346 background.