COLOR #9C4570

HEX: #9C4570
RGB: (156,69,112)

Color info

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

RGB color model

#9C4570 color RGB value is (156,69,112).

  • red value is 156;
  • green value is 69;
  • blue value is 112.
RGB:
(156,69,112)
(61%,27%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 69 of 255 = 27%
B 112 of 255 = 44%

156
69
112

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

Portions of RGB colors in percentages

R + G + B =
156 + 69 + 112 = 337 (100%)
R 156 of 337 ~ 46.29%
G 69 of 337 ~ 20.47%
B 112 of 337 ~ 33.23%

%46.29
%20.47
%33.23

CMYK color model

#9C4570 color CMYK value is (0,56,28,39).

  • cyan value is 0.00%
  • magenta value is 55.77%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(0,56,28,39)
C0M56Y28K39 
(0%,56%,28%,39%)
(0.00/0.56/0.28/0.39)	

CMYK percentages

%0
%55.77
%28.21
%38.82

Codes

Color #9C4570 in popluar color models

9C4570
RGB15669112
HSL330°38.67%44.12%
HSB/HSV330°55.77%61.18%
CMYK0.00%55.77%28.21%
38.82%

Color #9C4570 in popluar number systems.

HEX9C4570
Decimal15669112
Binary1001110010001011110000
Octal234105160

Shades and tints

Shades of #9C4570

#9C4570
(156,69,112)
#8E3F66
(142,63,102)
#80395C
(128,57,92)
#723352
(114,51,82)
#642D48
(100,45,72)
#56273E
(86,39,62)
#482134
(72,33,52)
#3A1B2A
(58,27,42)
#2C1520
(44,21,32)
#1E0F16
(30,15,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #9C4570

#9C4570
(156,69,112)
#A5557D
(165,85,125)
#AE658A
(174,101,138)
#B77597
(183,117,151)
#C085A4
(192,133,164)
#C995B1
(201,149,177)
#D2A5BE
(210,165,190)
#DBB5CB
(219,181,203)
#E4C5D8
(228,197,216)
#EDD5E5
(237,213,229)
#F6E5F2
(246,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4570 color. Also use rgb(156,69,112) instead hex code.

Text Font Color

.myTextColor { color: #9C4570; }

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

This text font color is #9C4570.


Background Color

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

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

This div background color is #9C4570.


Border color

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

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

This div border color is #9C4570.


Opacity

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

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

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

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

This text has shadow with #9C4570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4570 on black background.


Color preview on white background

This text has color #9C4570 on white background.



Black color preview on #9C4570 background

This text has black color on #9C4570 background.


White color preview on #9C4570 background

This text has white color on #9C4570 background.