COLOR #9F4354

HEX: #9F4354
RGB: (159,67,84)

Color info

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

RGB color model

#9F4354 color RGB value is (159,67,84).

  • red value is 159;
  • green value is 67;
  • blue value is 84.
RGB:
(159,67,84)
(62%,26%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 67 of 255 = 26%
B 84 of 255 = 33%

159
67
84

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

Portions of RGB colors in percentages

R + G + B =
159 + 67 + 84 = 310 (100%)
R 159 of 310 ~ 51.29%
G 67 of 310 ~ 21.61%
B 84 of 310 ~ 27.1%

%51.29
%21.61
%27.1

CMYK color model

#9F4354 color CMYK value is (0,58,47,38).

  • cyan value is 0.00%
  • magenta value is 57.86%
  • yellow value is 47.17%
  • key color value is 37.65%
CMYK:
(0,58,47,38)
C0M58Y47K38 
(0%,58%,47%,38%)
(0.00/0.58/0.47/0.38)	

CMYK percentages

%0
%57.86
%47.17
%37.65

Codes

Color #9F4354 in popluar color models

9F4354
RGB1596784
HSL349°40.71%44.31%
HSB/HSV349°57.86%62.35%
CMYK0.00%57.86%47.17%
37.65%

Color #9F4354 in popluar number systems.

HEX9F4354
Decimal1596784
Binary1001111110000111010100
Octal237103124

Shades and tints

Shades of #9F4354

#9F4354
(159,67,84)
#913D4D
(145,61,77)
#833746
(131,55,70)
#75313F
(117,49,63)
#672B38
(103,43,56)
#592531
(89,37,49)
#4B1F2A
(75,31,42)
#3D1923
(61,25,35)
#2F131C
(47,19,28)
#210D15
(33,13,21)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #9F4354

#9F4354
(159,67,84)
#A75463
(167,84,99)
#AF6572
(175,101,114)
#B77681
(183,118,129)
#BF8790
(191,135,144)
#C7989F
(199,152,159)
#CFA9AE
(207,169,174)
#D7BABD
(215,186,189)
#DFCBCC
(223,203,204)
#E7DCDB
(231,220,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4354 color. Also use rgb(159,67,84) instead hex code.

Text Font Color

.myTextColor { color: #9F4354; }

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

This text font color is #9F4354.


Background Color

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

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

This div background color is #9F4354.


Border color

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

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

This div border color is #9F4354.


Opacity

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

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

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

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

This text has shadow with #9F4354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4354 on black background.


Color preview on white background

This text has color #9F4354 on white background.



Black color preview on #9F4354 background

This text has black color on #9F4354 background.


White color preview on #9F4354 background

This text has white color on #9F4354 background.