COLOR #9F4E69

HEX: #9F4E69
RGB: (159,78,105)

Color info

#9F4E69 contains mainly red and blue colors. Web safe color of #9F4E69 is #996666 (or #966).

RGB color model

#9F4E69 color RGB value is (159,78,105).

  • red value is 159;
  • green value is 78;
  • blue value is 105.
RGB:
(159,78,105)
(62%,31%,41%)

RGB channels and saturation

R 159 of 255 = 62%
G 78 of 255 = 31%
B 105 of 255 = 41%

159
78
105

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

Portions of RGB colors in percentages

R + G + B =
159 + 78 + 105 = 342 (100%)
R 159 of 342 ~ 46.49%
G 78 of 342 ~ 22.81%
B 105 of 342 ~ 30.7%

%46.49
%22.81
%30.7

CMYK color model

#9F4E69 color CMYK value is (0,51,34,38).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 33.96%
  • key color value is 37.65%
CMYK:
(0,51,34,38)
C0M51Y34K38 
(0%,51%,34%,38%)
(0.00/0.51/0.34/0.38)	

CMYK percentages

%0
%50.94
%33.96
%37.65

Codes

Color #9F4E69 in popluar color models

9F4E69
RGB15978105
HSL340°34.18%46.47%
HSB/HSV340°50.94%62.35%
CMYK0.00%50.94%33.96%
37.65%

Color #9F4E69 in popluar number systems.

HEX9F4E69
Decimal15978105
Binary1001111110011101101001
Octal237116151

Shades and tints

Shades of #9F4E69

#9F4E69
(159,78,105)
#914760
(145,71,96)
#834057
(131,64,87)
#75394E
(117,57,78)
#673245
(103,50,69)
#592B3C
(89,43,60)
#4B2433
(75,36,51)
#3D1D2A
(61,29,42)
#2F1621
(47,22,33)
#210F18
(33,15,24)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #9F4E69

#9F4E69
(159,78,105)
#A75E76
(167,94,118)
#AF6E83
(175,110,131)
#B77E90
(183,126,144)
#BF8E9D
(191,142,157)
#C79EAA
(199,158,170)
#CFAEB7
(207,174,183)
#D7BEC4
(215,190,196)
#DFCED1
(223,206,209)
#E7DEDE
(231,222,222)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4E69 color. Also use rgb(159,78,105) instead hex code.

Text Font Color

.myTextColor { color: #9F4E69; }

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

This text font color is #9F4E69.


Background Color

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

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

This div background color is #9F4E69.


Border color

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

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

This div border color is #9F4E69.


Opacity

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

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

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

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

This text has shadow with #9F4E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4E69 on black background.


Color preview on white background

This text has color #9F4E69 on white background.



Black color preview on #9F4E69 background

This text has black color on #9F4E69 background.


White color preview on #9F4E69 background

This text has white color on #9F4E69 background.