COLOR #9F4957

HEX: #9F4957
RGB: (159,73,87)

Color info

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

RGB color model

#9F4957 color RGB value is (159,73,87).

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

RGB channels and saturation

R 159 of 255 = 62%
G 73 of 255 = 29%
B 87 of 255 = 34%

159
73
87

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

Portions of RGB colors in percentages

R + G + B =
159 + 73 + 87 = 319 (100%)
R 159 of 319 ~ 49.84%
G 73 of 319 ~ 22.88%
B 87 of 319 ~ 27.27%

%49.84
%22.88
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.09%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK: (0,54,45,38) C0M54Y45K38 (0%,54%,45%,38%) (0.00/0.54/0.45/0.38)

CMYK percentages

%0
%54.09
%45.28
%37.65

Codes

Color #9F4957 in popluar color models

9F4957
RGB1597387
HSL350°37.07%45.49%
HSB/HSV350°54.09%62.35%
CMYK0.00%54.09%45.28%
37.65%

Color #9F4957 in popluar number systems.

HEX9F4957
Decimal1597387
Binary1001111110010011010111
Octal237111127

Shades and tints

Shades of #9F4957

#9F4957
(159,73,87)
#914350
(145,67,80)
#833D49
(131,61,73)
#753742
(117,55,66)
#67313B
(103,49,59)
#592B34
(89,43,52)
#4B252D
(75,37,45)
#3D1F26
(61,31,38)
#2F191F
(47,25,31)
#211318
(33,19,24)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #9F4957

#9F4957
(159,73,87)
#A75966
(167,89,102)
#AF6975
(175,105,117)
#B77984
(183,121,132)
#BF8993
(191,137,147)
#C799A2
(199,153,162)
#CFA9B1
(207,169,177)
#D7B9C0
(215,185,192)
#DFC9CF
(223,201,207)
#E7D9DE
(231,217,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4957; }

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

This text font color is #9F4957.


Background Color

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

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

This div background color is #9F4957.


Border color

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

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

This div border color is #9F4957.


Opacity

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

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

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

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

This text has shadow with #9F4957 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9F4957 on black background.


Color preview on white background

This text has color #9F4957 on white background.



Black color preview on #9F4957 background

This text has black color on #9F4957 background.


White color preview on #9F4957 background

This text has white color on #9F4957 background.