COLOR #979A73

HEX: #979A73
RGB: (151,154,115)

Color info

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

RGB color model

#979A73 color RGB value is (151,154,115).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 115 of 255 = 45%

151
154
115

R + G + B ~ 55%. #979A73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 115 = 420 (100%)
R 151 of 420 ~ 35.95%
G 154 of 420 ~ 36.67%
B 115 of 420 ~ 27.38%

%35.95
%36.67
%27.38

CMYK color model

#979A73 color CMYK value is (2,0,25,40).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(2,0,25,40)
C2M0Y25K40 
(2%,0%,25%,40%)
(0.02/0.00/0.25/0.40)	

CMYK percentages

%1.95
%0
%25.32
%39.61

Codes

Color #979A73 in popluar color models

979A73
RGB151154115
HSL65°16.18%52.75%
HSB/HSV65°25.32%60.39%
CMYK1.95%0.00%25.32%
39.61%

Color #979A73 in popluar number systems.

HEX979A73
Decimal151154115
Binary10010111100110101110011
Octal227232163

Shades and tints

Shades of #979A73

#979A73
(151,154,115)
#8A8C69
(138,140,105)
#7D7E5F
(125,126,95)
#707055
(112,112,85)
#63624B
(99,98,75)
#565441
(86,84,65)
#494637
(73,70,55)
#3C382D
(60,56,45)
#2F2A23
(47,42,35)
#221C19
(34,28,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #979A73

#979A73
(151,154,115)
#A0A37F
(160,163,127)
#A9AC8B
(169,172,139)
#B2B597
(178,181,151)
#BBBEA3
(187,190,163)
#C4C7AF
(196,199,175)
#CDD0BB
(205,208,187)
#D6D9C7
(214,217,199)
#DFE2D3
(223,226,211)
#E8EBDF
(232,235,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979A73; }

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

This text font color is #979A73.


Background Color

.myBgColor { background-color: #979A73; }

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

This div background color is #979A73.


Border color

.myBorderColor { border: 1px solid #979A73; }

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

This div border color is #979A73.


Opacity

.myOpacity80 { color: #979A73; opacity: 0.8; }

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

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

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

This text has shadow with #979A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979A73 on black background.


Color preview on white background

This text has color #979A73 on white background.



Black color preview on #979A73 background

This text has black color on #979A73 background.


White color preview on #979A73 background

This text has white color on #979A73 background.