COLOR #9D7D5B

HEX: #9D7D5B
RGB: (157,125,91)

Color info

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

RGB color model

#9D7D5B color RGB value is (157,125,91).

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

RGB channels and saturation

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

157
125
91

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 91 = 373 (100%)
R 157 of 373 ~ 42.09%
G 125 of 373 ~ 33.51%
B 91 of 373 ~ 24.4%

%42.09
%33.51
%24.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.38%
  • 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
%20.38
%42.04
%38.43

Codes

Color #9D7D5B in popluar color models

9D7D5B
RGB15712591
HSL31°26.61%48.63%
HSB/HSV31°42.04%61.57%
CMYK0.00%20.38%42.04%
38.43%

Color #9D7D5B in popluar number systems.

HEX9D7D5B
Decimal15712591
Binary1001110111111011011011
Octal235175133

Shades and tints

Shades of #9D7D5B

#9D7D5B
(157,125,91)
#8F7253
(143,114,83)
#81674B
(129,103,75)
#735C43
(115,92,67)
#65513B
(101,81,59)
#574633
(87,70,51)
#493B2B
(73,59,43)
#3B3023
(59,48,35)
#2D251B
(45,37,27)
#1F1A13
(31,26,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #9D7D5B

#9D7D5B
(157,125,91)
#A58869
(165,136,105)
#AD9377
(173,147,119)
#B59E85
(181,158,133)
#BDA993
(189,169,147)
#C5B4A1
(197,180,161)
#CDBFAF
(205,191,175)
#D5CABD
(213,202,189)
#DDD5CB
(221,213,203)
#E5E0D9
(229,224,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7D5B; }

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

This text font color is #9D7D5B.


Background Color

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

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

This div background color is #9D7D5B.


Border color

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

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

This div border color is #9D7D5B.


Opacity

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

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

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

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

This text has shadow with #9D7D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D5B on black background.


Color preview on white background

This text has color #9D7D5B on white background.



Black color preview on #9D7D5B background

This text has black color on #9D7D5B background.


White color preview on #9D7D5B background

This text has white color on #9D7D5B background.