COLOR #9F5463

HEX: #9F5463
RGB: (159,84,99)

Color info

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

RGB color model

#9F5463 color RGB value is (159,84,99).

  • red value is 159;
  • green value is 84;
  • blue value is 99.
RGB:
(159,84,99)
(62%,33%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 84 of 255 = 33%
B 99 of 255 = 39%

159
84
99

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

Portions of RGB colors in percentages

R + G + B =
159 + 84 + 99 = 342 (100%)
R 159 of 342 ~ 46.49%
G 84 of 342 ~ 24.56%
B 99 of 342 ~ 28.95%

%46.49
%24.56
%28.95

CMYK color model

#9F5463 color CMYK value is (0,47,38,38).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(0,47,38,38)
C0M47Y38K38 
(0%,47%,38%,38%)
(0.00/0.47/0.38/0.38)	

CMYK percentages

%0
%47.17
%37.74
%37.65

Codes

Color #9F5463 in popluar color models

9F5463
RGB1598499
HSL348°30.86%47.65%
HSB/HSV348°47.17%62.35%
CMYK0.00%47.17%37.74%
37.65%

Color #9F5463 in popluar number systems.

HEX9F5463
Decimal1598499
Binary1001111110101001100011
Octal237124143

Shades and tints

Shades of #9F5463

#9F5463
(159,84,99)
#914D5A
(145,77,90)
#834651
(131,70,81)
#753F48
(117,63,72)
#67383F
(103,56,63)
#593136
(89,49,54)
#4B2A2D
(75,42,45)
#3D2324
(61,35,36)
#2F1C1B
(47,28,27)
#211512
(33,21,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #9F5463

#9F5463
(159,84,99)
#A76371
(167,99,113)
#AF727F
(175,114,127)
#B7818D
(183,129,141)
#BF909B
(191,144,155)
#C79FA9
(199,159,169)
#CFAEB7
(207,174,183)
#D7BDC5
(215,189,197)
#DFCCD3
(223,204,211)
#E7DBE1
(231,219,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5463 color. Also use rgb(159,84,99) instead hex code.

Text Font Color

.myTextColor { color: #9F5463; }

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

This text font color is #9F5463.


Background Color

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

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

This div background color is #9F5463.


Border color

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

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

This div border color is #9F5463.


Opacity

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

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

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

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

This text has shadow with #9F5463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5463 on black background.


Color preview on white background

This text has color #9F5463 on white background.



Black color preview on #9F5463 background

This text has black color on #9F5463 background.


White color preview on #9F5463 background

This text has white color on #9F5463 background.