COLOR #9F4F66

HEX: #9F4F66
RGB: (159,79,102)

Color info

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

RGB color model

#9F4F66 color RGB value is (159,79,102).

  • red value is 159;
  • green value is 79;
  • blue value is 102.
RGB:
(159,79,102)
(62%,31%,40%)

RGB channels and saturation

R 159 of 255 = 62%
G 79 of 255 = 31%
B 102 of 255 = 40%

159
79
102

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

Portions of RGB colors in percentages

R + G + B =
159 + 79 + 102 = 340 (100%)
R 159 of 340 ~ 46.76%
G 79 of 340 ~ 23.24%
B 102 of 340 ~ 30%

%46.76
%23.24
%30

CMYK color model

#9F4F66 color CMYK value is (0,50,36,38).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 35.85%
  • key color value is 37.65%
CMYK:
(0,50,36,38)
C0M50Y36K38 
(0%,50%,36%,38%)
(0.00/0.50/0.36/0.38)	

CMYK percentages

%0
%50.31
%35.85
%37.65

Codes

Color #9F4F66 in popluar color models

9F4F66
RGB15979102
HSL343°33.61%46.67%
HSB/HSV343°50.31%62.35%
CMYK0.00%50.31%35.85%
37.65%

Color #9F4F66 in popluar number systems.

HEX9F4F66
Decimal15979102
Binary1001111110011111100110
Octal237117146

Shades and tints

Shades of #9F4F66

#9F4F66
(159,79,102)
#91485D
(145,72,93)
#834154
(131,65,84)
#753A4B
(117,58,75)
#673342
(103,51,66)
#592C39
(89,44,57)
#4B2530
(75,37,48)
#3D1E27
(61,30,39)
#2F171E
(47,23,30)
#211015
(33,16,21)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #9F4F66

#9F4F66
(159,79,102)
#A75F73
(167,95,115)
#AF6F80
(175,111,128)
#B77F8D
(183,127,141)
#BF8F9A
(191,143,154)
#C79FA7
(199,159,167)
#CFAFB4
(207,175,180)
#D7BFC1
(215,191,193)
#DFCFCE
(223,207,206)
#E7DFDB
(231,223,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4F66 color. Also use rgb(159,79,102) instead hex code.

Text Font Color

.myTextColor { color: #9F4F66; }

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

This text font color is #9F4F66.


Background Color

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

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

This div background color is #9F4F66.


Border color

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

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

This div border color is #9F4F66.


Opacity

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

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

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

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

This text has shadow with #9F4F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4F66 on black background.


Color preview on white background

This text has color #9F4F66 on white background.



Black color preview on #9F4F66 background

This text has black color on #9F4F66 background.


White color preview on #9F4F66 background

This text has white color on #9F4F66 background.