COLOR #9C4C5B

HEX: #9C4C5B RGB: (156,76,91)

Color info

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

RGB color model

#9C4C5B color RGB value is (156,76,91).

RGB: (156,76,91) (61%, 30%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 76 of 255 = 30%
B 91 of 255 = 36%

156
76
91

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

Portions of RGB colors in percentages

R + G + B = 156 + 76 + 91 = 323 (100%)
R 156 of 323 ~ 48.3%
G 76 of 323 ~ 23.53%
B 91 of 323 ~ 28.17'%

%48.3
%23.53
%28.17

CMYK color model

#9C4C5B color CMYK value is (0,51,42,39).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 41.67%
  • key color value is 38.82%

CMYK: (0,51,42,39)
C0M51Y42K39 (0%, 51%, 42%, 39%)
(0.00 / 0.51 / 0.42 / 0.39)

CMYK percentages

%0
%51.28
%41.67
%38.82

Codes

Color #9C4C5B in popluar color models

9C 4C 5B
RGB 156 76 91
HSL 349° 34.48% 45.49%
HSB/HSV 349° 51.28% 61.18%
CMYK 0.00% 51.28% 41.67%
38.82%

Color #9C4C5B in popluar number systems.

HEX 9C 4C 5B
Decimal 156 76 91
Binary 10011100 1001100 1011011
Octal 234 114 133

Shades and tints

Shades of #9C4C5B

#9C4C5B
(156,76,91)
#8E4653
(142,70,83)
#80404B
(128,64,75)
#723A43
(114,58,67)
#64343B
(100,52,59)
#562E33
(86,46,51)
#48282B
(72,40,43)
#3A2223
(58,34,35)
#2C1C1B
(44,28,27)
#1E1613
(30,22,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #9C4C5B

#9C4C5B
(156,76,91)
#A55C69
(165,92,105)
#AE6C77
(174,108,119)
#B77C85
(183,124,133)
#C08C93
(192,140,147)
#C99CA1
(201,156,161)
#D2ACAF
(210,172,175)
#DBBCBD
(219,188,189)
#E4CCCB
(228,204,203)
#EDDCD9
(237,220,217)
#F6ECE7
(246,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4C5B color. Also use rgb(156,76,91) instead hex code.

Text Font Color

.myTextColor { color: #9C4C5B; }

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

This text font color is #9C4C5B.

Background Color

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

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

This div background color is #9C4C5B.

Border color

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

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

This div border color is #9C4C5B.

Opacity

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

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

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

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

This text has shadow with #9C4C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4C5B.

Preview

Color preview on black background

This text has color #9C4C5B on black background.


Color preview on white background

This text has color #9C4C5B on white background.


Black color preview on #9C4C5B background

This text has black color on #9C4C5B background.


White color preview on #9C4C5B background

This text has white color on #9C4C5B background.


Related colors

Complementary color

Complementary color for #hex is #63B3A4.


I love getcolorcode.com

Triadic colors

1 #5B9C4C and #4C5B9C with #9C4C5B are triadic colors.

2 #5B4C9C and #4C9C5B with #9C4C5B are triadic colors.