COLOR #9F4B5D

HEX: #9F4B5D
RGB: (159,75,93)

Color info

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

RGB color model

#9F4B5D color RGB value is (159,75,93).

  • red value is 159;
  • green value is 75;
  • blue value is 93.
RGB:
(159,75,93)
(62%,29%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 75 of 255 = 29%
B 93 of 255 = 36%

159
75
93

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

Portions of RGB colors in percentages

R + G + B =
159 + 75 + 93 = 327 (100%)
R 159 of 327 ~ 48.62%
G 75 of 327 ~ 22.94%
B 93 of 327 ~ 28.44%

%48.62
%22.94
%28.44

CMYK color model

#9F4B5D color CMYK value is (0,53,42,38).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 41.51%
  • key color value is 37.65%
CMYK:
(0,53,42,38)
C0M53Y42K38 
(0%,53%,42%,38%)
(0.00/0.53/0.42/0.38)	

CMYK percentages

%0
%52.83
%41.51
%37.65

Codes

Color #9F4B5D in popluar color models

9F4B5D
RGB1597593
HSL347°35.90%45.88%
HSB/HSV347°52.83%62.35%
CMYK0.00%52.83%41.51%
37.65%

Color #9F4B5D in popluar number systems.

HEX9F4B5D
Decimal1597593
Binary1001111110010111011101
Octal237113135

Shades and tints

Shades of #9F4B5D

#9F4B5D
(159,75,93)
#914555
(145,69,85)
#833F4D
(131,63,77)
#753945
(117,57,69)
#67333D
(103,51,61)
#592D35
(89,45,53)
#4B272D
(75,39,45)
#3D2125
(61,33,37)
#2F1B1D
(47,27,29)
#211515
(33,21,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #9F4B5D

#9F4B5D
(159,75,93)
#A75B6B
(167,91,107)
#AF6B79
(175,107,121)
#B77B87
(183,123,135)
#BF8B95
(191,139,149)
#C79BA3
(199,155,163)
#CFABB1
(207,171,177)
#D7BBBF
(215,187,191)
#DFCBCD
(223,203,205)
#E7DBDB
(231,219,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4B5D color. Also use rgb(159,75,93) instead hex code.

Text Font Color

.myTextColor { color: #9F4B5D; }

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

This text font color is #9F4B5D.


Background Color

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

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

This div background color is #9F4B5D.


Border color

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

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

This div border color is #9F4B5D.


Opacity

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

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

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

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

This text has shadow with #9F4B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4B5D on black background.


Color preview on white background

This text has color #9F4B5D on white background.



Black color preview on #9F4B5D background

This text has black color on #9F4B5D background.


White color preview on #9F4B5D background

This text has white color on #9F4B5D background.