COLOR #9D5B6F

HEX: #9D5B6F
RGB: (157,91,111)

Color info

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

RGB color model

#9D5B6F color RGB value is (157,91,111).

  • red value is 157;
  • green value is 91;
  • blue value is 111.
RGB:
(157,91,111)
(62%,36%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 91 of 255 = 36%
B 111 of 255 = 44%

157
91
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 111 = 359 (100%)
R 157 of 359 ~ 43.73%
G 91 of 359 ~ 25.35%
B 111 of 359 ~ 30.92%

%43.73
%25.35
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.04%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(0,42,29,38)
C0M42Y29K38 
(0%,42%,29%,38%)
(0.00/0.42/0.29/0.38)	

CMYK percentages

%0
%42.04
%29.3
%38.43

Codes

Color #9D5B6F in popluar color models

9D5B6F
RGB15791111
HSL342°26.61%48.63%
HSB/HSV342°42.04%61.57%
CMYK0.00%42.04%29.30%
38.43%

Color #9D5B6F in popluar number systems.

HEX9D5B6F
Decimal15791111
Binary1001110110110111101111
Octal235133157

Shades and tints

Shades of #9D5B6F

#9D5B6F
(157,91,111)
#8F5365
(143,83,101)
#814B5B
(129,75,91)
#734351
(115,67,81)
#653B47
(101,59,71)
#57333D
(87,51,61)
#492B33
(73,43,51)
#3B2329
(59,35,41)
#2D1B1F
(45,27,31)
#1F1315
(31,19,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #9D5B6F

#9D5B6F
(157,91,111)
#A5697C
(165,105,124)
#AD7789
(173,119,137)
#B58596
(181,133,150)
#BD93A3
(189,147,163)
#C5A1B0
(197,161,176)
#CDAFBD
(205,175,189)
#D5BDCA
(213,189,202)
#DDCBD7
(221,203,215)
#E5D9E4
(229,217,228)
#EDE7F1
(237,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5B6F color. Also use rgb(157,91,111) instead hex code.

Text Font Color

.myTextColor { color: #9D5B6F; }

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

This text font color is #9D5B6F.


Background Color

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

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

This div background color is #9D5B6F.


Border color

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

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

This div border color is #9D5B6F.


Opacity

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

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

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

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

This text has shadow with #9D5B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5B6F on black background.


Color preview on white background

This text has color #9D5B6F on white background.



Black color preview on #9D5B6F background

This text has black color on #9D5B6F background.


White color preview on #9D5B6F background

This text has white color on #9D5B6F background.