COLOR #9C5E59

HEX: #9C5E59
RGB: (156,94,89)

Color info

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

RGB color model

#9C5E59 color RGB value is (156,94,89).

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

RGB channels and saturation

R 156 of 255 = 61%
G 94 of 255 = 37%
B 89 of 255 = 35%

156
94
89

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

Portions of RGB colors in percentages

R + G + B =
156 + 94 + 89 = 339 (100%)
R 156 of 339 ~ 46.02%
G 94 of 339 ~ 27.73%
B 89 of 339 ~ 26.25%

%46.02
%27.73
%26.25

CMYK color model

#9C5E59 color CMYK value is (0,40,43,39).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 42.95%
  • key color value is 38.82%
CMYK:
(0,40,43,39)
C0M40Y43K39 
(0%,40%,43%,39%)
(0.00/0.40/0.43/0.39)	

CMYK percentages

%0
%39.74
%42.95
%38.82

Codes

Color #9C5E59 in popluar color models

9C5E59
RGB1569489
HSL27.35%48.04%
HSB/HSV42.95%61.18%
CMYK0.00%39.74%42.95%
38.82%

Color #9C5E59 in popluar number systems.

HEX9C5E59
Decimal1569489
Binary1001110010111101011001
Octal234136131

Shades and tints

Shades of #9C5E59

#9C5E59
(156,94,89)
#8E5651
(142,86,81)
#804E49
(128,78,73)
#724641
(114,70,65)
#643E39
(100,62,57)
#563631
(86,54,49)
#482E29
(72,46,41)
#3A2621
(58,38,33)
#2C1E19
(44,30,25)
#1E1611
(30,22,17)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #9C5E59

#9C5E59
(156,94,89)
#A56C68
(165,108,104)
#AE7A77
(174,122,119)
#B78886
(183,136,134)
#C09695
(192,150,149)
#C9A4A4
(201,164,164)
#D2B2B3
(210,178,179)
#DBC0C2
(219,192,194)
#E4CED1
(228,206,209)
#EDDCE0
(237,220,224)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5E59; }

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

This text font color is #9C5E59.


Background Color

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

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

This div background color is #9C5E59.


Border color

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

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

This div border color is #9C5E59.


Opacity

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

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

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

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

This text has shadow with #9C5E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5E59 on black background.


Color preview on white background

This text has color #9C5E59 on white background.



Black color preview on #9C5E59 background

This text has black color on #9C5E59 background.


White color preview on #9C5E59 background

This text has white color on #9C5E59 background.