COLOR #9C5D53

HEX: #9C5D53
RGB: (156,93,83)

Color info

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

RGB color model

#9C5D53 color RGB value is (156,93,83).

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

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 83 of 255 = 33%

156
93
83

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 83 = 332 (100%)
R 156 of 332 ~ 46.99%
G 93 of 332 ~ 28.01%
B 83 of 332 ~ 25%

%46.99
%28.01
%25

CMYK color model

#9C5D53 color CMYK value is (0,40,47,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 46.79%
  • key color value is 38.82%
CMYK:
(0,40,47,39)
C0M40Y47K39 
(0%,40%,47%,39%)
(0.00/0.40/0.47/0.39)	

CMYK percentages

%0
%40.38
%46.79
%38.82

Codes

Color #9C5D53 in popluar color models

9C5D53
RGB1569383
HSL30.54%46.86%
HSB/HSV46.79%61.18%
CMYK0.00%40.38%46.79%
38.82%

Color #9C5D53 in popluar number systems.

HEX9C5D53
Decimal1569383
Binary1001110010111011010011
Octal234135123

Shades and tints

Shades of #9C5D53

#9C5D53
(156,93,83)
#8E554C
(142,85,76)
#804D45
(128,77,69)
#72453E
(114,69,62)
#643D37
(100,61,55)
#563530
(86,53,48)
#482D29
(72,45,41)
#3A2522
(58,37,34)
#2C1D1B
(44,29,27)
#1E1514
(30,21,20)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #9C5D53

#9C5D53
(156,93,83)
#A56B62
(165,107,98)
#AE7971
(174,121,113)
#B78780
(183,135,128)
#C0958F
(192,149,143)
#C9A39E
(201,163,158)
#D2B1AD
(210,177,173)
#DBBFBC
(219,191,188)
#E4CDCB
(228,205,203)
#EDDBDA
(237,219,218)
#F6E9E9
(246,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5D53; }

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

This text font color is #9C5D53.


Background Color

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

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

This div background color is #9C5D53.


Border color

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

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

This div border color is #9C5D53.


Opacity

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

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

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

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

This text has shadow with #9C5D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D53 on black background.


Color preview on white background

This text has color #9C5D53 on white background.



Black color preview on #9C5D53 background

This text has black color on #9C5D53 background.


White color preview on #9C5D53 background

This text has white color on #9C5D53 background.