COLOR #979D72

HEX: #979D72
RGB: (151,157,114)

Color info

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

RGB color model

#979D72 color RGB value is (151,157,114).

  • red value is 151;
  • green value is 157;
  • blue value is 114.
RGB:
(151,157,114)
(59%,62%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 114 of 255 = 45%

151
157
114

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

Portions of RGB colors in percentages

R + G + B =
151 + 157 + 114 = 422 (100%)
R 151 of 422 ~ 35.78%
G 157 of 422 ~ 37.2%
B 114 of 422 ~ 27.01%

%35.78
%37.2
%27.01

CMYK color model

#979D72 color CMYK value is (4,0,27,38).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(4,0,27,38)
C4M0Y27K38 
(4%,0%,27%,38%)
(0.04/0.00/0.27/0.38)	

CMYK percentages

%3.82
%0
%27.39
%38.43

Codes

Color #979D72 in popluar color models

979D72
RGB151157114
HSL68°17.99%53.14%
HSB/HSV68°27.39%61.57%
CMYK3.82%0.00%27.39%
38.43%

Color #979D72 in popluar number systems.

HEX979D72
Decimal151157114
Binary10010111100111011110010
Octal227235162

Shades and tints

Shades of #979D72

#979D72
(151,157,114)
#8A8F68
(138,143,104)
#7D815E
(125,129,94)
#707354
(112,115,84)
#63654A
(99,101,74)
#565740
(86,87,64)
#494936
(73,73,54)
#3C3B2C
(60,59,44)
#2F2D22
(47,45,34)
#221F18
(34,31,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #979D72

#979D72
(151,157,114)
#A0A57E
(160,165,126)
#A9AD8A
(169,173,138)
#B2B596
(178,181,150)
#BBBDA2
(187,189,162)
#C4C5AE
(196,197,174)
#CDCDBA
(205,205,186)
#D6D5C6
(214,213,198)
#DFDDD2
(223,221,210)
#E8E5DE
(232,229,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979D72 color. Also use rgb(151,157,114) instead hex code.

Text Font Color

.myTextColor { color: #979D72; }

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

This text font color is #979D72.


Background Color

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

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

This div background color is #979D72.


Border color

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

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

This div border color is #979D72.


Opacity

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

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

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

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

This text has shadow with #979D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979D72 on black background.


Color preview on white background

This text has color #979D72 on white background.



Black color preview on #979D72 background

This text has black color on #979D72 background.


White color preview on #979D72 background

This text has white color on #979D72 background.