HEX: #887E4D
RGB: (136,126,77)
#887E4D contains red, green and blue colors in about the same proportion. Web safe color of #887E4D is #996633 (or #963).
#887E4D color RGB value is (136,126,77).
RGB: (136,126,77)
(53%, 49%, 30%)
R 136 of 255 = 53%
G 126 of 255 = 49%
B 77 of 255 = 30%
R + G + B ~ 44%. #887E4D is middle color (not dark and not light).
R + G + B = 136 + 126 + 77 = 339 (100%)
R 136 of 339 ~ 40.12%
G 126 of 339 ~ 37.17%
B 77 of 339 ~ 22.71'%
#887E4D color CMYK value is (0,7,43,47).
CMYK: (0,7,43,47)
C0M7Y43K47 (0%, 7%, 43%, 47%)
(0.00 / 0.07 / 0.43 / 0.47)
Color #887E4D in popluar color models
88 | 7E | 4D | |
---|---|---|---|
RGB | 136 | 126 | 77 |
HSL | 50° | 27.70% | 41.76% |
HSB/HSV | 50° | 43.38% | 53.33% |
CMYK | 0.00% | 7.35% | 43.38% |
46.67% |
Color #887E4D in popluar number systems.
HEX | 88 | 7E | 4D |
Decimal | 136 | 126 | 77 |
Binary | 10001000 | 1111110 | 1001101 |
Octal | 210 | 176 | 115 |
Shades of #887E4D
Tints of #887E4D
Examples of css and html codes for elements with #887E4D color. Also use rgb(136,126,77) instead hex code.
.myTextColor { color: #887E4D; }
<p style="color:#887E4D">This sample text font color is #887E4D.</p>
This text font color is #887E4D.
.myBgColor { background-color: #887E4D; }
<div style="background-color:#887E4D">Inner text</div>
This div background color is #887E4D.
.myBorderColor { border: 1px solid #887E4D; }
<div style="border:3px solid #887E4D">Div</div>
This div border color is #887E4D.
.myOpacity80 { color: #887E4D; opacity: 0.8; }
<p style="color:#887E4D;opacity:0.8;">80%</p>
Text with #887E4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887E4D;}
<p style="text-shadow: 3px 3px 1px #887E4D">Text here.</p>
This text has shadow with #887E4D color.
.textShadow {text-shadow: 3px 3px 1px #887E4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887E4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #887E4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887E4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887E4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #887E4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887E4D;
-webkit-box-shadow: 1px 1px 3px 2px #887E4D;
box-shadow: 1px 1px 3px 2px #887E4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887E4D; -webkit-box-shadow: 1px 1px 3px 2px #887E4D; box-shadow:1px 1px 3px 2px #887E4D;">
Div content here
</div>
This text has color #887E4D on black background.
This text has color #887E4D on white background.
This text has black color on #887E4D background.
This text has white color on #887E4D background.
Complementary color for #hex is #7781B2.