COLOR #9F5B74

HEX: #9F5B74
RGB: (159,91,116)

Color info

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

RGB color model

#9F5B74 color RGB value is (159,91,116).

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

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 116 of 255 = 45%

159
91
116

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 116 = 366 (100%)
R 159 of 366 ~ 43.44%
G 91 of 366 ~ 24.86%
B 116 of 366 ~ 31.69%

%43.44
%24.86
%31.69

CMYK color model

#9F5B74 color CMYK value is (0,43,27,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 27.04%
  • key color value is 37.65%
CMYK:
(0,43,27,38)
C0M43Y27K38 
(0%,43%,27%,38%)
(0.00/0.43/0.27/0.38)	

CMYK percentages

%0
%42.77
%27.04
%37.65

Codes

Color #9F5B74 in popluar color models

9F5B74
RGB15991116
HSL338°27.20%49.02%
HSB/HSV338°42.77%62.35%
CMYK0.00%42.77%27.04%
37.65%

Color #9F5B74 in popluar number systems.

HEX9F5B74
Decimal15991116
Binary1001111110110111110100
Octal237133164

Shades and tints

Shades of #9F5B74

#9F5B74
(159,91,116)
#91536A
(145,83,106)
#834B60
(131,75,96)
#754356
(117,67,86)
#673B4C
(103,59,76)
#593342
(89,51,66)
#4B2B38
(75,43,56)
#3D232E
(61,35,46)
#2F1B24
(47,27,36)
#21131A
(33,19,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9F5B74

#9F5B74
(159,91,116)
#A76980
(167,105,128)
#AF778C
(175,119,140)
#B78598
(183,133,152)
#BF93A4
(191,147,164)
#C7A1B0
(199,161,176)
#CFAFBC
(207,175,188)
#D7BDC8
(215,189,200)
#DFCBD4
(223,203,212)
#E7D9E0
(231,217,224)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5B74; }

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

This text font color is #9F5B74.


Background Color

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

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

This div background color is #9F5B74.


Border color

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

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

This div border color is #9F5B74.


Opacity

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

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

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

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

This text has shadow with #9F5B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B74 on black background.


Color preview on white background

This text has color #9F5B74 on white background.



Black color preview on #9F5B74 background

This text has black color on #9F5B74 background.


White color preview on #9F5B74 background

This text has white color on #9F5B74 background.