COLOR #9D6E72

HEX: #9D6E72
RGB: (157,110,114)

Color info

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

RGB color model

#9D6E72 color RGB value is (157,110,114).

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

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 114 of 255 = 45%

157
110
114

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 114 = 381 (100%)
R 157 of 381 ~ 41.21%
G 110 of 381 ~ 28.87%
B 114 of 381 ~ 29.92%

%41.21
%28.87
%29.92

CMYK color model

#9D6E72 color CMYK value is (0,30,27,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(0,30,27,38)
C0M30Y27K38 
(0%,30%,27%,38%)
(0.00/0.30/0.27/0.38)	

CMYK percentages

%0
%29.94
%27.39
%38.43

Codes

Color #9D6E72 in popluar color models

9D6E72
RGB157110114
HSL355°19.34%52.35%
HSB/HSV355°29.94%61.57%
CMYK0.00%29.94%27.39%
38.43%

Color #9D6E72 in popluar number systems.

HEX9D6E72
Decimal157110114
Binary1001110111011101110010
Octal235156162

Shades and tints

Shades of #9D6E72

#9D6E72
(157,110,114)
#8F6468
(143,100,104)
#815A5E
(129,90,94)
#735054
(115,80,84)
#65464A
(101,70,74)
#573C40
(87,60,64)
#493236
(73,50,54)
#3B282C
(59,40,44)
#2D1E22
(45,30,34)
#1F1418
(31,20,24)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #9D6E72

#9D6E72
(157,110,114)
#A57B7E
(165,123,126)
#AD888A
(173,136,138)
#B59596
(181,149,150)
#BDA2A2
(189,162,162)
#C5AFAE
(197,175,174)
#CDBCBA
(205,188,186)
#D5C9C6
(213,201,198)
#DDD6D2
(221,214,210)
#E5E3DE
(229,227,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6E72; }

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

This text font color is #9D6E72.


Background Color

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

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

This div background color is #9D6E72.


Border color

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

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

This div border color is #9D6E72.


Opacity

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

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

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

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

This text has shadow with #9D6E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E72 on black background.


Color preview on white background

This text has color #9D6E72 on white background.



Black color preview on #9D6E72 background

This text has black color on #9D6E72 background.


White color preview on #9D6E72 background

This text has white color on #9D6E72 background.