COLOR #989577

HEX: #989577
RGB: (152,149,119)

Color info

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

RGB color model

#989577 color RGB value is (152,149,119).

  • red value is 152;
  • green value is 149;
  • blue value is 119.
RGB:
(152,149,119)
(60%,58%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 149 of 255 = 58%
B 119 of 255 = 47%

152
149
119

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

Portions of RGB colors in percentages

R + G + B =
152 + 149 + 119 = 420 (100%)
R 152 of 420 ~ 36.19%
G 149 of 420 ~ 35.48%
B 119 of 420 ~ 28.33%

%36.19
%35.48
%28.33

CMYK color model

#989577 color CMYK value is (0,2,22,40).

  • cyan value is 0.00%
  • magenta value is 1.97%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(0,2,22,40)
C0M2Y22K40 
(0%,2%,22%,40%)
(0.00/0.02/0.22/0.40)	

CMYK percentages

%0
%1.97
%21.71
%40.39

Codes

Color #989577 in popluar color models

989577
RGB152149119
HSL55°13.81%53.14%
HSB/HSV55°21.71%59.61%
CMYK0.00%1.97%21.71%
40.39%

Color #989577 in popluar number systems.

HEX989577
Decimal152149119
Binary10011000100101011110111
Octal230225167

Shades and tints

Shades of #989577

#989577
(152,149,119)
#8B886D
(139,136,109)
#7E7B63
(126,123,99)
#716E59
(113,110,89)
#64614F
(100,97,79)
#575445
(87,84,69)
#4A473B
(74,71,59)
#3D3A31
(61,58,49)
#302D27
(48,45,39)
#23201D
(35,32,29)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #989577

#989577
(152,149,119)
#A19E83
(161,158,131)
#AAA78F
(170,167,143)
#B3B09B
(179,176,155)
#BCB9A7
(188,185,167)
#C5C2B3
(197,194,179)
#CECBBF
(206,203,191)
#D7D4CB
(215,212,203)
#E0DDD7
(224,221,215)
#E9E6E3
(233,230,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989577 color. Also use rgb(152,149,119) instead hex code.

Text Font Color

.myTextColor { color: #989577; }

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

This text font color is #989577.


Background Color

.myBgColor { background-color: #989577; }

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

This div background color is #989577.


Border color

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

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

This div border color is #989577.


Opacity

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

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

Text with #989577 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 #989577;}

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

This text has shadow with #989577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989577 on black background.


Color preview on white background

This text has color #989577 on white background.



Black color preview on #989577 background

This text has black color on #989577 background.


White color preview on #989577 background

This text has white color on #989577 background.