COLOR #9F4061

HEX: #9F4061
RGB: (159,64,97)

Color info

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

RGB color model

#9F4061 color RGB value is (159,64,97).

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

RGB channels and saturation

R 159 of 255 = 62%
G 64 of 255 = 25%
B 97 of 255 = 38%

159
64
97

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

Portions of RGB colors in percentages

R + G + B =
159 + 64 + 97 = 320 (100%)
R 159 of 320 ~ 49.69%
G 64 of 320 ~ 20%
B 97 of 320 ~ 30.31%

%49.69
%20
%30.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 38.99%
  • key color value is 37.65%
CMYK:
(0,60,39,38)
C0M60Y39K38 
(0%,60%,39%,38%)
(0.00/0.60/0.39/0.38)	

CMYK percentages

%0
%59.75
%38.99
%37.65

Codes

Color #9F4061 in popluar color models

9F4061
RGB1596497
HSL339°42.60%43.73%
HSB/HSV339°59.75%62.35%
CMYK0.00%59.75%38.99%
37.65%

Color #9F4061 in popluar number systems.

HEX9F4061
Decimal1596497
Binary1001111110000001100001
Octal237100141

Shades and tints

Shades of #9F4061

#9F4061
(159,64,97)
#913B59
(145,59,89)
#833651
(131,54,81)
#753149
(117,49,73)
#672C41
(103,44,65)
#592739
(89,39,57)
#4B2231
(75,34,49)
#3D1D29
(61,29,41)
#2F1821
(47,24,33)
#211319
(33,19,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #9F4061

#9F4061
(159,64,97)
#A7516F
(167,81,111)
#AF627D
(175,98,125)
#B7738B
(183,115,139)
#BF8499
(191,132,153)
#C795A7
(199,149,167)
#CFA6B5
(207,166,181)
#D7B7C3
(215,183,195)
#DFC8D1
(223,200,209)
#E7D9DF
(231,217,223)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4061; }

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

This text font color is #9F4061.


Background Color

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

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

This div background color is #9F4061.


Border color

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

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

This div border color is #9F4061.


Opacity

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

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

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

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

This text has shadow with #9F4061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4061 on black background.


Color preview on white background

This text has color #9F4061 on white background.



Black color preview on #9F4061 background

This text has black color on #9F4061 background.


White color preview on #9F4061 background

This text has white color on #9F4061 background.