COLOR #9F4B68

HEX: #9F4B68
RGB: (159,75,104)

Color info

#9F4B68 contains mainly red and blue colors. Web safe color of #9F4B68 is #993366 (or #936).

RGB color model

#9F4B68 color RGB value is (159,75,104).

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

RGB channels and saturation

R 159 of 255 = 62%
G 75 of 255 = 29%
B 104 of 255 = 41%

159
75
104

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

Portions of RGB colors in percentages

R + G + B =
159 + 75 + 104 = 338 (100%)
R 159 of 338 ~ 47.04%
G 75 of 338 ~ 22.19%
B 104 of 338 ~ 30.77%

%47.04
%22.19
%30.77

CMYK color model

#9F4B68 color CMYK value is (0,53,35,38).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 34.59%
  • key color value is 37.65%
CMYK:
(0,53,35,38)
C0M53Y35K38 
(0%,53%,35%,38%)
(0.00/0.53/0.35/0.38)	

CMYK percentages

%0
%52.83
%34.59
%37.65

Codes

Color #9F4B68 in popluar color models

9F4B68
RGB15975104
HSL339°35.90%45.88%
HSB/HSV339°52.83%62.35%
CMYK0.00%52.83%34.59%
37.65%

Color #9F4B68 in popluar number systems.

HEX9F4B68
Decimal15975104
Binary1001111110010111101000
Octal237113150

Shades and tints

Shades of #9F4B68

#9F4B68
(159,75,104)
#91455F
(145,69,95)
#833F56
(131,63,86)
#75394D
(117,57,77)
#673344
(103,51,68)
#592D3B
(89,45,59)
#4B2732
(75,39,50)
#3D2129
(61,33,41)
#2F1B20
(47,27,32)
#211517
(33,21,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #9F4B68

#9F4B68
(159,75,104)
#A75B75
(167,91,117)
#AF6B82
(175,107,130)
#B77B8F
(183,123,143)
#BF8B9C
(191,139,156)
#C79BA9
(199,155,169)
#CFABB6
(207,171,182)
#D7BBC3
(215,187,195)
#DFCBD0
(223,203,208)
#E7DBDD
(231,219,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4B68; }

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

This text font color is #9F4B68.


Background Color

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

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

This div background color is #9F4B68.


Border color

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

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

This div border color is #9F4B68.


Opacity

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

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

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

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

This text has shadow with #9F4B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4B68 on black background.


Color preview on white background

This text has color #9F4B68 on white background.



Black color preview on #9F4B68 background

This text has black color on #9F4B68 background.


White color preview on #9F4B68 background

This text has white color on #9F4B68 background.