COLOR #9F575D

HEX: #9F575D RGB: (159,87,93)

Color info

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

RGB color model

#9F575D color RGB value is (159,87,93).

RGB: (159,87,93) (62%, 34%, 36%)

RGB channels and saturation

R 159 of 255 = 62%
G 87 of 255 = 34%
B 93 of 255 = 36%

159
87
93

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

Portions of RGB colors in percentages

R + G + B = 159 + 87 + 93 = 339 (100%)
R 159 of 339 ~ 46.9%
G 87 of 339 ~ 25.66%
B 93 of 339 ~ 27.43'%

%46.9
%25.66
%27.43

CMYK color model

#9F575D color CMYK value is (0,45,42,38).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 41.51%
  • key color value is 37.65%

CMYK: (0,45,42,38)
C0M45Y42K38 (0%, 45%, 42%, 38%)
(0.00 / 0.45 / 0.42 / 0.38)

CMYK percentages

%0
%45.28
%41.51
%37.65

Codes

Color #9F575D in popluar color models

9F 57 5D
RGB 159 87 93
HSL 355° 29.27% 48.24%
HSB/HSV 355° 45.28% 62.35%
CMYK 0.00% 45.28% 41.51%
37.65%

Color #9F575D in popluar number systems.

HEX 9F 57 5D
Decimal 159 87 93
Binary 10011111 1010111 1011101
Octal 237 127 135

Shades and tints

Shades of #9F575D

#9F575D
(159,87,93)
#915055
(145,80,85)
#83494D
(131,73,77)
#754245
(117,66,69)
#673B3D
(103,59,61)
#593435
(89,52,53)
#4B2D2D
(75,45,45)
#3D2625
(61,38,37)
#2F1F1D
(47,31,29)
#211815
(33,24,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #9F575D

#9F575D
(159,87,93)
#A7666B
(167,102,107)
#AF7579
(175,117,121)
#B78487
(183,132,135)
#BF9395
(191,147,149)
#C7A2A3
(199,162,163)
#CFB1B1
(207,177,177)
#D7C0BF
(215,192,191)
#DFCFCD
(223,207,205)
#E7DEDB
(231,222,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F575D color. Also use rgb(159,87,93) instead hex code.

Text Font Color

.myTextColor { color: #9F575D; }

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

This text font color is #9F575D.

Background Color

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

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

This div background color is #9F575D.

Border color

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

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

This div border color is #9F575D.

Opacity

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

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

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

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

This text has shadow with #9F575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F575D.

Preview

Color preview on black background

This text has color #9F575D on black background.


Color preview on white background

This text has color #9F575D on white background.


Black color preview on #9F575D background

This text has black color on #9F575D background.


White color preview on #9F575D background

This text has white color on #9F575D background.


Related colors

Complementary color

Complementary color for #hex is #60A8A2.


I love getcolorcode.com

Triadic colors

1 #5D9F57 and #575D9F with #9F575D are triadic colors.

2 #5D579F and #579F5D with #9F575D are triadic colors.