COLOR #9D6F73

HEX: #9D6F73
RGB: (157,111,115)

Color info

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

RGB color model

#9D6F73 color RGB value is (157,111,115).

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

RGB channels and saturation

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

157
111
115

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

Portions of RGB colors in percentages

R + G + B =
157 + 111 + 115 = 383 (100%)
R 157 of 383 ~ 40.99%
G 111 of 383 ~ 28.98%
B 115 of 383 ~ 30.03%

%40.99
%28.98
%30.03

CMYK color model

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

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

CMYK percentages

%0
%29.3
%26.75
%38.43

Codes

Color #9D6F73 in popluar color models

9D6F73
RGB157111115
HSL355°19.01%52.55%
HSB/HSV355°29.30%61.57%
CMYK0.00%29.30%26.75%
38.43%

Color #9D6F73 in popluar number systems.

HEX9D6F73
Decimal157111115
Binary1001110111011111110011
Octal235157163

Shades and tints

Shades of #9D6F73

#9D6F73
(157,111,115)
#8F6569
(143,101,105)
#815B5F
(129,91,95)
#735155
(115,81,85)
#65474B
(101,71,75)
#573D41
(87,61,65)
#493337
(73,51,55)
#3B292D
(59,41,45)
#2D1F23
(45,31,35)
#1F1519
(31,21,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #9D6F73

#9D6F73
(157,111,115)
#A57C7F
(165,124,127)
#AD898B
(173,137,139)
#B59697
(181,150,151)
#BDA3A3
(189,163,163)
#C5B0AF
(197,176,175)
#CDBDBB
(205,189,187)
#D5CAC7
(213,202,199)
#DDD7D3
(221,215,211)
#E5E4DF
(229,228,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6F73; }

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

This text font color is #9D6F73.


Background Color

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

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

This div background color is #9D6F73.


Border color

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

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

This div border color is #9D6F73.


Opacity

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

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

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

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

This text has shadow with #9D6F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6F73 on black background.


Color preview on white background

This text has color #9D6F73 on white background.



Black color preview on #9D6F73 background

This text has black color on #9D6F73 background.


White color preview on #9D6F73 background

This text has white color on #9D6F73 background.