COLOR #9F5B79

HEX: #9F5B79
RGB: (159,91,121)

Color info

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

RGB color model

#9F5B79 color RGB value is (159,91,121).

  • red value is 159;
  • green value is 91;
  • blue value is 121.
RGB:
(159,91,121)
(62%,36%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 121 of 255 = 47%

159
91
121

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 121 = 371 (100%)
R 159 of 371 ~ 42.86%
G 91 of 371 ~ 24.53%
B 121 of 371 ~ 32.61%

%42.86
%24.53
%32.61

CMYK color model

#9F5B79 color CMYK value is (0,43,24,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 23.90%
  • key color value is 37.65%
CMYK:
(0,43,24,38)
C0M43Y24K38 
(0%,43%,24%,38%)
(0.00/0.43/0.24/0.38)	

CMYK percentages

%0
%42.77
%23.9
%37.65

Codes

Color #9F5B79 in popluar color models

9F5B79
RGB15991121
HSL334°27.20%49.02%
HSB/HSV334°42.77%62.35%
CMYK0.00%42.77%23.90%
37.65%

Color #9F5B79 in popluar number systems.

HEX9F5B79
Decimal15991121
Binary1001111110110111111001
Octal237133171

Shades and tints

Shades of #9F5B79

#9F5B79
(159,91,121)
#91536E
(145,83,110)
#834B63
(131,75,99)
#754358
(117,67,88)
#673B4D
(103,59,77)
#593342
(89,51,66)
#4B2B37
(75,43,55)
#3D232C
(61,35,44)
#2F1B21
(47,27,33)
#211316
(33,19,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #9F5B79

#9F5B79
(159,91,121)
#A76985
(167,105,133)
#AF7791
(175,119,145)
#B7859D
(183,133,157)
#BF93A9
(191,147,169)
#C7A1B5
(199,161,181)
#CFAFC1
(207,175,193)
#D7BDCD
(215,189,205)
#DFCBD9
(223,203,217)
#E7D9E5
(231,217,229)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5B79 color. Also use rgb(159,91,121) instead hex code.

Text Font Color

.myTextColor { color: #9F5B79; }

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

This text font color is #9F5B79.


Background Color

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

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

This div background color is #9F5B79.


Border color

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

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

This div border color is #9F5B79.


Opacity

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

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

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

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

This text has shadow with #9F5B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B79 on black background.


Color preview on white background

This text has color #9F5B79 on white background.



Black color preview on #9F5B79 background

This text has black color on #9F5B79 background.


White color preview on #9F5B79 background

This text has white color on #9F5B79 background.