COLOR #9D7E5B

HEX: #9D7E5B
RGB: (157,126,91)

Color info

#9D7E5B contains mainly red and green colors. Web safe color of #9D7E5B is #996666 (or #966).

RGB color model

#9D7E5B color RGB value is (157,126,91).

  • red value is 157;
  • green value is 126;
  • blue value is 91.
RGB:
(157,126,91)
(62%,49%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 126 of 255 = 49%
B 91 of 255 = 36%

157
126
91

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

Portions of RGB colors in percentages

R + G + B =
157 + 126 + 91 = 374 (100%)
R 157 of 374 ~ 41.98%
G 126 of 374 ~ 33.69%
B 91 of 374 ~ 24.33%

%41.98
%33.69
%24.33

CMYK color model

#9D7E5B color CMYK value is (0,20,42,38).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 42.04%
  • key color value is 38.43%
CMYK:
(0,20,42,38)
C0M20Y42K38 
(0%,20%,42%,38%)
(0.00/0.20/0.42/0.38)	

CMYK percentages

%0
%19.75
%42.04
%38.43

Codes

Color #9D7E5B in popluar color models

9D7E5B
RGB15712691
HSL32°26.61%48.63%
HSB/HSV32°42.04%61.57%
CMYK0.00%19.75%42.04%
38.43%

Color #9D7E5B in popluar number systems.

HEX9D7E5B
Decimal15712691
Binary1001110111111101011011
Octal235176133

Shades and tints

Shades of #9D7E5B

#9D7E5B
(157,126,91)
#8F7353
(143,115,83)
#81684B
(129,104,75)
#735D43
(115,93,67)
#65523B
(101,82,59)
#574733
(87,71,51)
#493C2B
(73,60,43)
#3B3123
(59,49,35)
#2D261B
(45,38,27)
#1F1B13
(31,27,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #9D7E5B

#9D7E5B
(157,126,91)
#A58969
(165,137,105)
#AD9477
(173,148,119)
#B59F85
(181,159,133)
#BDAA93
(189,170,147)
#C5B5A1
(197,181,161)
#CDC0AF
(205,192,175)
#D5CBBD
(213,203,189)
#DDD6CB
(221,214,203)
#E5E1D9
(229,225,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7E5B color. Also use rgb(157,126,91) instead hex code.

Text Font Color

.myTextColor { color: #9D7E5B; }

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

This text font color is #9D7E5B.


Background Color

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

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

This div background color is #9D7E5B.


Border color

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

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

This div border color is #9D7E5B.


Opacity

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

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

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

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

This text has shadow with #9D7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7E5B on black background.


Color preview on white background

This text has color #9D7E5B on white background.



Black color preview on #9D7E5B background

This text has black color on #9D7E5B background.


White color preview on #9D7E5B background

This text has white color on #9D7E5B background.