COLOR #9C5D77

HEX: #9C5D77
RGB: (156,93,119)

Color info

#9C5D77 contains mainly red and blue colors. Web safe color of #9C5D77 is #996666 (or #966).

RGB color model

#9C5D77 color RGB value is (156,93,119).

  • red value is 156;
  • green value is 93;
  • blue value is 119.
RGB:
(156,93,119)
(61%,36%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 119 of 255 = 47%

156
93
119

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 119 = 368 (100%)
R 156 of 368 ~ 42.39%
G 93 of 368 ~ 25.27%
B 119 of 368 ~ 32.34%

%42.39
%25.27
%32.34

CMYK color model

#9C5D77 color CMYK value is (0,40,24,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(0,40,24,39)
C0M40Y24K39 
(0%,40%,24%,39%)
(0.00/0.40/0.24/0.39)	

CMYK percentages

%0
%40.38
%23.72
%38.82

Codes

Color #9C5D77 in popluar color models

9C5D77
RGB15693119
HSL335°25.30%48.82%
HSB/HSV335°40.38%61.18%
CMYK0.00%40.38%23.72%
38.82%

Color #9C5D77 in popluar number systems.

HEX9C5D77
Decimal15693119
Binary1001110010111011110111
Octal234135167

Shades and tints

Shades of #9C5D77

#9C5D77
(156,93,119)
#8E556D
(142,85,109)
#804D63
(128,77,99)
#724559
(114,69,89)
#643D4F
(100,61,79)
#563545
(86,53,69)
#482D3B
(72,45,59)
#3A2531
(58,37,49)
#2C1D27
(44,29,39)
#1E151D
(30,21,29)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #9C5D77

#9C5D77
(156,93,119)
#A56B83
(165,107,131)
#AE798F
(174,121,143)
#B7879B
(183,135,155)
#C095A7
(192,149,167)
#C9A3B3
(201,163,179)
#D2B1BF
(210,177,191)
#DBBFCB
(219,191,203)
#E4CDD7
(228,205,215)
#EDDBE3
(237,219,227)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5D77 color. Also use rgb(156,93,119) instead hex code.

Text Font Color

.myTextColor { color: #9C5D77; }

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

This text font color is #9C5D77.


Background Color

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

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

This div background color is #9C5D77.


Border color

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

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

This div border color is #9C5D77.


Opacity

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

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

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

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

This text has shadow with #9C5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D77 on black background.


Color preview on white background

This text has color #9C5D77 on white background.



Black color preview on #9C5D77 background

This text has black color on #9C5D77 background.


White color preview on #9C5D77 background

This text has white color on #9C5D77 background.