COLOR #9C4668

HEX: #9C4668
RGB: (156,70,104)

Color info

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

RGB color model

#9C4668 color RGB value is (156,70,104).

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

RGB channels and saturation

R 156 of 255 = 61%
G 70 of 255 = 27%
B 104 of 255 = 41%

156
70
104

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

Portions of RGB colors in percentages

R + G + B =
156 + 70 + 104 = 330 (100%)
R 156 of 330 ~ 47.27%
G 70 of 330 ~ 21.21%
B 104 of 330 ~ 31.52%

%47.27
%21.21
%31.52

CMYK color model

#9C4668 color CMYK value is (0,55,33,39).

  • cyan value is 0.00%
  • magenta value is 55.13%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK:
(0,55,33,39)
C0M55Y33K39 
(0%,55%,33%,39%)
(0.00/0.55/0.33/0.39)	

CMYK percentages

%0
%55.13
%33.33
%38.82

Codes

Color #9C4668 in popluar color models

9C4668
RGB15670104
HSL336°38.05%44.31%
HSB/HSV336°55.13%61.18%
CMYK0.00%55.13%33.33%
38.82%

Color #9C4668 in popluar number systems.

HEX9C4668
Decimal15670104
Binary1001110010001101101000
Octal234106150

Shades and tints

Shades of #9C4668

#9C4668
(156,70,104)
#8E405F
(142,64,95)
#803A56
(128,58,86)
#72344D
(114,52,77)
#642E44
(100,46,68)
#56283B
(86,40,59)
#482232
(72,34,50)
#3A1C29
(58,28,41)
#2C1620
(44,22,32)
#1E1017
(30,16,23)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #9C4668

#9C4668
(156,70,104)
#A55675
(165,86,117)
#AE6682
(174,102,130)
#B7768F
(183,118,143)
#C0869C
(192,134,156)
#C996A9
(201,150,169)
#D2A6B6
(210,166,182)
#DBB6C3
(219,182,195)
#E4C6D0
(228,198,208)
#EDD6DD
(237,214,221)
#F6E6EA
(246,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4668; }

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

This text font color is #9C4668.


Background Color

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

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

This div background color is #9C4668.


Border color

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

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

This div border color is #9C4668.


Opacity

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

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

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

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

This text has shadow with #9C4668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4668 on black background.


Color preview on white background

This text has color #9C4668 on white background.



Black color preview on #9C4668 background

This text has black color on #9C4668 background.


White color preview on #9C4668 background

This text has white color on #9C4668 background.