COLOR #9D8E73

HEX: #9D8E73
RGB: (157,142,115)

Color info

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

RGB color model

#9D8E73 color RGB value is (157,142,115).

  • red value is 157;
  • green value is 142;
  • blue value is 115.
RGB:
(157,142,115)
(62%,56%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 115 of 255 = 45%

157
142
115

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

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 115 = 414 (100%)
R 157 of 414 ~ 37.92%
G 142 of 414 ~ 34.3%
B 115 of 414 ~ 27.78%

%37.92
%34.3
%27.78

CMYK color model

#9D8E73 color CMYK value is (0,10,27,38).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 26.75%
  • key color value is 38.43%
CMYK:
(0,10,27,38)
C0M10Y27K38 
(0%,10%,27%,38%)
(0.00/0.10/0.27/0.38)	

CMYK percentages

%0
%9.55
%26.75
%38.43

Codes

Color #9D8E73 in popluar color models

9D8E73
RGB157142115
HSL39°17.65%53.33%
HSB/HSV39°26.75%61.57%
CMYK0.00%9.55%26.75%
38.43%

Color #9D8E73 in popluar number systems.

HEX9D8E73
Decimal157142115
Binary10011101100011101110011
Octal235216163

Shades and tints

Shades of #9D8E73

#9D8E73
(157,142,115)
#8F8269
(143,130,105)
#81765F
(129,118,95)
#736A55
(115,106,85)
#655E4B
(101,94,75)
#575241
(87,82,65)
#494637
(73,70,55)
#3B3A2D
(59,58,45)
#2D2E23
(45,46,35)
#1F2219
(31,34,25)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #9D8E73

#9D8E73
(157,142,115)
#A5987F
(165,152,127)
#ADA28B
(173,162,139)
#B5AC97
(181,172,151)
#BDB6A3
(189,182,163)
#C5C0AF
(197,192,175)
#CDCABB
(205,202,187)
#D5D4C7
(213,212,199)
#DDDED3
(221,222,211)
#E5E8DF
(229,232,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8E73 color. Also use rgb(157,142,115) instead hex code.

Text Font Color

.myTextColor { color: #9D8E73; }

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

This text font color is #9D8E73.


Background Color

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

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

This div background color is #9D8E73.


Border color

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

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

This div border color is #9D8E73.


Opacity

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

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

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

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

This text has shadow with #9D8E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8E73 on black background.


Color preview on white background

This text has color #9D8E73 on white background.



Black color preview on #9D8E73 background

This text has black color on #9D8E73 background.


White color preview on #9D8E73 background

This text has white color on #9D8E73 background.