COLOR #979176

HEX: #979176
RGB: (151,145,118)

Color info

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

RGB color model

#979176 color RGB value is (151,145,118).

  • red value is 151;
  • green value is 145;
  • blue value is 118.
RGB:
(151,145,118)
(59%,57%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 145 of 255 = 57%
B 118 of 255 = 46%

151
145
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 145 + 118 = 414 (100%)
R 151 of 414 ~ 36.47%
G 145 of 414 ~ 35.02%
B 118 of 414 ~ 28.5%

%36.47
%35.02
%28.5

CMYK color model

#979176 color CMYK value is (0,4,22,41).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,4,22,41)
C0M4Y22K41 
(0%,4%,22%,41%)
(0.00/0.04/0.22/0.41)	

CMYK percentages

%0
%3.97
%21.85
%40.78

Codes

Color #979176 in popluar color models

979176
RGB151145118
HSL49°13.69%52.75%
HSB/HSV49°21.85%59.22%
CMYK0.00%3.97%21.85%
40.78%

Color #979176 in popluar number systems.

HEX979176
Decimal151145118
Binary10010111100100011110110
Octal227221166

Shades and tints

Shades of #979176

#979176
(151,145,118)
#8A846C
(138,132,108)
#7D7762
(125,119,98)
#706A58
(112,106,88)
#635D4E
(99,93,78)
#565044
(86,80,68)
#49433A
(73,67,58)
#3C3630
(60,54,48)
#2F2926
(47,41,38)
#221C1C
(34,28,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #979176

#979176
(151,145,118)
#A09B82
(160,155,130)
#A9A58E
(169,165,142)
#B2AF9A
(178,175,154)
#BBB9A6
(187,185,166)
#C4C3B2
(196,195,178)
#CDCDBE
(205,205,190)
#D6D7CA
(214,215,202)
#DFE1D6
(223,225,214)
#E8EBE2
(232,235,226)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979176 color. Also use rgb(151,145,118) instead hex code.

Text Font Color

.myTextColor { color: #979176; }

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

This text font color is #979176.


Background Color

.myBgColor { background-color: #979176; }

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

This div background color is #979176.


Border color

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

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

This div border color is #979176.


Opacity

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

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

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

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

This text has shadow with #979176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979176 on black background.


Color preview on white background

This text has color #979176 on white background.



Black color preview on #979176 background

This text has black color on #979176 background.


White color preview on #979176 background

This text has white color on #979176 background.