COLOR #9D726F

HEX: #9D726F
RGB: (157,114,111)

Color info

#9D726F contains red, green and blue colors in about the same proportion. Web safe color of #9D726F is #996666 (or #966).

RGB color model

#9D726F color RGB value is (157,114,111).

  • red value is 157;
  • green value is 114;
  • blue value is 111.
RGB:
(157,114,111)
(62%,45%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 114 of 255 = 45%
B 111 of 255 = 44%

157
114
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 114 + 111 = 382 (100%)
R 157 of 382 ~ 41.1%
G 114 of 382 ~ 29.84%
B 111 of 382 ~ 29.06%

%41.1
%29.84
%29.06

CMYK color model

#9D726F color CMYK value is (0,27,29,38).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(0,27,29,38)
C0M27Y29K38 
(0%,27%,29%,38%)
(0.00/0.27/0.29/0.38)	

CMYK percentages

%0
%27.39
%29.3
%38.43

Codes

Color #9D726F in popluar color models

9D726F
RGB157114111
HSL19.01%52.55%
HSB/HSV29.30%61.57%
CMYK0.00%27.39%29.30%
38.43%

Color #9D726F in popluar number systems.

HEX9D726F
Decimal157114111
Binary1001110111100101101111
Octal235162157

Shades and tints

Shades of #9D726F

#9D726F
(157,114,111)
#8F6865
(143,104,101)
#815E5B
(129,94,91)
#735451
(115,84,81)
#654A47
(101,74,71)
#57403D
(87,64,61)
#493633
(73,54,51)
#3B2C29
(59,44,41)
#2D221F
(45,34,31)
#1F1815
(31,24,21)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #9D726F

#9D726F
(157,114,111)
#A57E7C
(165,126,124)
#AD8A89
(173,138,137)
#B59696
(181,150,150)
#BDA2A3
(189,162,163)
#C5AEB0
(197,174,176)
#CDBABD
(205,186,189)
#D5C6CA
(213,198,202)
#DDD2D7
(221,210,215)
#E5DEE4
(229,222,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D726F color. Also use rgb(157,114,111) instead hex code.

Text Font Color

.myTextColor { color: #9D726F; }

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

This text font color is #9D726F.


Background Color

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

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

This div background color is #9D726F.


Border color

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

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

This div border color is #9D726F.


Opacity

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

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

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

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

This text has shadow with #9D726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D726F on black background.


Color preview on white background

This text has color #9D726F on white background.



Black color preview on #9D726F background

This text has black color on #9D726F background.


White color preview on #9D726F background

This text has white color on #9D726F background.