HEX: #889466
RGB: (136,148,102)
#889466 contains red, green and blue colors in about the same proportion. Web safe color of #889466 is #999966 (or #996).
#889466 color RGB value is (136,148,102).
RGB: (136,148,102) (53%,58%,40%)
R 136 of 255 = 53%
G 148 of 255 = 58%
B 102 of 255 = 40%
R + G + B ~ 50%. #889466 is middle color (not dark and not light).
R + G + B =
136 + 148 + 102 = 386 (100%)
R 136 of 386 ~ 35.23%
G 148 of 386 ~ 38.34%
B 102 of 386 ~ 26.42%
#889466 color CMYK value is (8,0,31,42).
CMYK: (8,0,31,42) C8M0Y31K42 (8%,0%,31%,42%) (0.08/0.00/0.31/0.42)
88 | 94 | 66 | |
---|---|---|---|
RGB | 136 | 148 | 102 |
HSL | 76° | 18.40% | 49.02% |
HSB/HSV | 76° | 31.08% | 58.04% |
CMYK | 8.11% | 0.00% | 31.08% |
41.96% |
HEX | 88 | 94 | 66 |
Decimal | 136 | 148 | 102 |
Binary | 10001000 | 10010100 | 1100110 |
Octal | 210 | 224 | 146 |
Examples of css and html codes for elements with #889466 color. Also use rgb(136,148,102) instead hex code.
.myTextColor { color: #889466; }
<p style="color:#889466">This sample text font color is #889466.</p>
This text font color is #889466.
.myBgColor { background-color: #889466; }
<div style="background-color:#889466">Inner text</div>
This div background color is #889466.
.myBorderColor { border: 1px solid #889466; }
<div style="border:3px solid #889466">Div</div>
This div border color is #889466.
.myOpacity80 { color: #889466; opacity: 0.8; }
<p style="color:#889466;opacity:0.8;">80%</p>
Text with #889466 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #889466;}
<p style="text-shadow: 3px 3px 1px #889466">Text here.</p>
This text has shadow with #889466 color.
.textShadow {text-shadow: 3px 3px 1px #889466, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #889466, 5px 5px 20px red">Text here.</p>
This text has shadow with #889466 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#889466, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#889466, Direction=45, Strength=4)">Text</p>
This text has shadow with #889466 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #889466; -webkit-box-shadow: 1px 1px 3px 2px #889466; box-shadow: 1px 1px 3px 2px #889466; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #889466; -webkit-box-shadow: 1px 1px 3px 2px #889466; box-shadow:1px 1px 3px 2px #889466;">
Div content here</div>
This text has color #889466 on black background.
This text has color #889466 on white background.
This text has black color on #889466 background.
This text has white color on #889466 background.