COLOR #9D4D6F

HEX: #9D4D6F
RGB: (157,77,111)

Color info

#9D4D6F contains mainly red and blue colors. Web safe color of #9D4D6F is #993366 (or #936).

RGB color model

#9D4D6F color RGB value is (157,77,111).

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

RGB channels and saturation

R 157 of 255 = 62%
G 77 of 255 = 30%
B 111 of 255 = 44%

157
77
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 77 + 111 = 345 (100%)
R 157 of 345 ~ 45.51%
G 77 of 345 ~ 22.32%
B 111 of 345 ~ 32.17%

%45.51
%22.32
%32.17

CMYK color model

#9D4D6F color CMYK value is (0,51,29,38).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(0,51,29,38)
C0M51Y29K38 
(0%,51%,29%,38%)
(0.00/0.51/0.29/0.38)	

CMYK percentages

%0
%50.96
%29.3
%38.43

Codes

Color #9D4D6F in popluar color models

9D4D6F
RGB15777111
HSL335°34.19%45.88%
HSB/HSV335°50.96%61.57%
CMYK0.00%50.96%29.30%
38.43%

Color #9D4D6F in popluar number systems.

HEX9D4D6F
Decimal15777111
Binary1001110110011011101111
Octal235115157

Shades and tints

Shades of #9D4D6F

#9D4D6F
(157,77,111)
#8F4665
(143,70,101)
#813F5B
(129,63,91)
#733851
(115,56,81)
#653147
(101,49,71)
#572A3D
(87,42,61)
#492333
(73,35,51)
#3B1C29
(59,28,41)
#2D151F
(45,21,31)
#1F0E15
(31,14,21)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #9D4D6F

#9D4D6F
(157,77,111)
#A55D7C
(165,93,124)
#AD6D89
(173,109,137)
#B57D96
(181,125,150)
#BD8DA3
(189,141,163)
#C59DB0
(197,157,176)
#CDADBD
(205,173,189)
#D5BDCA
(213,189,202)
#DDCDD7
(221,205,215)
#E5DDE4
(229,221,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4D6F; }

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

This text font color is #9D4D6F.


Background Color

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

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

This div background color is #9D4D6F.


Border color

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

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

This div border color is #9D4D6F.


Opacity

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

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

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

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

This text has shadow with #9D4D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4D6F on black background.


Color preview on white background

This text has color #9D4D6F on white background.



Black color preview on #9D4D6F background

This text has black color on #9D4D6F background.


White color preview on #9D4D6F background

This text has white color on #9D4D6F background.