COLOR #979473

HEX: #979473
RGB: (151,148,115)

Color info

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

RGB color model

#979473 color RGB value is (151,148,115).

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

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 115 of 255 = 45%

151
148
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 115 = 414 (100%)
R 151 of 414 ~ 36.47%
G 148 of 414 ~ 35.75%
B 115 of 414 ~ 27.78%

%36.47
%35.75
%27.78

CMYK color model

#979473 color CMYK value is (0,2,24,41).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,2,24,41)
C0M2Y24K41 
(0%,2%,24%,41%)
(0.00/0.02/0.24/0.41)	

CMYK percentages

%0
%1.99
%23.84
%40.78

Codes

Color #979473 in popluar color models

979473
RGB151148115
HSL55°14.75%52.16%
HSB/HSV55°23.84%59.22%
CMYK0.00%1.99%23.84%
40.78%

Color #979473 in popluar number systems.

HEX979473
Decimal151148115
Binary10010111100101001110011
Octal227224163

Shades and tints

Shades of #979473

#979473
(151,148,115)
#8A8769
(138,135,105)
#7D7A5F
(125,122,95)
#706D55
(112,109,85)
#63604B
(99,96,75)
#565341
(86,83,65)
#494637
(73,70,55)
#3C392D
(60,57,45)
#2F2C23
(47,44,35)
#221F19
(34,31,25)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #979473

#979473
(151,148,115)
#A09D7F
(160,157,127)
#A9A68B
(169,166,139)
#B2AF97
(178,175,151)
#BBB8A3
(187,184,163)
#C4C1AF
(196,193,175)
#CDCABB
(205,202,187)
#D6D3C7
(214,211,199)
#DFDCD3
(223,220,211)
#E8E5DF
(232,229,223)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979473; }

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

This text font color is #979473.


Background Color

.myBgColor { background-color: #979473; }

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

This div background color is #979473.


Border color

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

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

This div border color is #979473.


Opacity

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

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

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

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

This text has shadow with #979473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979473 on black background.


Color preview on white background

This text has color #979473 on white background.



Black color preview on #979473 background

This text has black color on #979473 background.


White color preview on #979473 background

This text has white color on #979473 background.