COLOR #9F6371

HEX: #9F6371
RGB: (159,99,113)

Color info

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

RGB color model

#9F6371 color RGB value is (159,99,113).

  • red value is 159;
  • green value is 99;
  • blue value is 113.
RGB:
(159,99,113)
(62%,39%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 99 of 255 = 39%
B 113 of 255 = 44%

159
99
113

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

Portions of RGB colors in percentages

R + G + B =
159 + 99 + 113 = 371 (100%)
R 159 of 371 ~ 42.86%
G 99 of 371 ~ 26.68%
B 113 of 371 ~ 30.46%

%42.86
%26.68
%30.46

CMYK color model

#9F6371 color CMYK value is (0,38,29,38).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 28.93%
  • key color value is 37.65%
CMYK:
(0,38,29,38)
C0M38Y29K38 
(0%,38%,29%,38%)
(0.00/0.38/0.29/0.38)	

CMYK percentages

%0
%37.74
%28.93
%37.65

Codes

Color #9F6371 in popluar color models

9F6371
RGB15999113
HSL346°23.81%50.59%
HSB/HSV346°37.74%62.35%
CMYK0.00%37.74%28.93%
37.65%

Color #9F6371 in popluar number systems.

HEX9F6371
Decimal15999113
Binary1001111111000111110001
Octal237143161

Shades and tints

Shades of #9F6371

#9F6371
(159,99,113)
#915A67
(145,90,103)
#83515D
(131,81,93)
#754853
(117,72,83)
#673F49
(103,63,73)
#59363F
(89,54,63)
#4B2D35
(75,45,53)
#3D242B
(61,36,43)
#2F1B21
(47,27,33)
#211217
(33,18,23)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #9F6371

#9F6371
(159,99,113)
#A7717D
(167,113,125)
#AF7F89
(175,127,137)
#B78D95
(183,141,149)
#BF9BA1
(191,155,161)
#C7A9AD
(199,169,173)
#CFB7B9
(207,183,185)
#D7C5C5
(215,197,197)
#DFD3D1
(223,211,209)
#E7E1DD
(231,225,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6371 color. Also use rgb(159,99,113) instead hex code.

Text Font Color

.myTextColor { color: #9F6371; }

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

This text font color is #9F6371.


Background Color

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

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

This div background color is #9F6371.


Border color

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

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

This div border color is #9F6371.


Opacity

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

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

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

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

This text has shadow with #9F6371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6371 on black background.


Color preview on white background

This text has color #9F6371 on white background.



Black color preview on #9F6371 background

This text has black color on #9F6371 background.


White color preview on #9F6371 background

This text has white color on #9F6371 background.