COLOR #9D5975

HEX: #9D5975
RGB: (157,89,117)

Color info

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

RGB color model

#9D5975 color RGB value is (157,89,117).

  • red value is 157;
  • green value is 89;
  • blue value is 117.
RGB:
(157,89,117)
(62%,35%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 89 of 255 = 35%
B 117 of 255 = 46%

157
89
117

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

Portions of RGB colors in percentages

R + G + B =
157 + 89 + 117 = 363 (100%)
R 157 of 363 ~ 43.25%
G 89 of 363 ~ 24.52%
B 117 of 363 ~ 32.23%

%43.25
%24.52
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 25.48%
  • key color value is 38.43%
CMYK:
(0,43,25,38)
C0M43Y25K38 
(0%,43%,25%,38%)
(0.00/0.43/0.25/0.38)	

CMYK percentages

%0
%43.31
%25.48
%38.43

Codes

Color #9D5975 in popluar color models

9D5975
RGB15789117
HSL335°27.64%48.24%
HSB/HSV335°43.31%61.57%
CMYK0.00%43.31%25.48%
38.43%

Color #9D5975 in popluar number systems.

HEX9D5975
Decimal15789117
Binary1001110110110011110101
Octal235131165

Shades and tints

Shades of #9D5975

#9D5975
(157,89,117)
#8F516B
(143,81,107)
#814961
(129,73,97)
#734157
(115,65,87)
#65394D
(101,57,77)
#573143
(87,49,67)
#492939
(73,41,57)
#3B212F
(59,33,47)
#2D1925
(45,25,37)
#1F111B
(31,17,27)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #9D5975

#9D5975
(157,89,117)
#A56881
(165,104,129)
#AD778D
(173,119,141)
#B58699
(181,134,153)
#BD95A5
(189,149,165)
#C5A4B1
(197,164,177)
#CDB3BD
(205,179,189)
#D5C2C9
(213,194,201)
#DDD1D5
(221,209,213)
#E5E0E1
(229,224,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5975 color. Also use rgb(157,89,117) instead hex code.

Text Font Color

.myTextColor { color: #9D5975; }

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

This text font color is #9D5975.


Background Color

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

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

This div background color is #9D5975.


Border color

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

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

This div border color is #9D5975.


Opacity

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

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

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

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

This text has shadow with #9D5975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5975 on black background.


Color preview on white background

This text has color #9D5975 on white background.



Black color preview on #9D5975 background

This text has black color on #9D5975 background.


White color preview on #9D5975 background

This text has white color on #9D5975 background.