COLOR #9F7573

HEX: #9F7573
RGB: (159,117,115)

Color info

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

RGB color model

#9F7573 color RGB value is (159,117,115).

  • red value is 159;
  • green value is 117;
  • blue value is 115.
RGB:
(159,117,115)
(62%,46%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 117 of 255 = 46%
B 115 of 255 = 45%

159
117
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 115 = 391 (100%)
R 159 of 391 ~ 40.66%
G 117 of 391 ~ 29.92%
B 115 of 391 ~ 29.41%

%40.66
%29.92
%29.41

CMYK color model

#9F7573 color CMYK value is (0,26,28,38).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,26,28,38)
C0M26Y28K38 
(0%,26%,28%,38%)
(0.00/0.26/0.28/0.38)	

CMYK percentages

%0
%26.42
%27.67
%37.65

Codes

Color #9F7573 in popluar color models

9F7573
RGB159117115
HSL18.64%53.73%
HSB/HSV27.67%62.35%
CMYK0.00%26.42%27.67%
37.65%

Color #9F7573 in popluar number systems.

HEX9F7573
Decimal159117115
Binary1001111111101011110011
Octal237165163

Shades and tints

Shades of #9F7573

#9F7573
(159,117,115)
#916B69
(145,107,105)
#83615F
(131,97,95)
#755755
(117,87,85)
#674D4B
(103,77,75)
#594341
(89,67,65)
#4B3937
(75,57,55)
#3D2F2D
(61,47,45)
#2F2523
(47,37,35)
#211B19
(33,27,25)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #9F7573

#9F7573
(159,117,115)
#A7817F
(167,129,127)
#AF8D8B
(175,141,139)
#B79997
(183,153,151)
#BFA5A3
(191,165,163)
#C7B1AF
(199,177,175)
#CFBDBB
(207,189,187)
#D7C9C7
(215,201,199)
#DFD5D3
(223,213,211)
#E7E1DF
(231,225,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7573 color. Also use rgb(159,117,115) instead hex code.

Text Font Color

.myTextColor { color: #9F7573; }

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

This text font color is #9F7573.


Background Color

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

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

This div background color is #9F7573.


Border color

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

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

This div border color is #9F7573.


Opacity

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

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

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

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

This text has shadow with #9F7573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7573 on black background.


Color preview on white background

This text has color #9F7573 on white background.



Black color preview on #9F7573 background

This text has black color on #9F7573 background.


White color preview on #9F7573 background

This text has white color on #9F7573 background.