COLOR #9F4A59

HEX: #9F4A59
RGB: (159,74,89)

Color info

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

RGB color model

#9F4A59 color RGB value is (159,74,89).

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

RGB channels and saturation

R 159 of 255 = 62%
G 74 of 255 = 29%
B 89 of 255 = 35%

159
74
89

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

Portions of RGB colors in percentages

R + G + B =
159 + 74 + 89 = 322 (100%)
R 159 of 322 ~ 49.38%
G 74 of 322 ~ 22.98%
B 89 of 322 ~ 27.64%

%49.38
%22.98
%27.64

CMYK color model

#9F4A59 color CMYK value is (0,53,44,38).

  • cyan value is 0.00%
  • magenta value is 53.46%
  • yellow value is 44.03%
  • key color value is 37.65%
CMYK:
(0,53,44,38)
C0M53Y44K38 
(0%,53%,44%,38%)
(0.00/0.53/0.44/0.38)	

CMYK percentages

%0
%53.46
%44.03
%37.65

Codes

Color #9F4A59 in popluar color models

9F4A59
RGB1597489
HSL349°36.48%45.69%
HSB/HSV349°53.46%62.35%
CMYK0.00%53.46%44.03%
37.65%

Color #9F4A59 in popluar number systems.

HEX9F4A59
Decimal1597489
Binary1001111110010101011001
Octal237112131

Shades and tints

Shades of #9F4A59

#9F4A59
(159,74,89)
#914451
(145,68,81)
#833E49
(131,62,73)
#753841
(117,56,65)
#673239
(103,50,57)
#592C31
(89,44,49)
#4B2629
(75,38,41)
#3D2021
(61,32,33)
#2F1A19
(47,26,25)
#211411
(33,20,17)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #9F4A59

#9F4A59
(159,74,89)
#A75A68
(167,90,104)
#AF6A77
(175,106,119)
#B77A86
(183,122,134)
#BF8A95
(191,138,149)
#C79AA4
(199,154,164)
#CFAAB3
(207,170,179)
#D7BAC2
(215,186,194)
#DFCAD1
(223,202,209)
#E7DAE0
(231,218,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4A59; }

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

This text font color is #9F4A59.


Background Color

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

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

This div background color is #9F4A59.


Border color

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

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

This div border color is #9F4A59.


Opacity

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

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

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

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

This text has shadow with #9F4A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4A59 on black background.


Color preview on white background

This text has color #9F4A59 on white background.



Black color preview on #9F4A59 background

This text has black color on #9F4A59 background.


White color preview on #9F4A59 background

This text has white color on #9F4A59 background.