COLOR #8C4800

HEX: #8C4800
RGB: (140,72,0)

Color info

#8C4800 contains mainly red color. Web safe color of #8C4800 is #993300 (or #930).

RGB color model

#8C4800 color RGB value is (140,72,0).

  • red value is 140;
  • green value is 72;
  • blue value is 0.
RGB:
(140,72,0)
(55%,28%,0%)

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 0 of 255 = 0%

140
72
0

R + G + B ~ 28%. #8C4800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 0 = 212 (100%)
R 140 of 212 ~ 66.04%
G 72 of 212 ~ 33.96%
B 0 of 212 ~ 0%

%66.04
%33.96

CMYK color model

#8C4800 color CMYK value is (0,49,100,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(0,49,100,45)
C0M49Y100K45 
(0%,49%,100%,45%)
(0.00/0.49/1.00/0.45)	

CMYK percentages

%0
%48.57
%100
%45.1

Codes

Color #8C4800 in popluar color models

8C4800
RGB140720
HSL31°100.00%27.45%
HSB/HSV31°100.00%54.90%
CMYK0.00%48.57%100.00%
45.10%

Color #8C4800 in popluar number systems.

HEX8C4800
Decimal140720
Binary1000110010010000
Octal2141100

Shades and tints

Shades of #8C4800

#8C4800
(140,72,0)
#804200
(128,66,0)
#743C00
(116,60,0)
#683600
(104,54,0)
#5C3000
(92,48,0)
#502A00
(80,42,0)
#442400
(68,36,0)
#381E00
(56,30,0)
#2C1800
(44,24,0)
#201200
(32,18,0)
#140C00
(20,12,0)
#000000
(0,0,0)

Tints of #8C4800

#8C4800
(140,72,0)
#965817
(150,88,23)
#A0682E
(160,104,46)
#AA7845
(170,120,69)
#B4885C
(180,136,92)
#BE9873
(190,152,115)
#C8A88A
(200,168,138)
#D2B8A1
(210,184,161)
#DCC8B8
(220,200,184)
#E6D8CF
(230,216,207)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4800 color. Also use rgb(140,72,0) instead hex code.

Text Font Color

.myTextColor { color: #8C4800; }

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

This text font color is #8C4800.


Background Color

.myBgColor { background-color: #8C4800; }

<div style="background-color:#8C4800">Inner text</div>

This div background color is #8C4800.


Border color

.myBorderColor { border: 1px solid #8C4800; }

<div style="border:3px solid #8C4800">Div</div>

This div border color is #8C4800.


Opacity

.myOpacity80 { color: #8C4800; opacity: 0.8; }

<p style="color:#8C4800;opacity:0.8;">80%</p>

Text with #8C4800 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 #8C4800;}

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

This text has shadow with #8C4800 color.

.textShadow {text-shadow: 3px 3px 1px #8C4800, 3px 3px 1px red;}

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

This text has shadow with #8C4800 primary color and red secondary color.


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

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

This text has shadow with #8C4800 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4800 on black background.


Color preview on white background

This text has color #8C4800 on white background.



Black color preview on #8C4800 background

This text has black color on #8C4800 background.


White color preview on #8C4800 background

This text has white color on #8C4800 background.