COLOR #979D73

HEX: #979D73 RGB: (151,157,115)

Color info

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

RGB color model

#979D73 color RGB value is (151,157,115).

RGB: (151,157,115) (59%, 62%, 45%)

RGB channels and saturation

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

151
157
115

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

Portions of RGB colors in percentages

R + G + B = 151 + 157 + 115 = 423 (100%)
R 151 of 423 ~ 35.7%
G 157 of 423 ~ 37.12%
B 115 of 423 ~ 27.19'%

%35.7
%37.12
%27.19

CMYK color model

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

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • 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
%26.75
%38.43

Codes

Color #979D73 in popluar color models

97 9D 73
RGB 151 157 115
HSL 69° 17.65% 53.33%
HSB/HSV 69° 26.75% 61.57%
CMYK 3.82% 0.00% 26.75%
38.43%

Color #979D73 in popluar number systems.

HEX 97 9D 73
Decimal 151 157 115
Binary 10010111 10011101 1110011
Octal 227 235 163

Shades and tints

Shades of #979D73

#979D73
(151,157,115)
#8A8F69
(138,143,105)
#7D815F
(125,129,95)
#707355
(112,115,85)
#63654B
(99,101,75)
#565741
(86,87,65)
#494937
(73,73,55)
#3C3B2D
(60,59,45)
#2F2D23
(47,45,35)
#221F19
(34,31,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #979D73

#979D73
(151,157,115)
#A0A57F
(160,165,127)
#A9AD8B
(169,173,139)
#B2B597
(178,181,151)
#BBBDA3
(187,189,163)
#C4C5AF
(196,197,175)
#CDCDBB
(205,205,187)
#D6D5C7
(214,213,199)
#DFDDD3
(223,221,211)
#E8E5DF
(232,229,223)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979D73; }

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

This text font color is #979D73.

Background Color

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

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

This div background color is #979D73.

Border color

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

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

This div border color is #979D73.

Opacity

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

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

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

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

This text has shadow with #979D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979D73.

Preview

Color preview on black background

This text has color #979D73 on black background.


Color preview on white background

This text has color #979D73 on white background.


Black color preview on #979D73 background

This text has black color on #979D73 background.


White color preview on #979D73 background

This text has white color on #979D73 background.


Related colors

Complementary color

Complementary color for #hex is #68628C.


I love getcolorcode.com

Triadic colors

1 #73979D and #9D7397 with #979D73 are triadic colors.

2 #739D97 and #9D9773 with #979D73 are triadic colors.