HEX: #889584
RGB: (136,149,132)
#889584 contains red, green and blue colors in about the same proportion. Web safe color of #889584 is #999999 (or #999).
#889584 color RGB value is (136,149,132).
RGB: (136,149,132) (53%,58%,52%)
R 136 of 255 = 53%
G 149 of 255 = 58%
B 132 of 255 = 52%
R + G + B ~ 54%. #889584 is middle color (not dark and not light).
R + G + B =
136 + 149 + 132 = 417 (100%)
R 136 of 417 ~ 32.61%
G 149 of 417 ~ 35.73%
B 132 of 417 ~ 31.65%
#889584 color CMYK value is (9,0,11,42).
CMYK: (9,0,11,42) C9M0Y11K42 (9%,0%,11%,42%) (0.09/0.00/0.11/0.42)
88 | 95 | 84 | |
---|---|---|---|
RGB | 136 | 149 | 132 |
HSL | 106° | 7.42% | 55.10% |
HSB/HSV | 106° | 11.41% | 58.43% |
CMYK | 8.72% | 0.00% | 11.41% |
41.57% |
HEX | 88 | 95 | 84 |
Decimal | 136 | 149 | 132 |
Binary | 10001000 | 10010101 | 10000100 |
Octal | 210 | 225 | 204 |
Examples of css and html codes for elements with #889584 color. Also use rgb(136,149,132) instead hex code.
.myTextColor { color: #889584; }
<p style="color:#889584">This sample text font color is #889584.</p>
This text font color is #889584.
.myBgColor { background-color: #889584; }
<div style="background-color:#889584">Inner text</div>
This div background color is #889584.
.myBorderColor { border: 1px solid #889584; }
<div style="border:3px solid #889584">Div</div>
This div border color is #889584.
.myOpacity80 { color: #889584; opacity: 0.8; }
<p style="color:#889584;opacity:0.8;">80%</p>
Text with #889584 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #889584;}
<p style="text-shadow: 3px 3px 1px #889584">Text here.</p>
This text has shadow with #889584 color.
.textShadow {text-shadow: 3px 3px 1px #889584, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #889584, 5px 5px 20px red">Text here.</p>
This text has shadow with #889584 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#889584, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#889584, Direction=45, Strength=4)">Text</p>
This text has shadow with #889584 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #889584; -webkit-box-shadow: 1px 1px 3px 2px #889584; box-shadow: 1px 1px 3px 2px #889584; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #889584; -webkit-box-shadow: 1px 1px 3px 2px #889584; box-shadow:1px 1px 3px 2px #889584;">
Div content here</div>
This text has color #889584 on black background.
This text has color #889584 on white background.
This text has black color on #889584 background.
This text has white color on #889584 background.