COLOR #9C4C68

HEX: #9C4C68
RGB: (156,76,104)

Color info

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

RGB color model

#9C4C68 color RGB value is (156,76,104).

  • red value is 156;
  • green value is 76;
  • blue value is 104.
RGB:
(156,76,104)
(61%,30%,41%)

RGB channels and saturation

R 156 of 255 = 61%
G 76 of 255 = 30%
B 104 of 255 = 41%

156
76
104

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

Portions of RGB colors in percentages

R + G + B =
156 + 76 + 104 = 336 (100%)
R 156 of 336 ~ 46.43%
G 76 of 336 ~ 22.62%
B 104 of 336 ~ 30.95%

%46.43
%22.62
%30.95

CMYK color model

#9C4C68 color CMYK value is (0,51,33,39).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK:
(0,51,33,39)
C0M51Y33K39 
(0%,51%,33%,39%)
(0.00/0.51/0.33/0.39)	

CMYK percentages

%0
%51.28
%33.33
%38.82

Codes

Color #9C4C68 in popluar color models

9C4C68
RGB15676104
HSL339°34.48%45.49%
HSB/HSV339°51.28%61.18%
CMYK0.00%51.28%33.33%
38.82%

Color #9C4C68 in popluar number systems.

HEX9C4C68
Decimal15676104
Binary1001110010011001101000
Octal234114150

Shades and tints

Shades of #9C4C68

#9C4C68
(156,76,104)
#8E465F
(142,70,95)
#804056
(128,64,86)
#723A4D
(114,58,77)
#643444
(100,52,68)
#562E3B
(86,46,59)
#482832
(72,40,50)
#3A2229
(58,34,41)
#2C1C20
(44,28,32)
#1E1617
(30,22,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9C4C68

#9C4C68
(156,76,104)
#A55C75
(165,92,117)
#AE6C82
(174,108,130)
#B77C8F
(183,124,143)
#C08C9C
(192,140,156)
#C99CA9
(201,156,169)
#D2ACB6
(210,172,182)
#DBBCC3
(219,188,195)
#E4CCD0
(228,204,208)
#EDDCDD
(237,220,221)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4C68 color. Also use rgb(156,76,104) instead hex code.

Text Font Color

.myTextColor { color: #9C4C68; }

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

This text font color is #9C4C68.


Background Color

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

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

This div background color is #9C4C68.


Border color

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

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

This div border color is #9C4C68.


Opacity

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

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

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

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

This text has shadow with #9C4C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4C68 on black background.


Color preview on white background

This text has color #9C4C68 on white background.



Black color preview on #9C4C68 background

This text has black color on #9C4C68 background.


White color preview on #9C4C68 background

This text has white color on #9C4C68 background.