COLOR #9F4059

HEX: #9F4059 RGB: (159,64,89)

Color info

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

RGB color model

#9F4059 color RGB value is (159,64,89).

RGB: (159,64,89) (62%, 25%, 35%)

RGB channels and saturation

R 159 of 255 = 62%
G 64 of 255 = 25%
B 89 of 255 = 35%

159
64
89

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

Portions of RGB colors in percentages

R + G + B = 159 + 64 + 89 = 312 (100%)
R 159 of 312 ~ 50.96%
G 64 of 312 ~ 20.51%
B 89 of 312 ~ 28.53'%

%50.96
%20.51
%28.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 44.03%
  • key color value is 37.65%

CMYK: (0,60,44,38)
C0M60Y44K38 (0%, 60%, 44%, 38%)
(0.00 / 0.60 / 0.44 / 0.38)

CMYK percentages

%0
%59.75
%44.03
%37.65

Codes

Color #9F4059 in popluar color models

9F 40 59
RGB 159 64 89
HSL 344° 42.60% 43.73%
HSB/HSV 344° 59.75% 62.35%
CMYK 0.00% 59.75% 44.03%
37.65%

Color #9F4059 in popluar number systems.

HEX 9F 40 59
Decimal 159 64 89
Binary 10011111 1000000 1011001
Octal 237 100 131

Shades and tints

Shades of #9F4059

#9F4059
(159,64,89)
#913B51
(145,59,81)
#833649
(131,54,73)
#753141
(117,49,65)
#672C39
(103,44,57)
#592731
(89,39,49)
#4B2229
(75,34,41)
#3D1D21
(61,29,33)
#2F1819
(47,24,25)
#211311
(33,19,17)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #9F4059

#9F4059
(159,64,89)
#A75168
(167,81,104)
#AF6277
(175,98,119)
#B77386
(183,115,134)
#BF8495
(191,132,149)
#C795A4
(199,149,164)
#CFA6B3
(207,166,179)
#D7B7C2
(215,183,194)
#DFC8D1
(223,200,209)
#E7D9E0
(231,217,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4059; }

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

This text font color is #9F4059.

Background Color

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

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

This div background color is #9F4059.

Border color

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

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

This div border color is #9F4059.

Opacity

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

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

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

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

This text has shadow with #9F4059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4059.

Preview

Color preview on black background

This text has color #9F4059 on black background.


Color preview on white background

This text has color #9F4059 on white background.


Black color preview on #9F4059 background

This text has black color on #9F4059 background.


White color preview on #9F4059 background

This text has white color on #9F4059 background.


Related colors

Complementary color

Complementary color for #hex is #60BFA6.


I love getcolorcode.com

Triadic colors

1 #599F40 and #40599F with #9F4059 are triadic colors.

2 #59409F and #409F59 with #9F4059 are triadic colors.