COLOR #9F4F5E

HEX: #9F4F5E
RGB: (159,79,94)

Color info

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

RGB color model

#9F4F5E color RGB value is (159,79,94).

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

RGB channels and saturation

R 159 of 255 = 62%
G 79 of 255 = 31%
B 94 of 255 = 37%

159
79
94

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

Portions of RGB colors in percentages

R + G + B =
159 + 79 + 94 = 332 (100%)
R 159 of 332 ~ 47.89%
G 79 of 332 ~ 23.8%
B 94 of 332 ~ 28.31%

%47.89
%23.8
%28.31

CMYK color model

#9F4F5E color CMYK value is (0,50,41,38).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 40.88%
  • key color value is 37.65%
CMYK:
(0,50,41,38)
C0M50Y41K38 
(0%,50%,41%,38%)
(0.00/0.50/0.41/0.38)	

CMYK percentages

%0
%50.31
%40.88
%37.65

Codes

Color #9F4F5E in popluar color models

9F4F5E
RGB1597994
HSL349°33.61%46.67%
HSB/HSV349°50.31%62.35%
CMYK0.00%50.31%40.88%
37.65%

Color #9F4F5E in popluar number systems.

HEX9F4F5E
Decimal1597994
Binary1001111110011111011110
Octal237117136

Shades and tints

Shades of #9F4F5E

#9F4F5E
(159,79,94)
#914856
(145,72,86)
#83414E
(131,65,78)
#753A46
(117,58,70)
#67333E
(103,51,62)
#592C36
(89,44,54)
#4B252E
(75,37,46)
#3D1E26
(61,30,38)
#2F171E
(47,23,30)
#211016
(33,16,22)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #9F4F5E

#9F4F5E
(159,79,94)
#A75F6C
(167,95,108)
#AF6F7A
(175,111,122)
#B77F88
(183,127,136)
#BF8F96
(191,143,150)
#C79FA4
(199,159,164)
#CFAFB2
(207,175,178)
#D7BFC0
(215,191,192)
#DFCFCE
(223,207,206)
#E7DFDC
(231,223,220)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4F5E; }

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

This text font color is #9F4F5E.


Background Color

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

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

This div background color is #9F4F5E.


Border color

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

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

This div border color is #9F4F5E.


Opacity

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

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

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

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

This text has shadow with #9F4F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4F5E on black background.


Color preview on white background

This text has color #9F4F5E on white background.



Black color preview on #9F4F5E background

This text has black color on #9F4F5E background.


White color preview on #9F4F5E background

This text has white color on #9F4F5E background.