COLOR #979470

HEX: #979470
RGB: (151,148,112)

Color info

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

RGB color model

#979470 color RGB value is (151,148,112).

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

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 112 of 255 = 44%

151
148
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 112 = 411 (100%)
R 151 of 411 ~ 36.74%
G 148 of 411 ~ 36.01%
B 112 of 411 ~ 27.25%

%36.74
%36.01
%27.25

CMYK color model

#979470 color CMYK value is (0,2,26,41).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,2,26,41)
C0M2Y26K41 
(0%,2%,26%,41%)
(0.00/0.02/0.26/0.41)	

CMYK percentages

%0
%1.99
%25.83
%40.78

Codes

Color #979470 in popluar color models

979470
RGB151148112
HSL55°15.79%51.57%
HSB/HSV55°25.83%59.22%
CMYK0.00%1.99%25.83%
40.78%

Color #979470 in popluar number systems.

HEX979470
Decimal151148112
Binary10010111100101001110000
Octal227224160

Shades and tints

Shades of #979470

#979470
(151,148,112)
#8A8766
(138,135,102)
#7D7A5C
(125,122,92)
#706D52
(112,109,82)
#636048
(99,96,72)
#56533E
(86,83,62)
#494634
(73,70,52)
#3C392A
(60,57,42)
#2F2C20
(47,44,32)
#221F16
(34,31,22)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #979470

#979470
(151,148,112)
#A09D7D
(160,157,125)
#A9A68A
(169,166,138)
#B2AF97
(178,175,151)
#BBB8A4
(187,184,164)
#C4C1B1
(196,193,177)
#CDCABE
(205,202,190)
#D6D3CB
(214,211,203)
#DFDCD8
(223,220,216)
#E8E5E5
(232,229,229)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979470; }

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

This text font color is #979470.


Background Color

.myBgColor { background-color: #979470; }

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

This div background color is #979470.


Border color

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

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

This div border color is #979470.


Opacity

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

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

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

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

This text has shadow with #979470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979470 on black background.


Color preview on white background

This text has color #979470 on white background.



Black color preview on #979470 background

This text has black color on #979470 background.


White color preview on #979470 background

This text has white color on #979470 background.