COLOR #9F5A5B

HEX: #9F5A5B RGB: (159,90,91)

Color info

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

RGB color model

#9F5A5B color RGB value is (159,90,91).

RGB: (159,90,91) (62%, 35%, 36%)

RGB channels and saturation

R 159 of 255 = 62%
G 90 of 255 = 35%
B 91 of 255 = 36%

159
90
91

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

Portions of RGB colors in percentages

R + G + B = 159 + 90 + 91 = 340 (100%)
R 159 of 340 ~ 46.76%
G 90 of 340 ~ 26.47%
B 91 of 340 ~ 26.76'%

%46.76
%26.47
%26.76

CMYK color model

#9F5A5B color CMYK value is (0,43,43,38).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 42.77%
  • key color value is 37.65%

CMYK: (0,43,43,38)
C0M43Y43K38 (0%, 43%, 43%, 38%)
(0.00 / 0.43 / 0.43 / 0.38)

CMYK percentages

%0
%43.4
%42.77
%37.65

Codes

Color #9F5A5B in popluar color models

9F 5A 5B
RGB 159 90 91
HSL 359° 27.71% 48.82%
HSB/HSV 359° 43.40% 62.35%
CMYK 0.00% 43.40% 42.77%
37.65%

Color #9F5A5B in popluar number systems.

HEX 9F 5A 5B
Decimal 159 90 91
Binary 10011111 1011010 1011011
Octal 237 132 133

Shades and tints

Shades of #9F5A5B

#9F5A5B
(159,90,91)
#915253
(145,82,83)
#834A4B
(131,74,75)
#754243
(117,66,67)
#673A3B
(103,58,59)
#593233
(89,50,51)
#4B2A2B
(75,42,43)
#3D2223
(61,34,35)
#2F1A1B
(47,26,27)
#211213
(33,18,19)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #9F5A5B

#9F5A5B
(159,90,91)
#A76969
(167,105,105)
#AF7877
(175,120,119)
#B78785
(183,135,133)
#BF9693
(191,150,147)
#C7A5A1
(199,165,161)
#CFB4AF
(207,180,175)
#D7C3BD
(215,195,189)
#DFD2CB
(223,210,203)
#E7E1D9
(231,225,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5A5B color. Also use rgb(159,90,91) instead hex code.

Text Font Color

.myTextColor { color: #9F5A5B; }

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

This text font color is #9F5A5B.

Background Color

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

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

This div background color is #9F5A5B.

Border color

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

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

This div border color is #9F5A5B.

Opacity

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

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

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

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

This text has shadow with #9F5A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5A5B.

Preview

Color preview on black background

This text has color #9F5A5B on black background.


Color preview on white background

This text has color #9F5A5B on white background.


Black color preview on #9F5A5B background

This text has black color on #9F5A5B background.


White color preview on #9F5A5B background

This text has white color on #9F5A5B background.


Related colors

Complementary color

Complementary color for #hex is #60A5A4.


I love getcolorcode.com

Triadic colors

1 #5B9F5A and #5A5B9F with #9F5A5B are triadic colors.

2 #5B5A9F and #5A9F5B with #9F5A5B are triadic colors.