COLOR #9D964F

HEX: #9D964F RGB: (157,150,79)

Color info

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

RGB color model

#9D964F color RGB value is (157,150,79).

RGB: (157,150,79) (62%, 59%, 31%)

RGB channels and saturation

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

157
150
79

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

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 79 = 386 (100%)
R 157 of 386 ~ 40.67%
G 150 of 386 ~ 38.86%
B 79 of 386 ~ 20.47'%

%40.67
%38.86
%20.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.46%
  • 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
%4.46
%49.68
%38.43

Codes

Color #9D964F in popluar color models

9D 96 4F
RGB 157 150 79
HSL 55° 33.05% 46.27%
HSB/HSV 55° 49.68% 61.57%
CMYK 0.00% 4.46% 49.68%
38.43%

Color #9D964F in popluar number systems.

HEX 9D 96 4F
Decimal 157 150 79
Binary 10011101 10010110 1001111
Octal 235 226 117

Shades and tints

Shades of #9D964F

#9D964F
(157,150,79)
#8F8948
(143,137,72)
#817C41
(129,124,65)
#736F3A
(115,111,58)
#656233
(101,98,51)
#57552C
(87,85,44)
#494825
(73,72,37)
#3B3B1E
(59,59,30)
#2D2E17
(45,46,23)
#1F2110
(31,33,16)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #9D964F

#9D964F
(157,150,79)
#A59F5F
(165,159,95)
#ADA86F
(173,168,111)
#B5B17F
(181,177,127)
#BDBA8F
(189,186,143)
#C5C39F
(197,195,159)
#CDCCAF
(205,204,175)
#D5D5BF
(213,213,191)
#DDDECF
(221,222,207)
#E5E7DF
(229,231,223)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D964F; }

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

This text font color is #9D964F.

Background Color

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

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

This div background color is #9D964F.

Border color

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

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

This div border color is #9D964F.

Opacity

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

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

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

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

This text has shadow with #9D964F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D964F.

Preview

Color preview on black background

This text has color #9D964F on black background.


Color preview on white background

This text has color #9D964F on white background.


Black color preview on #9D964F background

This text has black color on #9D964F background.


White color preview on #9D964F background

This text has white color on #9D964F background.


Related colors

Complementary color

Complementary color for #hex is #6269B0.


I love getcolorcode.com

Triadic colors

1 #4F9D96 and #964F9D with #9D964F are triadic colors.

2 #4F969D and #969D4F with #9D964F are triadic colors.