COLOR #979076

HEX: #979076
RGB: (151,144,118)

Color info

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

RGB color model

#979076 color RGB value is (151,144,118).

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

RGB channels and saturation

R 151 of 255 = 59%
G 144 of 255 = 56%
B 118 of 255 = 46%

151
144
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 144 + 118 = 413 (100%)
R 151 of 413 ~ 36.56%
G 144 of 413 ~ 34.87%
B 118 of 413 ~ 28.57%

%36.56
%34.87
%28.57

CMYK color model

#979076 color CMYK value is (0,5,22,41).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,5,22,41)
C0M5Y22K41 
(0%,5%,22%,41%)
(0.00/0.05/0.22/0.41)	

CMYK percentages

%0
%4.64
%21.85
%40.78

Codes

Color #979076 in popluar color models

979076
RGB151144118
HSL47°13.69%52.75%
HSB/HSV47°21.85%59.22%
CMYK0.00%4.64%21.85%
40.78%

Color #979076 in popluar number systems.

HEX979076
Decimal151144118
Binary10010111100100001110110
Octal227220166

Shades and tints

Shades of #979076

#979076
(151,144,118)
#8A836C
(138,131,108)
#7D7662
(125,118,98)
#706958
(112,105,88)
#635C4E
(99,92,78)
#564F44
(86,79,68)
#49423A
(73,66,58)
#3C3530
(60,53,48)
#2F2826
(47,40,38)
#221B1C
(34,27,28)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #979076

#979076
(151,144,118)
#A09A82
(160,154,130)
#A9A48E
(169,164,142)
#B2AE9A
(178,174,154)
#BBB8A6
(187,184,166)
#C4C2B2
(196,194,178)
#CDCCBE
(205,204,190)
#D6D6CA
(214,214,202)
#DFE0D6
(223,224,214)
#E8EAE2
(232,234,226)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979076; }

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

This text font color is #979076.


Background Color

.myBgColor { background-color: #979076; }

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

This div background color is #979076.


Border color

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

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

This div border color is #979076.


Opacity

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

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

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

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

This text has shadow with #979076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979076 on black background.


Color preview on white background

This text has color #979076 on white background.



Black color preview on #979076 background

This text has black color on #979076 background.


White color preview on #979076 background

This text has white color on #979076 background.