COLOR #9D976B

HEX: #9D976B RGB: (157,151,107)

Color info

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

RGB color model

#9D976B color RGB value is (157,151,107).

RGB: (157,151,107) (62%, 59%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 107 of 255 = 42%

157
151
107

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

Portions of RGB colors in percentages

R + G + B = 157 + 151 + 107 = 415 (100%)
R 157 of 415 ~ 37.83%
G 151 of 415 ~ 36.39%
B 107 of 415 ~ 25.78'%

%37.83
%36.39
%25.78

CMYK color model

#9D976B color CMYK value is (0,4,32,38).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 31.85%
  • key color value is 38.43%

CMYK: (0,4,32,38)
C0M4Y32K38 (0%, 4%, 32%, 38%)
(0.00 / 0.04 / 0.32 / 0.38)

CMYK percentages

%0
%3.82
%31.85
%38.43

Codes

Color #9D976B in popluar color models

9D 97 6B
RGB 157 151 107
HSL 53° 20.33% 51.76%
HSB/HSV 53° 31.85% 61.57%
CMYK 0.00% 3.82% 31.85%
38.43%

Color #9D976B in popluar number systems.

HEX 9D 97 6B
Decimal 157 151 107
Binary 10011101 10010111 1101011
Octal 235 227 153

Shades and tints

Shades of #9D976B

#9D976B
(157,151,107)
#8F8A62
(143,138,98)
#817D59
(129,125,89)
#737050
(115,112,80)
#656347
(101,99,71)
#57563E
(87,86,62)
#494935
(73,73,53)
#3B3C2C
(59,60,44)
#2D2F23
(45,47,35)
#1F221A
(31,34,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #9D976B

#9D976B
(157,151,107)
#A5A078
(165,160,120)
#ADA985
(173,169,133)
#B5B292
(181,178,146)
#BDBB9F
(189,187,159)
#C5C4AC
(197,196,172)
#CDCDB9
(205,205,185)
#D5D6C6
(213,214,198)
#DDDFD3
(221,223,211)
#E5E8E0
(229,232,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D976B; }

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

This text font color is #9D976B.

Background Color

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

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

This div background color is #9D976B.

Border color

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

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

This div border color is #9D976B.

Opacity

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

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

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

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

This text has shadow with #9D976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D976B.

Preview

Color preview on black background

This text has color #9D976B on black background.


Color preview on white background

This text has color #9D976B on white background.


Black color preview on #9D976B background

This text has black color on #9D976B background.


White color preview on #9D976B background

This text has white color on #9D976B background.


Related colors

Complementary color

Complementary color for #hex is #626894.


I love getcolorcode.com

Triadic colors

1 #6B9D97 and #976B9D with #9D976B are triadic colors.

2 #6B979D and #979D6B with #9D976B are triadic colors.