COLOR #9D8476

HEX: #9D8476
RGB: (157,132,118)

Color info

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

RGB color model

#9D8476 color RGB value is (157,132,118).

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

RGB channels and saturation

R 157 of 255 = 62%
G 132 of 255 = 52%
B 118 of 255 = 46%

157
132
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 132 + 118 = 407 (100%)
R 157 of 407 ~ 38.57%
G 132 of 407 ~ 32.43%
B 118 of 407 ~ 28.99%

%38.57
%32.43
%28.99

CMYK color model

#9D8476 color CMYK value is (0,16,25,38).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,16,25,38)
C0M16Y25K38 
(0%,16%,25%,38%)
(0.00/0.16/0.25/0.38)	

CMYK percentages

%0
%15.92
%24.84
%38.43

Codes

Color #9D8476 in popluar color models

9D8476
RGB157132118
HSL22°16.60%53.92%
HSB/HSV22°24.84%61.57%
CMYK0.00%15.92%24.84%
38.43%

Color #9D8476 in popluar number systems.

HEX9D8476
Decimal157132118
Binary10011101100001001110110
Octal235204166

Shades and tints

Shades of #9D8476

#9D8476
(157,132,118)
#8F786C
(143,120,108)
#816C62
(129,108,98)
#736058
(115,96,88)
#65544E
(101,84,78)
#574844
(87,72,68)
#493C3A
(73,60,58)
#3B3030
(59,48,48)
#2D2426
(45,36,38)
#1F181C
(31,24,28)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #9D8476

#9D8476
(157,132,118)
#A58F82
(165,143,130)
#AD9A8E
(173,154,142)
#B5A59A
(181,165,154)
#BDB0A6
(189,176,166)
#C5BBB2
(197,187,178)
#CDC6BE
(205,198,190)
#D5D1CA
(213,209,202)
#DDDCD6
(221,220,214)
#E5E7E2
(229,231,226)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8476; }

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

This text font color is #9D8476.


Background Color

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

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

This div background color is #9D8476.


Border color

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

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

This div border color is #9D8476.


Opacity

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

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

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

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

This text has shadow with #9D8476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8476 on black background.


Color preview on white background

This text has color #9D8476 on white background.



Black color preview on #9D8476 background

This text has black color on #9D8476 background.


White color preview on #9D8476 background

This text has white color on #9D8476 background.