COLOR #9C5D1B

HEX: #9C5D1B
RGB: (156,93,27)

Color info

#9C5D1B contains mainly red color. Web safe color of #9C5D1B is #996633 (or #963).

RGB color model

#9C5D1B color RGB value is (156,93,27).

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

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 27 of 255 = 11%

156
93
27

R + G + B ~ 36%. #9C5D1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 27 = 276 (100%)
R 156 of 276 ~ 56.52%
G 93 of 276 ~ 33.7%
B 27 of 276 ~ 9.78%

%56.52
%33.7
%9.78

CMYK color model

#9C5D1B color CMYK value is (0,40,83,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 82.69%
  • key color value is 38.82%
CMYK:
(0,40,83,39)
C0M40Y83K39 
(0%,40%,83%,39%)
(0.00/0.40/0.83/0.39)	

CMYK percentages

%0
%40.38
%82.69
%38.82

Codes

Color #9C5D1B in popluar color models

9C5D1B
RGB1569327
HSL31°70.49%35.88%
HSB/HSV31°82.69%61.18%
CMYK0.00%40.38%82.69%
38.82%

Color #9C5D1B in popluar number systems.

HEX9C5D1B
Decimal1569327
Binary10011100101110111011
Octal23413533

Shades and tints

Shades of #9C5D1B

#9C5D1B
(156,93,27)
#8E5519
(142,85,25)
#804D17
(128,77,23)
#724515
(114,69,21)
#643D13
(100,61,19)
#563511
(86,53,17)
#482D0F
(72,45,15)
#3A250D
(58,37,13)
#2C1D0B
(44,29,11)
#1E1509
(30,21,9)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #9C5D1B

#9C5D1B
(156,93,27)
#A56B2F
(165,107,47)
#AE7943
(174,121,67)
#B78757
(183,135,87)
#C0956B
(192,149,107)
#C9A37F
(201,163,127)
#D2B193
(210,177,147)
#DBBFA7
(219,191,167)
#E4CDBB
(228,205,187)
#EDDBCF
(237,219,207)
#F6E9E3
(246,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5D1B; }

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

This text font color is #9C5D1B.


Background Color

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

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

This div background color is #9C5D1B.


Border color

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

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

This div border color is #9C5D1B.


Opacity

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

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

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

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

This text has shadow with #9C5D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D1B on black background.


Color preview on white background

This text has color #9C5D1B on white background.



Black color preview on #9C5D1B background

This text has black color on #9C5D1B background.


White color preview on #9C5D1B background

This text has white color on #9C5D1B background.