COLOR #9C4964

HEX: #9C4964 RGB: (156,73,100)

Color info

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

RGB color model

#9C4964 color RGB value is (156,73,100).

RGB: (156,73,100) (61%, 29%, 39%)

RGB channels and saturation

R 156 of 255 = 61%
G 73 of 255 = 29%
B 100 of 255 = 39%

156
73
100

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

Portions of RGB colors in percentages

R + G + B = 156 + 73 + 100 = 329 (100%)
R 156 of 329 ~ 47.42%
G 73 of 329 ~ 22.19%
B 100 of 329 ~ 30.4'%

%47.42
%22.19
%30.4

CMYK color model

#9C4964 color CMYK value is (0,53,36,39).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 35.90%
  • key color value is 38.82%

CMYK: (0,53,36,39)
C0M53Y36K39 (0%, 53%, 36%, 39%)
(0.00 / 0.53 / 0.36 / 0.39)

CMYK percentages

%0
%53.21
%35.9
%38.82

Codes

Color #9C4964 in popluar color models

9C 49 64
RGB 156 73 100
HSL 340° 36.24% 44.90%
HSB/HSV 340° 53.21% 61.18%
CMYK 0.00% 53.21% 35.90%
38.82%

Color #9C4964 in popluar number systems.

HEX 9C 49 64
Decimal 156 73 100
Binary 10011100 1001001 1100100
Octal 234 111 144

Shades and tints

Shades of #9C4964

#9C4964
(156,73,100)
#8E435B
(142,67,91)
#803D52
(128,61,82)
#723749
(114,55,73)
#643140
(100,49,64)
#562B37
(86,43,55)
#48252E
(72,37,46)
#3A1F25
(58,31,37)
#2C191C
(44,25,28)
#1E1313
(30,19,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #9C4964

#9C4964
(156,73,100)
#A55972
(165,89,114)
#AE6980
(174,105,128)
#B7798E
(183,121,142)
#C0899C
(192,137,156)
#C999AA
(201,153,170)
#D2A9B8
(210,169,184)
#DBB9C6
(219,185,198)
#E4C9D4
(228,201,212)
#EDD9E2
(237,217,226)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4964 color. Also use rgb(156,73,100) instead hex code.

Text Font Color

.myTextColor { color: #9C4964; }

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

This text font color is #9C4964.

Background Color

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

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

This div background color is #9C4964.

Border color

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

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

This div border color is #9C4964.

Opacity

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

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

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

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

This text has shadow with #9C4964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4964.

Preview

Color preview on black background

This text has color #9C4964 on black background.


Color preview on white background

This text has color #9C4964 on white background.


Black color preview on #9C4964 background

This text has black color on #9C4964 background.


White color preview on #9C4964 background

This text has white color on #9C4964 background.


Related colors

Complementary color

Complementary color for #hex is #63B69B.


I love getcolorcode.com

Triadic colors

1 #649C49 and #49649C with #9C4964 are triadic colors.

2 #64499C and #499C64 with #9C4964 are triadic colors.