COLOR #9C7033

HEX: #9C7033
RGB: (156,112,51)

Color info

#9C7033 contains mainly red and green colors. Web safe color of #9C7033 is #996633 (or #963).

RGB color model

#9C7033 color RGB value is (156,112,51).

  • red value is 156;
  • green value is 112;
  • blue value is 51.
RGB:
(156,112,51)
(61%,44%,20%)

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 51 of 255 = 20%

156
112
51

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

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 51 = 319 (100%)
R 156 of 319 ~ 48.9%
G 112 of 319 ~ 35.11%
B 51 of 319 ~ 15.99%

%48.9
%35.11
%15.99

CMYK color model

#9C7033 color CMYK value is (0,28,67,39).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 67.31%
  • key color value is 38.82%
CMYK:
(0,28,67,39)
C0M28Y67K39 
(0%,28%,67%,39%)
(0.00/0.28/0.67/0.39)	

CMYK percentages

%0
%28.21
%67.31
%38.82

Codes

Color #9C7033 in popluar color models

9C7033
RGB15611251
HSL35°50.72%40.59%
HSB/HSV35°67.31%61.18%
CMYK0.00%28.21%67.31%
38.82%

Color #9C7033 in popluar number systems.

HEX9C7033
Decimal15611251
Binary100111001110000110011
Octal23416063

Shades and tints

Shades of #9C7033

#9C7033
(156,112,51)
#8E662F
(142,102,47)
#805C2B
(128,92,43)
#725227
(114,82,39)
#644823
(100,72,35)
#563E1F
(86,62,31)
#48341B
(72,52,27)
#3A2A17
(58,42,23)
#2C2013
(44,32,19)
#1E160F
(30,22,15)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #9C7033

#9C7033
(156,112,51)
#A57D45
(165,125,69)
#AE8A57
(174,138,87)
#B79769
(183,151,105)
#C0A47B
(192,164,123)
#C9B18D
(201,177,141)
#D2BE9F
(210,190,159)
#DBCBB1
(219,203,177)
#E4D8C3
(228,216,195)
#EDE5D5
(237,229,213)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7033 color. Also use rgb(156,112,51) instead hex code.

Text Font Color

.myTextColor { color: #9C7033; }

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

This text font color is #9C7033.


Background Color

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

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

This div background color is #9C7033.


Border color

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

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

This div border color is #9C7033.


Opacity

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

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

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

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

This text has shadow with #9C7033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7033 on black background.


Color preview on white background

This text has color #9C7033 on white background.



Black color preview on #9C7033 background

This text has black color on #9C7033 background.


White color preview on #9C7033 background

This text has white color on #9C7033 background.