COLOR #9D974F

HEX: #9D974F
RGB: (157,151,79)

Color info

#9D974F contains mainly red and green colors. Web safe color of #9D974F is #999966 (or #996).

RGB color model

#9D974F color RGB value is (157,151,79).

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

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 79 of 255 = 31%

157
151
79

R + G + B ~ 51%. #9D974F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 79 = 387 (100%)
R 157 of 387 ~ 40.57%
G 151 of 387 ~ 39.02%
B 79 of 387 ~ 20.41%

%40.57
%39.02
%20.41

CMYK color model

#9D974F color CMYK value is (0,4,50,38).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 49.68%
  • key color value is 38.43%
CMYK:
(0,4,50,38)
C0M4Y50K38 
(0%,4%,50%,38%)
(0.00/0.04/0.50/0.38)	

CMYK percentages

%0
%3.82
%49.68
%38.43

Codes

Color #9D974F in popluar color models

9D974F
RGB15715179
HSL55°33.05%46.27%
HSB/HSV55°49.68%61.57%
CMYK0.00%3.82%49.68%
38.43%

Color #9D974F in popluar number systems.

HEX9D974F
Decimal15715179
Binary10011101100101111001111
Octal235227117

Shades and tints

Shades of #9D974F

#9D974F
(157,151,79)
#8F8A48
(143,138,72)
#817D41
(129,125,65)
#73703A
(115,112,58)
#656333
(101,99,51)
#57562C
(87,86,44)
#494925
(73,73,37)
#3B3C1E
(59,60,30)
#2D2F17
(45,47,23)
#1F2210
(31,34,16)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #9D974F

#9D974F
(157,151,79)
#A5A05F
(165,160,95)
#ADA96F
(173,169,111)
#B5B27F
(181,178,127)
#BDBB8F
(189,187,143)
#C5C49F
(197,196,159)
#CDCDAF
(205,205,175)
#D5D6BF
(213,214,191)
#DDDFCF
(221,223,207)
#E5E8DF
(229,232,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D974F color. Also use rgb(157,151,79) instead hex code.

Text Font Color

.myTextColor { color: #9D974F; }

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

This text font color is #9D974F.


Background Color

.myBgColor { background-color: #9D974F; }

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

This div background color is #9D974F.


Border color

.myBorderColor { border: 1px solid #9D974F; }

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

This div border color is #9D974F.


Opacity

.myOpacity80 { color: #9D974F; opacity: 0.8; }

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

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

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

This text has shadow with #9D974F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D974F on black background.


Color preview on white background

This text has color #9D974F on white background.



Black color preview on #9D974F background

This text has black color on #9D974F background.


White color preview on #9D974F background

This text has white color on #9D974F background.