COLOR #9C4920

HEX: #9C4920
RGB: (156,73,32)

Color info

#9C4920 contains mainly red color. Web safe color of #9C4920 is #993333 (or #933).

RGB color model

#9C4920 color RGB value is (156,73,32).

  • red value is 156;
  • green value is 73;
  • blue value is 32.
RGB:
(156,73,32)
(61%,29%,13%)

RGB channels and saturation

R 156 of 255 = 61%
G 73 of 255 = 29%
B 32 of 255 = 13%

156
73
32

R + G + B ~ 34%. #9C4920 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 73 + 32 = 261 (100%)
R 156 of 261 ~ 59.77%
G 73 of 261 ~ 27.97%
B 32 of 261 ~ 12.26%

%59.77
%27.97
%12.26

CMYK color model

#9C4920 color CMYK value is (0,53,79,39).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(0,53,79,39)
C0M53Y79K39 
(0%,53%,79%,39%)
(0.00/0.53/0.79/0.39)	

CMYK percentages

%0
%53.21
%79.49
%38.82

Codes

Color #9C4920 in popluar color models

9C4920
RGB1567332
HSL20°65.96%36.86%
HSB/HSV20°79.49%61.18%
CMYK0.00%53.21%79.49%
38.82%

Color #9C4920 in popluar number systems.

HEX9C4920
Decimal1567332
Binary100111001001001100000
Octal23411140

Shades and tints

Shades of #9C4920

#9C4920
(156,73,32)
#8E431E
(142,67,30)
#803D1C
(128,61,28)
#72371A
(114,55,26)
#643118
(100,49,24)
#562B16
(86,43,22)
#482514
(72,37,20)
#3A1F12
(58,31,18)
#2C1910
(44,25,16)
#1E130E
(30,19,14)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C4920

#9C4920
(156,73,32)
#A55934
(165,89,52)
#AE6948
(174,105,72)
#B7795C
(183,121,92)
#C08970
(192,137,112)
#C99984
(201,153,132)
#D2A998
(210,169,152)
#DBB9AC
(219,185,172)
#E4C9C0
(228,201,192)
#EDD9D4
(237,217,212)
#F6E9E8
(246,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4920 color. Also use rgb(156,73,32) instead hex code.

Text Font Color

.myTextColor { color: #9C4920; }

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

This text font color is #9C4920.


Background Color

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

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

This div background color is #9C4920.


Border color

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

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

This div border color is #9C4920.


Opacity

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

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

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

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

This text has shadow with #9C4920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4920 on black background.


Color preview on white background

This text has color #9C4920 on white background.



Black color preview on #9C4920 background

This text has black color on #9C4920 background.


White color preview on #9C4920 background

This text has white color on #9C4920 background.