COLOR #979D7C

HEX: #979D7C
RGB: (151,157,124)

Color info

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

RGB color model

#979D7C color RGB value is (151,157,124).

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

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 124 of 255 = 49%

151
157
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 157 + 124 = 432 (100%)
R 151 of 432 ~ 34.95%
G 157 of 432 ~ 36.34%
B 124 of 432 ~ 28.7%

%34.95
%36.34
%28.7

CMYK color model

#979D7C color CMYK value is (4,0,21,38).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(4,0,21,38)
C4M0Y21K38 
(4%,0%,21%,38%)
(0.04/0.00/0.21/0.38)	

CMYK percentages

%3.82
%0
%21.02
%38.43

Codes

Color #979D7C in popluar color models

979D7C
RGB151157124
HSL71°14.41%55.10%
HSB/HSV71°21.02%61.57%
CMYK3.82%0.00%21.02%
38.43%

Color #979D7C in popluar number systems.

HEX979D7C
Decimal151157124
Binary10010111100111011111100
Octal227235174

Shades and tints

Shades of #979D7C

#979D7C
(151,157,124)
#8A8F71
(138,143,113)
#7D8166
(125,129,102)
#70735B
(112,115,91)
#636550
(99,101,80)
#565745
(86,87,69)
#49493A
(73,73,58)
#3C3B2F
(60,59,47)
#2F2D24
(47,45,36)
#221F19
(34,31,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #979D7C

#979D7C
(151,157,124)
#A0A587
(160,165,135)
#A9AD92
(169,173,146)
#B2B59D
(178,181,157)
#BBBDA8
(187,189,168)
#C4C5B3
(196,197,179)
#CDCDBE
(205,205,190)
#D6D5C9
(214,213,201)
#DFDDD4
(223,221,212)
#E8E5DF
(232,229,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979D7C; }

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

This text font color is #979D7C.


Background Color

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

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

This div background color is #979D7C.


Border color

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

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

This div border color is #979D7C.


Opacity

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

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

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

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

This text has shadow with #979D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979D7C on black background.


Color preview on white background

This text has color #979D7C on white background.



Black color preview on #979D7C background

This text has black color on #979D7C background.


White color preview on #979D7C background

This text has white color on #979D7C background.