COLOR #9C532B

HEX: #9C532B RGB: (156,83,43)

Color info

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

RGB color model

#9C532B color RGB value is (156,83,43).

RGB: (156,83,43) (61%, 33%, 17%)

RGB channels and saturation

R 156 of 255 = 61%
G 83 of 255 = 33%
B 43 of 255 = 17%

156
83
43

R + G + B ~ 37%. #9C532B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 156 + 83 + 43 = 282 (100%)
R 156 of 282 ~ 55.32%
G 83 of 282 ~ 29.43%
B 43 of 282 ~ 15.25'%

%55.32
%29.43
%15.25

CMYK color model

#9C532B color CMYK value is (0,47,72,39).

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

CMYK: (0,47,72,39)
C0M47Y72K39 (0%, 47%, 72%, 39%)
(0.00 / 0.47 / 0.72 / 0.39)

CMYK percentages

%0
%46.79
%72.44
%38.82

Codes

Color #9C532B in popluar color models

9C 53 2B
RGB 156 83 43
HSL 21° 56.78% 39.02%
HSB/HSV 21° 72.44% 61.18%
CMYK 0.00% 46.79% 72.44%
38.82%

Color #9C532B in popluar number systems.

HEX 9C 53 2B
Decimal 156 83 43
Binary 10011100 1010011 101011
Octal 234 123 53

Shades and tints

Shades of #9C532B

#9C532B
(156,83,43)
#8E4C28
(142,76,40)
#804525
(128,69,37)
#723E22
(114,62,34)
#64371F
(100,55,31)
#56301C
(86,48,28)
#482919
(72,41,25)
#3A2216
(58,34,22)
#2C1B13
(44,27,19)
#1E1410
(30,20,16)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #9C532B

#9C532B
(156,83,43)
#A5623E
(165,98,62)
#AE7151
(174,113,81)
#B78064
(183,128,100)
#C08F77
(192,143,119)
#C99E8A
(201,158,138)
#D2AD9D
(210,173,157)
#DBBCB0
(219,188,176)
#E4CBC3
(228,203,195)
#EDDAD6
(237,218,214)
#F6E9E9
(246,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C532B; }

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

This text font color is #9C532B.

Background Color

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

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

This div background color is #9C532B.

Border color

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

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

This div border color is #9C532B.

Opacity

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

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

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

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

This text has shadow with #9C532B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C532B.

Preview

Color preview on black background

This text has color #9C532B on black background.


Color preview on white background

This text has color #9C532B on white background.


Black color preview on #9C532B background

This text has black color on #9C532B background.


White color preview on #9C532B background

This text has white color on #9C532B background.


Related colors

Complementary color

Complementary color for #hex is #63ACD4.


I love getcolorcode.com

Triadic colors

1 #2B9C53 and #532B9C with #9C532B are triadic colors.

2 #2B539C and #539C2B with #9C532B are triadic colors.