COLOR #9C4960

HEX: #9C4960 RGB: (156,73,96)

Color info

#9C4960 contains mainly red color. Web safe color of #9C4960 is #993366 (or #936).

RGB color model

#9C4960 color RGB value is (156,73,96).

RGB: (156,73,96) (61%, 29%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 73 of 255 = 29%
B 96 of 255 = 38%

156
73
96

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

Portions of RGB colors in percentages

R + G + B = 156 + 73 + 96 = 325 (100%)
R 156 of 325 ~ 48%
G 73 of 325 ~ 22.46%
B 96 of 325 ~ 29.54'%

%48
%22.46
%29.54

CMYK color model

#9C4960 color CMYK value is (0,53,38,39).

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

CMYK: (0,53,38,39)
C0M53Y38K39 (0%, 53%, 38%, 39%)
(0.00 / 0.53 / 0.38 / 0.39)

CMYK percentages

%0
%53.21
%38.46
%38.82

Codes

Color #9C4960 in popluar color models

9C 49 60
RGB 156 73 96
HSL 343° 36.24% 44.90%
HSB/HSV 343° 53.21% 61.18%
CMYK 0.00% 53.21% 38.46%
38.82%

Color #9C4960 in popluar number systems.

HEX 9C 49 60
Decimal 156 73 96
Binary 10011100 1001001 1100000
Octal 234 111 140

Shades and tints

Shades of #9C4960

#9C4960
(156,73,96)
#8E4358
(142,67,88)
#803D50
(128,61,80)
#723748
(114,55,72)
#643140
(100,49,64)
#562B38
(86,43,56)
#482530
(72,37,48)
#3A1F28
(58,31,40)
#2C1920
(44,25,32)
#1E1318
(30,19,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #9C4960

#9C4960
(156,73,96)
#A5596E
(165,89,110)
#AE697C
(174,105,124)
#B7798A
(183,121,138)
#C08998
(192,137,152)
#C999A6
(201,153,166)
#D2A9B4
(210,169,180)
#DBB9C2
(219,185,194)
#E4C9D0
(228,201,208)
#EDD9DE
(237,217,222)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4960; }

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

This text font color is #9C4960.

Background Color

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

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

This div background color is #9C4960.

Border color

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

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

This div border color is #9C4960.

Opacity

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

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

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

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

This text has shadow with #9C4960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4960.

Preview

Color preview on black background

This text has color #9C4960 on black background.


Color preview on white background

This text has color #9C4960 on white background.


Black color preview on #9C4960 background

This text has black color on #9C4960 background.


White color preview on #9C4960 background

This text has white color on #9C4960 background.


Related colors

Complementary color

Complementary color for #hex is #63B69F.


I love getcolorcode.com

Triadic colors

1 #609C49 and #49609C with #9C4960 are triadic colors.

2 #60499C and #499C60 with #9C4960 are triadic colors.