COLOR #9C5759

HEX: #9C5759
RGB: (156,87,89)

Color info

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

RGB color model

#9C5759 color RGB value is (156,87,89).

  • red value is 156;
  • green value is 87;
  • blue value is 89.
RGB:
(156,87,89)
(61%,34%,35%)

RGB channels and saturation

R 156 of 255 = 61%
G 87 of 255 = 34%
B 89 of 255 = 35%

156
87
89

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

Portions of RGB colors in percentages

R + G + B =
156 + 87 + 89 = 332 (100%)
R 156 of 332 ~ 46.99%
G 87 of 332 ~ 26.2%
B 89 of 332 ~ 26.81%

%46.99
%26.2
%26.81

CMYK color model

#9C5759 color CMYK value is (0,44,43,39).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 42.95%
  • key color value is 38.82%
CMYK:
(0,44,43,39)
C0M44Y43K39 
(0%,44%,43%,39%)
(0.00/0.44/0.43/0.39)	

CMYK percentages

%0
%44.23
%42.95
%38.82

Codes

Color #9C5759 in popluar color models

9C5759
RGB1568789
HSL358°28.40%47.65%
HSB/HSV358°44.23%61.18%
CMYK0.00%44.23%42.95%
38.82%

Color #9C5759 in popluar number systems.

HEX9C5759
Decimal1568789
Binary1001110010101111011001
Octal234127131

Shades and tints

Shades of #9C5759

#9C5759
(156,87,89)
#8E5051
(142,80,81)
#804949
(128,73,73)
#724241
(114,66,65)
#643B39
(100,59,57)
#563431
(86,52,49)
#482D29
(72,45,41)
#3A2621
(58,38,33)
#2C1F19
(44,31,25)
#1E1811
(30,24,17)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9C5759

#9C5759
(156,87,89)
#A56668
(165,102,104)
#AE7577
(174,117,119)
#B78486
(183,132,134)
#C09395
(192,147,149)
#C9A2A4
(201,162,164)
#D2B1B3
(210,177,179)
#DBC0C2
(219,192,194)
#E4CFD1
(228,207,209)
#EDDEE0
(237,222,224)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5759 color. Also use rgb(156,87,89) instead hex code.

Text Font Color

.myTextColor { color: #9C5759; }

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

This text font color is #9C5759.


Background Color

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

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

This div background color is #9C5759.


Border color

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

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

This div border color is #9C5759.


Opacity

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

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

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

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

This text has shadow with #9C5759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5759 on black background.


Color preview on white background

This text has color #9C5759 on white background.



Black color preview on #9C5759 background

This text has black color on #9C5759 background.


White color preview on #9C5759 background

This text has white color on #9C5759 background.