HEX: #889B4F
RGB: (136,155,79)
#889B4F contains mainly red and green colors. Web safe color of #889B4F is #999966 (or #996).
#889B4F color RGB value is (136,155,79).
RGB: (136,155,79) (53%,61%,31%)
R 136 of 255 = 53%
G 155 of 255 = 61%
B 79 of 255 = 31%
R + G + B ~ 48%. #889B4F is middle color (not dark and not light).
R + G + B =
136 + 155 + 79 = 370 (100%)
R 136 of 370 ~ 36.76%
G 155 of 370 ~ 41.89%
B 79 of 370 ~ 21.35%
#889B4F color CMYK value is (12,0,49,39).
CMYK: (12,0,49,39) C12M0Y49K39 (12%,0%,49%,39%) (0.12/0.00/0.49/0.39)
88 | 9B | 4F | |
---|---|---|---|
RGB | 136 | 155 | 79 |
HSL | 75° | 32.48% | 45.88% |
HSB/HSV | 75° | 49.03% | 60.78% |
CMYK | 12.26% | 0.00% | 49.03% |
39.22% |
HEX | 88 | 9B | 4F |
Decimal | 136 | 155 | 79 |
Binary | 10001000 | 10011011 | 1001111 |
Octal | 210 | 233 | 117 |
Examples of css and html codes for elements with #889B4F color. Also use rgb(136,155,79) instead hex code.
.myTextColor { color: #889B4F; }
<p style="color:#889B4F">This sample text font color is #889B4F.</p>
This text font color is #889B4F.
.myBgColor { background-color: #889B4F; }
<div style="background-color:#889B4F">Inner text</div>
This div background color is #889B4F.
.myBorderColor { border: 1px solid #889B4F; }
<div style="border:3px solid #889B4F">Div</div>
This div border color is #889B4F.
.myOpacity80 { color: #889B4F; opacity: 0.8; }
<p style="color:#889B4F;opacity:0.8;">80%</p>
Text with #889B4F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #889B4F;}
<p style="text-shadow: 3px 3px 1px #889B4F">Text here.</p>
This text has shadow with #889B4F color.
.textShadow {text-shadow: 3px 3px 1px #889B4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #889B4F, 5px 5px 20px red">Text here.</p>
This text has shadow with #889B4F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#889B4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#889B4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #889B4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #889B4F; -webkit-box-shadow: 1px 1px 3px 2px #889B4F; box-shadow: 1px 1px 3px 2px #889B4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #889B4F; -webkit-box-shadow: 1px 1px 3px 2px #889B4F; box-shadow:1px 1px 3px 2px #889B4F;">
Div content here</div>
This text has color #889B4F on black background.
This text has color #889B4F on white background.
This text has black color on #889B4F background.
This text has white color on #889B4F background.