COLOR #9D7C5C

HEX: #9D7C5C
RGB: (157,124,92)

Color info

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

RGB color model

#9D7C5C color RGB value is (157,124,92).

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

RGB channels and saturation

R 157 of 255 = 62%
G 124 of 255 = 49%
B 92 of 255 = 36%

157
124
92

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

Portions of RGB colors in percentages

R + G + B =
157 + 124 + 92 = 373 (100%)
R 157 of 373 ~ 42.09%
G 124 of 373 ~ 33.24%
B 92 of 373 ~ 24.66%

%42.09
%33.24
%24.66

CMYK color model

#9D7C5C color CMYK value is (0,21,41,38).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 41.40%
  • key color value is 38.43%
CMYK:
(0,21,41,38)
C0M21Y41K38 
(0%,21%,41%,38%)
(0.00/0.21/0.41/0.38)	

CMYK percentages

%0
%21.02
%41.4
%38.43

Codes

Color #9D7C5C in popluar color models

9D7C5C
RGB15712492
HSL30°26.10%48.82%
HSB/HSV30°41.40%61.57%
CMYK0.00%21.02%41.40%
38.43%

Color #9D7C5C in popluar number systems.

HEX9D7C5C
Decimal15712492
Binary1001110111111001011100
Octal235174134

Shades and tints

Shades of #9D7C5C

#9D7C5C
(157,124,92)
#8F7154
(143,113,84)
#81664C
(129,102,76)
#735B44
(115,91,68)
#65503C
(101,80,60)
#574534
(87,69,52)
#493A2C
(73,58,44)
#3B2F24
(59,47,36)
#2D241C
(45,36,28)
#1F1914
(31,25,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #9D7C5C

#9D7C5C
(157,124,92)
#A5876A
(165,135,106)
#AD9278
(173,146,120)
#B59D86
(181,157,134)
#BDA894
(189,168,148)
#C5B3A2
(197,179,162)
#CDBEB0
(205,190,176)
#D5C9BE
(213,201,190)
#DDD4CC
(221,212,204)
#E5DFDA
(229,223,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7C5C color. Also use rgb(157,124,92) instead hex code.

Text Font Color

.myTextColor { color: #9D7C5C; }

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

This text font color is #9D7C5C.


Background Color

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

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

This div background color is #9D7C5C.


Border color

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

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

This div border color is #9D7C5C.


Opacity

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

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

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

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

This text has shadow with #9D7C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7C5C on black background.


Color preview on white background

This text has color #9D7C5C on white background.



Black color preview on #9D7C5C background

This text has black color on #9D7C5C background.


White color preview on #9D7C5C background

This text has white color on #9D7C5C background.