COLOR #889576

HEX: #889576
RGB: (136,149,118)

Color info

#889576 contains red, green and blue colors in about the same proportion. Web safe color of #889576 is #999966 (or #996).

RGB color model

#889576 color RGB value is (136,149,118).

  • red value is 136;
  • green value is 149;
  • blue value is 118.
RGB:
(136,149,118)
(53%,58%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 118 of 255 = 46%

136
149
118

R + G + B ~ 52%. #889576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 118 = 403 (100%)
R 136 of 403 ~ 33.75%
G 149 of 403 ~ 36.97%
B 118 of 403 ~ 29.28%

%33.75
%36.97
%29.28

CMYK color model

#889576 color CMYK value is (9,0,21,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(9,0,21,42)
C9M0Y21K42 
(9%,0%,21%,42%)
(0.09/0.00/0.21/0.42)	

CMYK percentages

%8.72
%0
%20.81
%41.57

Codes

Color #889576 in popluar color models

889576
RGB136149118
HSL85°12.76%52.35%
HSB/HSV85°20.81%58.43%
CMYK8.72%0.00%20.81%
41.57%

Color #889576 in popluar number systems.

HEX889576
Decimal136149118
Binary10001000100101011110110
Octal210225166

Shades and tints

Shades of #889576

#889576
(136,149,118)
#7C886C
(124,136,108)
#707B62
(112,123,98)
#646E58
(100,110,88)
#58614E
(88,97,78)
#4C5444
(76,84,68)
#40473A
(64,71,58)
#343A30
(52,58,48)
#282D26
(40,45,38)
#1C201C
(28,32,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #889576

#889576
(136,149,118)
#929E82
(146,158,130)
#9CA78E
(156,167,142)
#A6B09A
(166,176,154)
#B0B9A6
(176,185,166)
#BAC2B2
(186,194,178)
#C4CBBE
(196,203,190)
#CED4CA
(206,212,202)
#D8DDD6
(216,221,214)
#E2E6E2
(226,230,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889576 color. Also use rgb(136,149,118) instead hex code.

Text Font Color

.myTextColor { color: #889576; }

<p style="color:#889576">This sample text font color is #889576.</p>

This text font color is #889576.


Background Color

.myBgColor { background-color: #889576; }

<div style="background-color:#889576">Inner text</div>

This div background color is #889576.


Border color

.myBorderColor { border: 1px solid #889576; }

<div style="border:3px solid #889576">Div</div>

This div border color is #889576.


Opacity

.myOpacity80 { color: #889576; opacity: 0.8; }

<p style="color:#889576;opacity:0.8;">80%</p>

Text with #889576 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #889576;}

<p style="text-shadow: 3px 3px 1px #889576">Text here.</p>

This text has shadow with #889576 color.

.textShadow {text-shadow: 3px 3px 1px #889576, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #889576, 5px 5px 20px red">Text here.</p>

This text has shadow with #889576 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#889576, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#889576, Direction=45, Strength=4)">Text</p>

This text has shadow with #889576 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #889576;
  -webkit-box-shadow:	1px 1px 3px 2px #889576;
  box-shadow:		1px 1px 3px 2px #889576;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #889576;
-webkit-box-shadow: 1px 1px 3px 2px #889576;
box-shadow:1px 1px 3px 2px #889576;">
Div content here</div>
This div box has shadow with color #889576.

Preview

Color preview on black background

This text has color #889576 on black background.


Color preview on white background

This text has color #889576 on white background.



Black color preview on #889576 background

This text has black color on #889576 background.


White color preview on #889576 background

This text has white color on #889576 background.