COLOR #9D4B70

HEX: #9D4B70
RGB: (157,75,112)

Color info

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

RGB color model

#9D4B70 color RGB value is (157,75,112).

  • red value is 157;
  • green value is 75;
  • blue value is 112.
RGB:
(157,75,112)
(62%,29%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 75 of 255 = 29%
B 112 of 255 = 44%

157
75
112

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

Portions of RGB colors in percentages

R + G + B =
157 + 75 + 112 = 344 (100%)
R 157 of 344 ~ 45.64%
G 75 of 344 ~ 21.8%
B 112 of 344 ~ 32.56%

%45.64
%21.8
%32.56

CMYK color model

#9D4B70 color CMYK value is (0,52,29,38).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 28.66%
  • key color value is 38.43%
CMYK:
(0,52,29,38)
C0M52Y29K38 
(0%,52%,29%,38%)
(0.00/0.52/0.29/0.38)	

CMYK percentages

%0
%52.23
%28.66
%38.43

Codes

Color #9D4B70 in popluar color models

9D4B70
RGB15775112
HSL333°35.34%45.49%
HSB/HSV333°52.23%61.57%
CMYK0.00%52.23%28.66%
38.43%

Color #9D4B70 in popluar number systems.

HEX9D4B70
Decimal15775112
Binary1001110110010111110000
Octal235113160

Shades and tints

Shades of #9D4B70

#9D4B70
(157,75,112)
#8F4566
(143,69,102)
#813F5C
(129,63,92)
#733952
(115,57,82)
#653348
(101,51,72)
#572D3E
(87,45,62)
#492734
(73,39,52)
#3B212A
(59,33,42)
#2D1B20
(45,27,32)
#1F1516
(31,21,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #9D4B70

#9D4B70
(157,75,112)
#A55B7D
(165,91,125)
#AD6B8A
(173,107,138)
#B57B97
(181,123,151)
#BD8BA4
(189,139,164)
#C59BB1
(197,155,177)
#CDABBE
(205,171,190)
#D5BBCB
(213,187,203)
#DDCBD8
(221,203,216)
#E5DBE5
(229,219,229)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4B70 color. Also use rgb(157,75,112) instead hex code.

Text Font Color

.myTextColor { color: #9D4B70; }

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

This text font color is #9D4B70.


Background Color

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

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

This div background color is #9D4B70.


Border color

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

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

This div border color is #9D4B70.


Opacity

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

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

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

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

This text has shadow with #9D4B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4B70 on black background.


Color preview on white background

This text has color #9D4B70 on white background.



Black color preview on #9D4B70 background

This text has black color on #9D4B70 background.


White color preview on #9D4B70 background

This text has white color on #9D4B70 background.