COLOR #8C5800

HEX: #8C5800
RGB: (140,88,0)

Color info

#8C5800 contains only red and green colors. Web safe color of #8C5800 is #996600 (or #960).

RGB color model

#8C5800 color RGB value is (140,88,0).

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

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 0 of 255 = 0%

140
88
0

R + G + B ~ 30%. #8C5800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 88 + 0 = 228 (100%)
R 140 of 228 ~ 61.4%
G 88 of 228 ~ 38.6%
B 0 of 228 ~ 0%

%61.4
%38.6

CMYK color model

#8C5800 color CMYK value is (0,37,100,45).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(0,37,100,45)
C0M37Y100K45 
(0%,37%,100%,45%)
(0.00/0.37/1.00/0.45)	

CMYK percentages

%0
%37.14
%100
%45.1

Codes

Color #8C5800 in popluar color models

8C5800
RGB140880
HSL38°100.00%27.45%
HSB/HSV38°100.00%54.90%
CMYK0.00%37.14%100.00%
45.10%

Color #8C5800 in popluar number systems.

HEX8C5800
Decimal140880
Binary1000110010110000
Octal2141300

Shades and tints

Shades of #8C5800

#8C5800
(140,88,0)
#805000
(128,80,0)
#744800
(116,72,0)
#684000
(104,64,0)
#5C3800
(92,56,0)
#503000
(80,48,0)
#442800
(68,40,0)
#382000
(56,32,0)
#2C1800
(44,24,0)
#201000
(32,16,0)
#140800
(20,8,0)
#000000
(0,0,0)

Tints of #8C5800

#8C5800
(140,88,0)
#966717
(150,103,23)
#A0762E
(160,118,46)
#AA8545
(170,133,69)
#B4945C
(180,148,92)
#BEA373
(190,163,115)
#C8B28A
(200,178,138)
#D2C1A1
(210,193,161)
#DCD0B8
(220,208,184)
#E6DFCF
(230,223,207)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5800; }

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

This text font color is #8C5800.


Background Color

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

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

This div background color is #8C5800.


Border color

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

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

This div border color is #8C5800.


Opacity

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

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

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

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

This text has shadow with #8C5800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5800 on black background.


Color preview on white background

This text has color #8C5800 on white background.



Black color preview on #8C5800 background

This text has black color on #8C5800 background.


White color preview on #8C5800 background

This text has white color on #8C5800 background.