COLOR #9D976E

HEX: #9D976E
RGB: (157,151,110)

Color info

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

RGB color model

#9D976E color RGB value is (157,151,110).

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

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 110 of 255 = 43%

157
151
110

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

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 110 = 418 (100%)
R 157 of 418 ~ 37.56%
G 151 of 418 ~ 36.12%
B 110 of 418 ~ 26.32%

%37.56
%36.12
%26.32

CMYK color model

#9D976E color CMYK value is (0,4,30,38).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(0,4,30,38)
C0M4Y30K38 
(0%,4%,30%,38%)
(0.00/0.04/0.30/0.38)	

CMYK percentages

%0
%3.82
%29.94
%38.43

Codes

Color #9D976E in popluar color models

9D976E
RGB157151110
HSL52°19.34%52.35%
HSB/HSV52°29.94%61.57%
CMYK0.00%3.82%29.94%
38.43%

Color #9D976E in popluar number systems.

HEX9D976E
Decimal157151110
Binary10011101100101111101110
Octal235227156

Shades and tints

Shades of #9D976E

#9D976E
(157,151,110)
#8F8A64
(143,138,100)
#817D5A
(129,125,90)
#737050
(115,112,80)
#656346
(101,99,70)
#57563C
(87,86,60)
#494932
(73,73,50)
#3B3C28
(59,60,40)
#2D2F1E
(45,47,30)
#1F2214
(31,34,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #9D976E

#9D976E
(157,151,110)
#A5A07B
(165,160,123)
#ADA988
(173,169,136)
#B5B295
(181,178,149)
#BDBBA2
(189,187,162)
#C5C4AF
(197,196,175)
#CDCDBC
(205,205,188)
#D5D6C9
(213,214,201)
#DDDFD6
(221,223,214)
#E5E8E3
(229,232,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D976E; }

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

This text font color is #9D976E.


Background Color

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

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

This div background color is #9D976E.


Border color

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

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

This div border color is #9D976E.


Opacity

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

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

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

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

This text has shadow with #9D976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D976E on black background.


Color preview on white background

This text has color #9D976E on white background.



Black color preview on #9D976E background

This text has black color on #9D976E background.


White color preview on #9D976E background

This text has white color on #9D976E background.