COLOR #9F5D60

HEX: #9F5D60
RGB: (159,93,96)

Color info

#9F5D60 contains mainly red color. Web safe color of #9F5D60 is #996666 (or #966).

RGB color model

#9F5D60 color RGB value is (159,93,96).

  • red value is 159;
  • green value is 93;
  • blue value is 96.
RGB:
(159,93,96)
(62%,36%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 93 of 255 = 36%
B 96 of 255 = 38%

159
93
96

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

Portions of RGB colors in percentages

R + G + B =
159 + 93 + 96 = 348 (100%)
R 159 of 348 ~ 45.69%
G 93 of 348 ~ 26.72%
B 96 of 348 ~ 27.59%

%45.69
%26.72
%27.59

CMYK color model

#9F5D60 color CMYK value is (0,42,40,38).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(0,42,40,38)
C0M42Y40K38 
(0%,42%,40%,38%)
(0.00/0.42/0.40/0.38)	

CMYK percentages

%0
%41.51
%39.62
%37.65

Codes

Color #9F5D60 in popluar color models

9F5D60
RGB1599396
HSL357°26.19%49.41%
HSB/HSV357°41.51%62.35%
CMYK0.00%41.51%39.62%
37.65%

Color #9F5D60 in popluar number systems.

HEX9F5D60
Decimal1599396
Binary1001111110111011100000
Octal237135140

Shades and tints

Shades of #9F5D60

#9F5D60
(159,93,96)
#915558
(145,85,88)
#834D50
(131,77,80)
#754548
(117,69,72)
#673D40
(103,61,64)
#593538
(89,53,56)
#4B2D30
(75,45,48)
#3D2528
(61,37,40)
#2F1D20
(47,29,32)
#211518
(33,21,24)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #9F5D60

#9F5D60
(159,93,96)
#A76B6E
(167,107,110)
#AF797C
(175,121,124)
#B7878A
(183,135,138)
#BF9598
(191,149,152)
#C7A3A6
(199,163,166)
#CFB1B4
(207,177,180)
#D7BFC2
(215,191,194)
#DFCDD0
(223,205,208)
#E7DBDE
(231,219,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5D60 color. Also use rgb(159,93,96) instead hex code.

Text Font Color

.myTextColor { color: #9F5D60; }

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

This text font color is #9F5D60.


Background Color

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

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

This div background color is #9F5D60.


Border color

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

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

This div border color is #9F5D60.


Opacity

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

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

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

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

This text has shadow with #9F5D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5D60 on black background.


Color preview on white background

This text has color #9F5D60 on white background.



Black color preview on #9F5D60 background

This text has black color on #9F5D60 background.


White color preview on #9F5D60 background

This text has white color on #9F5D60 background.