COLOR #9C4379

HEX: #9C4379
RGB: (156,67,121)

Color info

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

RGB color model

#9C4379 color RGB value is (156,67,121).

  • red value is 156;
  • green value is 67;
  • blue value is 121.
RGB:
(156,67,121)
(61%,26%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 67 of 255 = 26%
B 121 of 255 = 47%

156
67
121

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

Portions of RGB colors in percentages

R + G + B =
156 + 67 + 121 = 344 (100%)
R 156 of 344 ~ 45.35%
G 67 of 344 ~ 19.48%
B 121 of 344 ~ 35.17%

%45.35
%19.48
%35.17

CMYK color model

#9C4379 color CMYK value is (0,57,22,39).

  • cyan value is 0.00%
  • magenta value is 57.05%
  • yellow value is 22.44%
  • key color value is 38.82%
CMYK:
(0,57,22,39)
C0M57Y22K39 
(0%,57%,22%,39%)
(0.00/0.57/0.22/0.39)	

CMYK percentages

%0
%57.05
%22.44
%38.82

Codes

Color #9C4379 in popluar color models

9C4379
RGB15667121
HSL324°39.91%43.73%
HSB/HSV324°57.05%61.18%
CMYK0.00%57.05%22.44%
38.82%

Color #9C4379 in popluar number systems.

HEX9C4379
Decimal15667121
Binary1001110010000111111001
Octal234103171

Shades and tints

Shades of #9C4379

#9C4379
(156,67,121)
#8E3D6E
(142,61,110)
#803763
(128,55,99)
#723158
(114,49,88)
#642B4D
(100,43,77)
#562542
(86,37,66)
#481F37
(72,31,55)
#3A192C
(58,25,44)
#2C1321
(44,19,33)
#1E0D16
(30,13,22)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #9C4379

#9C4379
(156,67,121)
#A55485
(165,84,133)
#AE6591
(174,101,145)
#B7769D
(183,118,157)
#C087A9
(192,135,169)
#C998B5
(201,152,181)
#D2A9C1
(210,169,193)
#DBBACD
(219,186,205)
#E4CBD9
(228,203,217)
#EDDCE5
(237,220,229)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4379 color. Also use rgb(156,67,121) instead hex code.

Text Font Color

.myTextColor { color: #9C4379; }

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

This text font color is #9C4379.


Background Color

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

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

This div background color is #9C4379.


Border color

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

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

This div border color is #9C4379.


Opacity

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

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

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

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

This text has shadow with #9C4379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4379 on black background.


Color preview on white background

This text has color #9C4379 on white background.



Black color preview on #9C4379 background

This text has black color on #9C4379 background.


White color preview on #9C4379 background

This text has white color on #9C4379 background.