COLOR #9C5E2B

HEX: #9C5E2B RGB: (156,94,43)

Color info

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

RGB color model

#9C5E2B color RGB value is (156,94,43).

RGB: (156,94,43) (61%, 37%, 17%)

RGB channels and saturation

R 156 of 255 = 61%
G 94 of 255 = 37%
B 43 of 255 = 17%

156
94
43

R + G + B ~ 38%. #9C5E2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 156 + 94 + 43 = 293 (100%)
R 156 of 293 ~ 53.24%
G 94 of 293 ~ 32.08%
B 43 of 293 ~ 14.68'%

%53.24
%32.08
%14.68

CMYK color model

#9C5E2B color CMYK value is (0,40,72,39).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 72.44%
  • key color value is 38.82%

CMYK: (0,40,72,39)
C0M40Y72K39 (0%, 40%, 72%, 39%)
(0.00 / 0.40 / 0.72 / 0.39)

CMYK percentages

%0
%39.74
%72.44
%38.82

Codes

Color #9C5E2B in popluar color models

9C 5E 2B
RGB 156 94 43
HSL 27° 56.78% 39.02%
HSB/HSV 27° 72.44% 61.18%
CMYK 0.00% 39.74% 72.44%
38.82%

Color #9C5E2B in popluar number systems.

HEX 9C 5E 2B
Decimal 156 94 43
Binary 10011100 1011110 101011
Octal 234 136 53

Shades and tints

Shades of #9C5E2B

#9C5E2B
(156,94,43)
#8E5628
(142,86,40)
#804E25
(128,78,37)
#724622
(114,70,34)
#643E1F
(100,62,31)
#56361C
(86,54,28)
#482E19
(72,46,25)
#3A2616
(58,38,22)
#2C1E13
(44,30,19)
#1E1610
(30,22,16)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #9C5E2B

#9C5E2B
(156,94,43)
#A56C3E
(165,108,62)
#AE7A51
(174,122,81)
#B78864
(183,136,100)
#C09677
(192,150,119)
#C9A48A
(201,164,138)
#D2B29D
(210,178,157)
#DBC0B0
(219,192,176)
#E4CEC3
(228,206,195)
#EDDCD6
(237,220,214)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5E2B; }

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

This text font color is #9C5E2B.

Background Color

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

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

This div background color is #9C5E2B.

Border color

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

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

This div border color is #9C5E2B.

Opacity

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

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

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

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

This text has shadow with #9C5E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5E2B.

Preview

Color preview on black background

This text has color #9C5E2B on black background.


Color preview on white background

This text has color #9C5E2B on white background.


Black color preview on #9C5E2B background

This text has black color on #9C5E2B background.


White color preview on #9C5E2B background

This text has white color on #9C5E2B background.


Related colors

Complementary color

Complementary color for #hex is #63A1D4.


I love getcolorcode.com

Triadic colors

1 #2B9C5E and #5E2B9C with #9C5E2B are triadic colors.

2 #2B5E9C and #5E9C2B with #9C5E2B are triadic colors.