COLOR #9F4962

HEX: #9F4962
RGB: (159,73,98)

Color info

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

RGB color model

#9F4962 color RGB value is (159,73,98).

  • red value is 159;
  • green value is 73;
  • blue value is 98.
RGB:
(159,73,98)
(62%,29%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 73 of 255 = 29%
B 98 of 255 = 38%

159
73
98

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

Portions of RGB colors in percentages

R + G + B =
159 + 73 + 98 = 330 (100%)
R 159 of 330 ~ 48.18%
G 73 of 330 ~ 22.12%
B 98 of 330 ~ 29.7%

%48.18
%22.12
%29.7

CMYK color model

#9F4962 color CMYK value is (0,54,38,38).

  • cyan value is 0.00%
  • magenta value is 54.09%
  • yellow value is 38.36%
  • key color value is 37.65%
CMYK:
(0,54,38,38)
C0M54Y38K38 
(0%,54%,38%,38%)
(0.00/0.54/0.38/0.38)	

CMYK percentages

%0
%54.09
%38.36
%37.65

Codes

Color #9F4962 in popluar color models

9F4962
RGB1597398
HSL343°37.07%45.49%
HSB/HSV343°54.09%62.35%
CMYK0.00%54.09%38.36%
37.65%

Color #9F4962 in popluar number systems.

HEX9F4962
Decimal1597398
Binary1001111110010011100010
Octal237111142

Shades and tints

Shades of #9F4962

#9F4962
(159,73,98)
#91435A
(145,67,90)
#833D52
(131,61,82)
#75374A
(117,55,74)
#673142
(103,49,66)
#592B3A
(89,43,58)
#4B2532
(75,37,50)
#3D1F2A
(61,31,42)
#2F1922
(47,25,34)
#21131A
(33,19,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #9F4962

#9F4962
(159,73,98)
#A75970
(167,89,112)
#AF697E
(175,105,126)
#B7798C
(183,121,140)
#BF899A
(191,137,154)
#C799A8
(199,153,168)
#CFA9B6
(207,169,182)
#D7B9C4
(215,185,196)
#DFC9D2
(223,201,210)
#E7D9E0
(231,217,224)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4962 color. Also use rgb(159,73,98) instead hex code.

Text Font Color

.myTextColor { color: #9F4962; }

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

This text font color is #9F4962.


Background Color

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

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

This div background color is #9F4962.


Border color

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

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

This div border color is #9F4962.


Opacity

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

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

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

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

This text has shadow with #9F4962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4962 on black background.


Color preview on white background

This text has color #9F4962 on white background.



Black color preview on #9F4962 background

This text has black color on #9F4962 background.


White color preview on #9F4962 background

This text has white color on #9F4962 background.