COLOR #9F5F6E

HEX: #9F5F6E
RGB: (159,95,110)

Color info

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

RGB color model

#9F5F6E color RGB value is (159,95,110).

  • red value is 159;
  • green value is 95;
  • blue value is 110.
RGB:
(159,95,110)
(62%,37%,43%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 110 of 255 = 43%

159
95
110

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

Portions of RGB colors in percentages

R + G + B =
159 + 95 + 110 = 364 (100%)
R 159 of 364 ~ 43.68%
G 95 of 364 ~ 26.1%
B 110 of 364 ~ 30.22%

%43.68
%26.1
%30.22

CMYK color model

#9F5F6E color CMYK value is (0,40,31,38).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(0,40,31,38)
C0M40Y31K38 
(0%,40%,31%,38%)
(0.00/0.40/0.31/0.38)	

CMYK percentages

%0
%40.25
%30.82
%37.65

Codes

Color #9F5F6E in popluar color models

9F5F6E
RGB15995110
HSL346°25.20%49.80%
HSB/HSV346°40.25%62.35%
CMYK0.00%40.25%30.82%
37.65%

Color #9F5F6E in popluar number systems.

HEX9F5F6E
Decimal15995110
Binary1001111110111111101110
Octal237137156

Shades and tints

Shades of #9F5F6E

#9F5F6E
(159,95,110)
#915764
(145,87,100)
#834F5A
(131,79,90)
#754750
(117,71,80)
#673F46
(103,63,70)
#59373C
(89,55,60)
#4B2F32
(75,47,50)
#3D2728
(61,39,40)
#2F1F1E
(47,31,30)
#211714
(33,23,20)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #9F5F6E

#9F5F6E
(159,95,110)
#A76D7B
(167,109,123)
#AF7B88
(175,123,136)
#B78995
(183,137,149)
#BF97A2
(191,151,162)
#C7A5AF
(199,165,175)
#CFB3BC
(207,179,188)
#D7C1C9
(215,193,201)
#DFCFD6
(223,207,214)
#E7DDE3
(231,221,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5F6E color. Also use rgb(159,95,110) instead hex code.

Text Font Color

.myTextColor { color: #9F5F6E; }

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

This text font color is #9F5F6E.


Background Color

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

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

This div background color is #9F5F6E.


Border color

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

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

This div border color is #9F5F6E.


Opacity

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

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

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

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

This text has shadow with #9F5F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5F6E on black background.


Color preview on white background

This text has color #9F5F6E on white background.



Black color preview on #9F5F6E background

This text has black color on #9F5F6E background.


White color preview on #9F5F6E background

This text has white color on #9F5F6E background.