COLOR #9D966D

HEX: #9D966D RGB: (157,150,109)

Color info

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

RGB color model

#9D966D color RGB value is (157,150,109).

RGB: (157,150,109) (62%, 59%, 43%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 109 of 255 = 43%

157
150
109

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

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 109 = 416 (100%)
R 157 of 416 ~ 37.74%
G 150 of 416 ~ 36.06%
B 109 of 416 ~ 26.2'%

%37.74
%36.06
%26.2

CMYK color model

#9D966D color CMYK value is (0,4,31,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 30.57%
  • key color value is 38.43%

CMYK: (0,4,31,38)
C0M4Y31K38 (0%, 4%, 31%, 38%)
(0.00 / 0.04 / 0.31 / 0.38)

CMYK percentages

%0
%4.46
%30.57
%38.43

Codes

Color #9D966D in popluar color models

9D 96 6D
RGB 157 150 109
HSL 51° 19.67% 52.16%
HSB/HSV 51° 30.57% 61.57%
CMYK 0.00% 4.46% 30.57%
38.43%

Color #9D966D in popluar number systems.

HEX 9D 96 6D
Decimal 157 150 109
Binary 10011101 10010110 1101101
Octal 235 226 155

Shades and tints

Shades of #9D966D

#9D966D
(157,150,109)
#8F8964
(143,137,100)
#817C5B
(129,124,91)
#736F52
(115,111,82)
#656249
(101,98,73)
#575540
(87,85,64)
#494837
(73,72,55)
#3B3B2E
(59,59,46)
#2D2E25
(45,46,37)
#1F211C
(31,33,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9D966D

#9D966D
(157,150,109)
#A59F7A
(165,159,122)
#ADA887
(173,168,135)
#B5B194
(181,177,148)
#BDBAA1
(189,186,161)
#C5C3AE
(197,195,174)
#CDCCBB
(205,204,187)
#D5D5C8
(213,213,200)
#DDDED5
(221,222,213)
#E5E7E2
(229,231,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D966D; }

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

This text font color is #9D966D.

Background Color

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

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

This div background color is #9D966D.

Border color

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

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

This div border color is #9D966D.

Opacity

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

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

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

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

This text has shadow with #9D966D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D966D.

Preview

Color preview on black background

This text has color #9D966D on black background.


Color preview on white background

This text has color #9D966D on white background.


Black color preview on #9D966D background

This text has black color on #9D966D background.


White color preview on #9D966D background

This text has white color on #9D966D background.


Related colors

Complementary color

Complementary color for #hex is #626992.


I love getcolorcode.com

Triadic colors

1 #6D9D96 and #966D9D with #9D966D are triadic colors.

2 #6D969D and #969D6D with #9D966D are triadic colors.