COLOR #9D7D5D

HEX: #9D7D5D
RGB: (157,125,93)

Color info

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

RGB color model

#9D7D5D color RGB value is (157,125,93).

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

RGB channels and saturation

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

157
125
93

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 93 = 375 (100%)
R 157 of 375 ~ 41.87%
G 125 of 375 ~ 33.33%
B 93 of 375 ~ 24.8%

%41.87
%33.33
%24.8

CMYK color model

#9D7D5D color CMYK value is (0,20,41,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 40.76%
  • key color value is 38.43%
CMYK:
(0,20,41,38)
C0M20Y41K38 
(0%,20%,41%,38%)
(0.00/0.20/0.41/0.38)	

CMYK percentages

%0
%20.38
%40.76
%38.43

Codes

Color #9D7D5D in popluar color models

9D7D5D
RGB15712593
HSL30°25.60%49.02%
HSB/HSV30°40.76%61.57%
CMYK0.00%20.38%40.76%
38.43%

Color #9D7D5D in popluar number systems.

HEX9D7D5D
Decimal15712593
Binary1001110111111011011101
Octal235175135

Shades and tints

Shades of #9D7D5D

#9D7D5D
(157,125,93)
#8F7255
(143,114,85)
#81674D
(129,103,77)
#735C45
(115,92,69)
#65513D
(101,81,61)
#574635
(87,70,53)
#493B2D
(73,59,45)
#3B3025
(59,48,37)
#2D251D
(45,37,29)
#1F1A15
(31,26,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #9D7D5D

#9D7D5D
(157,125,93)
#A5886B
(165,136,107)
#AD9379
(173,147,121)
#B59E87
(181,158,135)
#BDA995
(189,169,149)
#C5B4A3
(197,180,163)
#CDBFB1
(205,191,177)
#D5CABF
(213,202,191)
#DDD5CD
(221,213,205)
#E5E0DB
(229,224,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7D5D; }

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

This text font color is #9D7D5D.


Background Color

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

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

This div background color is #9D7D5D.


Border color

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

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

This div border color is #9D7D5D.


Opacity

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

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

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

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

This text has shadow with #9D7D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D5D on black background.


Color preview on white background

This text has color #9D7D5D on white background.



Black color preview on #9D7D5D background

This text has black color on #9D7D5D background.


White color preview on #9D7D5D background

This text has white color on #9D7D5D background.