COLOR #9C4D5A

HEX: #9C4D5A
RGB: (156,77,90)

Color info

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

RGB color model

#9C4D5A color RGB value is (156,77,90).

  • red value is 156;
  • green value is 77;
  • blue value is 90.
RGB:
(156,77,90)
(61%,30%,35%)

RGB channels and saturation

R 156 of 255 = 61%
G 77 of 255 = 30%
B 90 of 255 = 35%

156
77
90

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

Portions of RGB colors in percentages

R + G + B =
156 + 77 + 90 = 323 (100%)
R 156 of 323 ~ 48.3%
G 77 of 323 ~ 23.84%
B 90 of 323 ~ 27.86%

%48.3
%23.84
%27.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.64%
  • yellow value is 42.31%
  • 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
%50.64
%42.31
%38.82

Codes

Color #9C4D5A in popluar color models

9C4D5A
RGB1567790
HSL350°33.91%45.69%
HSB/HSV350°50.64%61.18%
CMYK0.00%50.64%42.31%
38.82%

Color #9C4D5A in popluar number systems.

HEX9C4D5A
Decimal1567790
Binary1001110010011011011010
Octal234115132

Shades and tints

Shades of #9C4D5A

#9C4D5A
(156,77,90)
#8E4652
(142,70,82)
#803F4A
(128,63,74)
#723842
(114,56,66)
#64313A
(100,49,58)
#562A32
(86,42,50)
#48232A
(72,35,42)
#3A1C22
(58,28,34)
#2C151A
(44,21,26)
#1E0E12
(30,14,18)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #9C4D5A

#9C4D5A
(156,77,90)
#A55D69
(165,93,105)
#AE6D78
(174,109,120)
#B77D87
(183,125,135)
#C08D96
(192,141,150)
#C99DA5
(201,157,165)
#D2ADB4
(210,173,180)
#DBBDC3
(219,189,195)
#E4CDD2
(228,205,210)
#EDDDE1
(237,221,225)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4D5A color. Also use rgb(156,77,90) instead hex code.

Text Font Color

.myTextColor { color: #9C4D5A; }

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

This text font color is #9C4D5A.


Background Color

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

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

This div background color is #9C4D5A.


Border color

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

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

This div border color is #9C4D5A.


Opacity

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

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

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

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

This text has shadow with #9C4D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4D5A on black background.


Color preview on white background

This text has color #9C4D5A on white background.



Black color preview on #9C4D5A background

This text has black color on #9C4D5A background.


White color preview on #9C4D5A background

This text has white color on #9C4D5A background.