COLOR #9F5963

HEX: #9F5963
RGB: (159,89,99)

Color info

#9F5963 contains mainly red color. Web safe color of #9F5963 is #996666 (or #966).

RGB color model

#9F5963 color RGB value is (159,89,99).

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

RGB channels and saturation

R 159 of 255 = 62%
G 89 of 255 = 35%
B 99 of 255 = 39%

159
89
99

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

Portions of RGB colors in percentages

R + G + B =
159 + 89 + 99 = 347 (100%)
R 159 of 347 ~ 45.82%
G 89 of 347 ~ 25.65%
B 99 of 347 ~ 28.53%

%45.82
%25.65
%28.53

CMYK color model

#9F5963 color CMYK value is (0,44,38,38).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(0,44,38,38)
C0M44Y38K38 
(0%,44%,38%,38%)
(0.00/0.44/0.38/0.38)	

CMYK percentages

%0
%44.03
%37.74
%37.65

Codes

Color #9F5963 in popluar color models

9F5963
RGB1598999
HSL351°28.23%48.63%
HSB/HSV351°44.03%62.35%
CMYK0.00%44.03%37.74%
37.65%

Color #9F5963 in popluar number systems.

HEX9F5963
Decimal1598999
Binary1001111110110011100011
Octal237131143

Shades and tints

Shades of #9F5963

#9F5963
(159,89,99)
#91515A
(145,81,90)
#834951
(131,73,81)
#754148
(117,65,72)
#67393F
(103,57,63)
#593136
(89,49,54)
#4B292D
(75,41,45)
#3D2124
(61,33,36)
#2F191B
(47,25,27)
#211112
(33,17,18)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #9F5963

#9F5963
(159,89,99)
#A76871
(167,104,113)
#AF777F
(175,119,127)
#B7868D
(183,134,141)
#BF959B
(191,149,155)
#C7A4A9
(199,164,169)
#CFB3B7
(207,179,183)
#D7C2C5
(215,194,197)
#DFD1D3
(223,209,211)
#E7E0E1
(231,224,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5963; }

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

This text font color is #9F5963.


Background Color

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

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

This div background color is #9F5963.


Border color

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

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

This div border color is #9F5963.


Opacity

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

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

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

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

This text has shadow with #9F5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5963 on black background.


Color preview on white background

This text has color #9F5963 on white background.



Black color preview on #9F5963 background

This text has black color on #9F5963 background.


White color preview on #9F5963 background

This text has white color on #9F5963 background.