COLOR #9D9A76

HEX: #9D9A76
RGB: (157,154,118)

Color info

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

RGB color model

#9D9A76 color RGB value is (157,154,118).

  • red value is 157;
  • green value is 154;
  • blue value is 118.
RGB:
(157,154,118)
(62%,60%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 154 of 255 = 60%
B 118 of 255 = 46%

157
154
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 118 = 429 (100%)
R 157 of 429 ~ 36.6%
G 154 of 429 ~ 35.9%
B 118 of 429 ~ 27.51%

%36.6
%35.9
%27.51

CMYK color model

#9D9A76 color CMYK value is (0,2,25,38).

  • cyan value is 0.00%
  • magenta value is 1.91%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,2,25,38)
C0M2Y25K38 
(0%,2%,25%,38%)
(0.00/0.02/0.25/0.38)	

CMYK percentages

%0
%1.91
%24.84
%38.43

Codes

Color #9D9A76 in popluar color models

9D9A76
RGB157154118
HSL55°16.60%53.92%
HSB/HSV55°24.84%61.57%
CMYK0.00%1.91%24.84%
38.43%

Color #9D9A76 in popluar number systems.

HEX9D9A76
Decimal157154118
Binary10011101100110101110110
Octal235232166

Shades and tints

Shades of #9D9A76

#9D9A76
(157,154,118)
#8F8C6C
(143,140,108)
#817E62
(129,126,98)
#737058
(115,112,88)
#65624E
(101,98,78)
#575444
(87,84,68)
#49463A
(73,70,58)
#3B3830
(59,56,48)
#2D2A26
(45,42,38)
#1F1C1C
(31,28,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #9D9A76

#9D9A76
(157,154,118)
#A5A382
(165,163,130)
#ADAC8E
(173,172,142)
#B5B59A
(181,181,154)
#BDBEA6
(189,190,166)
#C5C7B2
(197,199,178)
#CDD0BE
(205,208,190)
#D5D9CA
(213,217,202)
#DDE2D6
(221,226,214)
#E5EBE2
(229,235,226)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9A76 color. Also use rgb(157,154,118) instead hex code.

Text Font Color

.myTextColor { color: #9D9A76; }

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

This text font color is #9D9A76.


Background Color

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

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

This div background color is #9D9A76.


Border color

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

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

This div border color is #9D9A76.


Opacity

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

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

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

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

This text has shadow with #9D9A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9A76 on black background.


Color preview on white background

This text has color #9D9A76 on white background.



Black color preview on #9D9A76 background

This text has black color on #9D9A76 background.


White color preview on #9D9A76 background

This text has white color on #9D9A76 background.