COLOR #9C4366

HEX: #9C4366 RGB: (156,67,102)

Color info

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

RGB color model

#9C4366 color RGB value is (156,67,102).

RGB: (156,67,102) (61%, 26%, 40%)

RGB channels and saturation

R 156 of 255 = 61%
G 67 of 255 = 26%
B 102 of 255 = 40%

156
67
102

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

Portions of RGB colors in percentages

R + G + B = 156 + 67 + 102 = 325 (100%)
R 156 of 325 ~ 48%
G 67 of 325 ~ 20.62%
B 102 of 325 ~ 31.38'%

%48
%20.62
%31.38

CMYK color model

#9C4366 color CMYK value is (0,57,35,39).

  • cyan value is 0.00%
  • magenta value is 57.05%
  • yellow value is 34.62%
  • key color value is 38.82%

CMYK: (0,57,35,39)
C0M57Y35K39 (0%, 57%, 35%, 39%)
(0.00 / 0.57 / 0.35 / 0.39)

CMYK percentages

%0
%57.05
%34.62
%38.82

Codes

Color #9C4366 in popluar color models

9C 43 66
RGB 156 67 102
HSL 336° 39.91% 43.73%
HSB/HSV 336° 57.05% 61.18%
CMYK 0.00% 57.05% 34.62%
38.82%

Color #9C4366 in popluar number systems.

HEX 9C 43 66
Decimal 156 67 102
Binary 10011100 1000011 1100110
Octal 234 103 146

Shades and tints

Shades of #9C4366

#9C4366
(156,67,102)
#8E3D5D
(142,61,93)
#803754
(128,55,84)
#72314B
(114,49,75)
#642B42
(100,43,66)
#562539
(86,37,57)
#481F30
(72,31,48)
#3A1927
(58,25,39)
#2C131E
(44,19,30)
#1E0D15
(30,13,21)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #9C4366

#9C4366
(156,67,102)
#A55473
(165,84,115)
#AE6580
(174,101,128)
#B7768D
(183,118,141)
#C0879A
(192,135,154)
#C998A7
(201,152,167)
#D2A9B4
(210,169,180)
#DBBAC1
(219,186,193)
#E4CBCE
(228,203,206)
#EDDCDB
(237,220,219)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4366; }

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

This text font color is #9C4366.

Background Color

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

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

This div background color is #9C4366.

Border color

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

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

This div border color is #9C4366.

Opacity

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

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

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

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

This text has shadow with #9C4366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4366.

Preview

Color preview on black background

This text has color #9C4366 on black background.


Color preview on white background

This text has color #9C4366 on white background.


Black color preview on #9C4366 background

This text has black color on #9C4366 background.


White color preview on #9C4366 background

This text has white color on #9C4366 background.


Related colors

Complementary color

Complementary color for #hex is #63BC99.


I love getcolorcode.com

Triadic colors

1 #669C43 and #43669C with #9C4366 are triadic colors.

2 #66439C and #439C66 with #9C4366 are triadic colors.