COLOR #989475

HEX: #989475
RGB: (152,148,117)

Color info

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

RGB color model

#989475 color RGB value is (152,148,117).

  • red value is 152;
  • green value is 148;
  • blue value is 117.
RGB:
(152,148,117)
(60%,58%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 148 of 255 = 58%
B 117 of 255 = 46%

152
148
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 148 + 117 = 417 (100%)
R 152 of 417 ~ 36.45%
G 148 of 417 ~ 35.49%
B 117 of 417 ~ 28.06%

%36.45
%35.49
%28.06

CMYK color model

#989475 color CMYK value is (0,3,23,40).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(0,3,23,40)
C0M3Y23K40 
(0%,3%,23%,40%)
(0.00/0.03/0.23/0.40)	

CMYK percentages

%0
%2.63
%23.03
%40.39

Codes

Color #989475 in popluar color models

989475
RGB152148117
HSL53°14.52%52.75%
HSB/HSV53°23.03%59.61%
CMYK0.00%2.63%23.03%
40.39%

Color #989475 in popluar number systems.

HEX989475
Decimal152148117
Binary10011000100101001110101
Octal230224165

Shades and tints

Shades of #989475

#989475
(152,148,117)
#8B876B
(139,135,107)
#7E7A61
(126,122,97)
#716D57
(113,109,87)
#64604D
(100,96,77)
#575343
(87,83,67)
#4A4639
(74,70,57)
#3D392F
(61,57,47)
#302C25
(48,44,37)
#231F1B
(35,31,27)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #989475

#989475
(152,148,117)
#A19D81
(161,157,129)
#AAA68D
(170,166,141)
#B3AF99
(179,175,153)
#BCB8A5
(188,184,165)
#C5C1B1
(197,193,177)
#CECABD
(206,202,189)
#D7D3C9
(215,211,201)
#E0DCD5
(224,220,213)
#E9E5E1
(233,229,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989475 color. Also use rgb(152,148,117) instead hex code.

Text Font Color

.myTextColor { color: #989475; }

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

This text font color is #989475.


Background Color

.myBgColor { background-color: #989475; }

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

This div background color is #989475.


Border color

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

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

This div border color is #989475.


Opacity

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

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

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

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

This text has shadow with #989475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989475 on black background.


Color preview on white background

This text has color #989475 on white background.



Black color preview on #989475 background

This text has black color on #989475 background.


White color preview on #989475 background

This text has white color on #989475 background.