COLOR #9C5A60

HEX: #9C5A60
RGB: (156,90,96)

Color info

#9C5A60 contains mainly red color. Web safe color of #9C5A60 is #996666 (or #966).

RGB color model

#9C5A60 color RGB value is (156,90,96).

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

RGB channels and saturation

R 156 of 255 = 61%
G 90 of 255 = 35%
B 96 of 255 = 38%

156
90
96

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

Portions of RGB colors in percentages

R + G + B =
156 + 90 + 96 = 342 (100%)
R 156 of 342 ~ 45.61%
G 90 of 342 ~ 26.32%
B 96 of 342 ~ 28.07%

%45.61
%26.32
%28.07

CMYK color model

#9C5A60 color CMYK value is (0,42,38,39).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 38.46%
  • key color value is 38.82%
CMYK:
(0,42,38,39)
C0M42Y38K39 
(0%,42%,38%,39%)
(0.00/0.42/0.38/0.39)	

CMYK percentages

%0
%42.31
%38.46
%38.82

Codes

Color #9C5A60 in popluar color models

9C5A60
RGB1569096
HSL355°26.83%48.24%
HSB/HSV355°42.31%61.18%
CMYK0.00%42.31%38.46%
38.82%

Color #9C5A60 in popluar number systems.

HEX9C5A60
Decimal1569096
Binary1001110010110101100000
Octal234132140

Shades and tints

Shades of #9C5A60

#9C5A60
(156,90,96)
#8E5258
(142,82,88)
#804A50
(128,74,80)
#724248
(114,66,72)
#643A40
(100,58,64)
#563238
(86,50,56)
#482A30
(72,42,48)
#3A2228
(58,34,40)
#2C1A20
(44,26,32)
#1E1218
(30,18,24)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #9C5A60

#9C5A60
(156,90,96)
#A5696E
(165,105,110)
#AE787C
(174,120,124)
#B7878A
(183,135,138)
#C09698
(192,150,152)
#C9A5A6
(201,165,166)
#D2B4B4
(210,180,180)
#DBC3C2
(219,195,194)
#E4D2D0
(228,210,208)
#EDE1DE
(237,225,222)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5A60; }

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

This text font color is #9C5A60.


Background Color

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

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

This div background color is #9C5A60.


Border color

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

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

This div border color is #9C5A60.


Opacity

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

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

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

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

This text has shadow with #9C5A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5A60 on black background.


Color preview on white background

This text has color #9C5A60 on white background.



Black color preview on #9C5A60 background

This text has black color on #9C5A60 background.


White color preview on #9C5A60 background

This text has white color on #9C5A60 background.