COLOR #9F4063

HEX: #9F4063
RGB: (159,64,99)

Color info

#9F4063 contains mainly red color. Web safe color of #9F4063 is #993366 (or #936).

RGB color model

#9F4063 color RGB value is (159,64,99).

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

RGB channels and saturation

R 159 of 255 = 62%
G 64 of 255 = 25%
B 99 of 255 = 39%

159
64
99

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

Portions of RGB colors in percentages

R + G + B =
159 + 64 + 99 = 322 (100%)
R 159 of 322 ~ 49.38%
G 64 of 322 ~ 19.88%
B 99 of 322 ~ 30.75%

%49.38
%19.88
%30.75

CMYK color model

#9F4063 color CMYK value is (0,60,38,38).

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(0,60,38,38)
C0M60Y38K38 
(0%,60%,38%,38%)
(0.00/0.60/0.38/0.38)	

CMYK percentages

%0
%59.75
%37.74
%37.65

Codes

Color #9F4063 in popluar color models

9F4063
RGB1596499
HSL338°42.60%43.73%
HSB/HSV338°59.75%62.35%
CMYK0.00%59.75%37.74%
37.65%

Color #9F4063 in popluar number systems.

HEX9F4063
Decimal1596499
Binary1001111110000001100011
Octal237100143

Shades and tints

Shades of #9F4063

#9F4063
(159,64,99)
#913B5A
(145,59,90)
#833651
(131,54,81)
#753148
(117,49,72)
#672C3F
(103,44,63)
#592736
(89,39,54)
#4B222D
(75,34,45)
#3D1D24
(61,29,36)
#2F181B
(47,24,27)
#211312
(33,19,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #9F4063

#9F4063
(159,64,99)
#A75171
(167,81,113)
#AF627F
(175,98,127)
#B7738D
(183,115,141)
#BF849B
(191,132,155)
#C795A9
(199,149,169)
#CFA6B7
(207,166,183)
#D7B7C5
(215,183,197)
#DFC8D3
(223,200,211)
#E7D9E1
(231,217,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4063; }

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

This text font color is #9F4063.


Background Color

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

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

This div background color is #9F4063.


Border color

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

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

This div border color is #9F4063.


Opacity

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

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

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

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

This text has shadow with #9F4063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4063 on black background.


Color preview on white background

This text has color #9F4063 on white background.



Black color preview on #9F4063 background

This text has black color on #9F4063 background.


White color preview on #9F4063 background

This text has white color on #9F4063 background.