COLOR #989473

HEX: #989473
RGB: (152,148,115)

Color info

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

RGB color model

#989473 color RGB value is (152,148,115).

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

RGB channels and saturation

R 152 of 255 = 60%
G 148 of 255 = 58%
B 115 of 255 = 45%

152
148
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 148 + 115 = 415 (100%)
R 152 of 415 ~ 36.63%
G 148 of 415 ~ 35.66%
B 115 of 415 ~ 27.71%

%36.63
%35.66
%27.71

CMYK color model

#989473 color CMYK value is (0,3,24,40).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,3,24,40)
C0M3Y24K40 
(0%,3%,24%,40%)
(0.00/0.03/0.24/0.40)	

CMYK percentages

%0
%2.63
%24.34
%40.39

Codes

Color #989473 in popluar color models

989473
RGB152148115
HSL54°15.23%52.35%
HSB/HSV54°24.34%59.61%
CMYK0.00%2.63%24.34%
40.39%

Color #989473 in popluar number systems.

HEX989473
Decimal152148115
Binary10011000100101001110011
Octal230224163

Shades and tints

Shades of #989473

#989473
(152,148,115)
#8B8769
(139,135,105)
#7E7A5F
(126,122,95)
#716D55
(113,109,85)
#64604B
(100,96,75)
#575341
(87,83,65)
#4A4637
(74,70,55)
#3D392D
(61,57,45)
#302C23
(48,44,35)
#231F19
(35,31,25)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #989473

#989473
(152,148,115)
#A19D7F
(161,157,127)
#AAA68B
(170,166,139)
#B3AF97
(179,175,151)
#BCB8A3
(188,184,163)
#C5C1AF
(197,193,175)
#CECABB
(206,202,187)
#D7D3C7
(215,211,199)
#E0DCD3
(224,220,211)
#E9E5DF
(233,229,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989473; }

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

This text font color is #989473.


Background Color

.myBgColor { background-color: #989473; }

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

This div background color is #989473.


Border color

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

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

This div border color is #989473.


Opacity

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

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

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

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

This text has shadow with #989473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989473 on black background.


Color preview on white background

This text has color #989473 on white background.



Black color preview on #989473 background

This text has black color on #989473 background.


White color preview on #989473 background

This text has white color on #989473 background.