COLOR #9F5964

HEX: #9F5964
RGB: (159,89,100)

Color info

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

RGB color model

#9F5964 color RGB value is (159,89,100).

  • red value is 159;
  • green value is 89;
  • blue value is 100.
RGB:
(159,89,100)
(62%,35%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 89 of 255 = 35%
B 100 of 255 = 39%

159
89
100

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

Portions of RGB colors in percentages

R + G + B =
159 + 89 + 100 = 348 (100%)
R 159 of 348 ~ 45.69%
G 89 of 348 ~ 25.57%
B 100 of 348 ~ 28.74%

%45.69
%25.57
%28.74

CMYK color model

#9F5964 color CMYK value is (0,44,37,38).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(0,44,37,38)
C0M44Y37K38 
(0%,44%,37%,38%)
(0.00/0.44/0.37/0.38)	

CMYK percentages

%0
%44.03
%37.11
%37.65

Codes

Color #9F5964 in popluar color models

9F5964
RGB15989100
HSL351°28.23%48.63%
HSB/HSV351°44.03%62.35%
CMYK0.00%44.03%37.11%
37.65%

Color #9F5964 in popluar number systems.

HEX9F5964
Decimal15989100
Binary1001111110110011100100
Octal237131144

Shades and tints

Shades of #9F5964

#9F5964
(159,89,100)
#91515B
(145,81,91)
#834952
(131,73,82)
#754149
(117,65,73)
#673940
(103,57,64)
#593137
(89,49,55)
#4B292E
(75,41,46)
#3D2125
(61,33,37)
#2F191C
(47,25,28)
#211113
(33,17,19)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #9F5964

#9F5964
(159,89,100)
#A76872
(167,104,114)
#AF7780
(175,119,128)
#B7868E
(183,134,142)
#BF959C
(191,149,156)
#C7A4AA
(199,164,170)
#CFB3B8
(207,179,184)
#D7C2C6
(215,194,198)
#DFD1D4
(223,209,212)
#E7E0E2
(231,224,226)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5964 color. Also use rgb(159,89,100) instead hex code.

Text Font Color

.myTextColor { color: #9F5964; }

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

This text font color is #9F5964.


Background Color

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

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

This div background color is #9F5964.


Border color

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

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

This div border color is #9F5964.


Opacity

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

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

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

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

This text has shadow with #9F5964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5964 on black background.


Color preview on white background

This text has color #9F5964 on white background.



Black color preview on #9F5964 background

This text has black color on #9F5964 background.


White color preview on #9F5964 background

This text has white color on #9F5964 background.