COLOR #9C4812

HEX: #9C4812
RGB: (156,72,18)

Color info

#9C4812 contains mainly red color. Web safe color of #9C4812 is #993300 (or #930).

RGB color model

#9C4812 color RGB value is (156,72,18).

  • red value is 156;
  • green value is 72;
  • blue value is 18.
RGB:
(156,72,18)
(61%,28%,7%)

RGB channels and saturation

R 156 of 255 = 61%
G 72 of 255 = 28%
B 18 of 255 = 7%

156
72
18

R + G + B ~ 32%. #9C4812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 72 + 18 = 246 (100%)
R 156 of 246 ~ 63.41%
G 72 of 246 ~ 29.27%
B 18 of 246 ~ 7.32%

%63.41
%29.27

CMYK color model

#9C4812 color CMYK value is (0,54,88,39).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 88.46%
  • key color value is 38.82%
CMYK:
(0,54,88,39)
C0M54Y88K39 
(0%,54%,88%,39%)
(0.00/0.54/0.88/0.39)	

CMYK percentages

%0
%53.85
%88.46
%38.82

Codes

Color #9C4812 in popluar color models

9C4812
RGB1567218
HSL23°79.31%34.12%
HSB/HSV23°88.46%61.18%
CMYK0.00%53.85%88.46%
38.82%

Color #9C4812 in popluar number systems.

HEX9C4812
Decimal1567218
Binary10011100100100010010
Octal23411022

Shades and tints

Shades of #9C4812

#9C4812
(156,72,18)
#8E4211
(142,66,17)
#803C10
(128,60,16)
#72360F
(114,54,15)
#64300E
(100,48,14)
#562A0D
(86,42,13)
#48240C
(72,36,12)
#3A1E0B
(58,30,11)
#2C180A
(44,24,10)
#1E1209
(30,18,9)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #9C4812

#9C4812
(156,72,18)
#A55827
(165,88,39)
#AE683C
(174,104,60)
#B77851
(183,120,81)
#C08866
(192,136,102)
#C9987B
(201,152,123)
#D2A890
(210,168,144)
#DBB8A5
(219,184,165)
#E4C8BA
(228,200,186)
#EDD8CF
(237,216,207)
#F6E8E4
(246,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4812 color. Also use rgb(156,72,18) instead hex code.

Text Font Color

.myTextColor { color: #9C4812; }

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

This text font color is #9C4812.


Background Color

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

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

This div background color is #9C4812.


Border color

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

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

This div border color is #9C4812.


Opacity

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

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

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

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

This text has shadow with #9C4812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4812 on black background.


Color preview on white background

This text has color #9C4812 on white background.



Black color preview on #9C4812 background

This text has black color on #9C4812 background.


White color preview on #9C4812 background

This text has white color on #9C4812 background.