COLOR #9F5C73

HEX: #9F5C73
RGB: (159,92,115)

Color info

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

RGB color model

#9F5C73 color RGB value is (159,92,115).

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

RGB channels and saturation

R 159 of 255 = 62%
G 92 of 255 = 36%
B 115 of 255 = 45%

159
92
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 92 + 115 = 366 (100%)
R 159 of 366 ~ 43.44%
G 92 of 366 ~ 25.14%
B 115 of 366 ~ 31.42%

%43.44
%25.14
%31.42

CMYK color model

#9F5C73 color CMYK value is (0,42,28,38).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,42,28,38)
C0M42Y28K38 
(0%,42%,28%,38%)
(0.00/0.42/0.28/0.38)	

CMYK percentages

%0
%42.14
%27.67
%37.65

Codes

Color #9F5C73 in popluar color models

9F5C73
RGB15992115
HSL339°26.69%49.22%
HSB/HSV339°42.14%62.35%
CMYK0.00%42.14%27.67%
37.65%

Color #9F5C73 in popluar number systems.

HEX9F5C73
Decimal15992115
Binary1001111110111001110011
Octal237134163

Shades and tints

Shades of #9F5C73

#9F5C73
(159,92,115)
#915469
(145,84,105)
#834C5F
(131,76,95)
#754455
(117,68,85)
#673C4B
(103,60,75)
#593441
(89,52,65)
#4B2C37
(75,44,55)
#3D242D
(61,36,45)
#2F1C23
(47,28,35)
#211419
(33,20,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #9F5C73

#9F5C73
(159,92,115)
#A76A7F
(167,106,127)
#AF788B
(175,120,139)
#B78697
(183,134,151)
#BF94A3
(191,148,163)
#C7A2AF
(199,162,175)
#CFB0BB
(207,176,187)
#D7BEC7
(215,190,199)
#DFCCD3
(223,204,211)
#E7DADF
(231,218,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5C73; }

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

This text font color is #9F5C73.


Background Color

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

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

This div background color is #9F5C73.


Border color

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

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

This div border color is #9F5C73.


Opacity

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

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

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

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

This text has shadow with #9F5C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5C73 on black background.


Color preview on white background

This text has color #9F5C73 on white background.



Black color preview on #9F5C73 background

This text has black color on #9F5C73 background.


White color preview on #9F5C73 background

This text has white color on #9F5C73 background.