COLOR #8C5D00

HEX: #8C5D00
RGB: (140,93,0)

Color info

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

RGB color model

#8C5D00 color RGB value is (140,93,0).

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

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 0 of 255 = 0%

140
93
0

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

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 0 = 233 (100%)
R 140 of 233 ~ 60.09%
G 93 of 233 ~ 39.91%
B 0 of 233 ~ 0%

%60.09
%39.91

CMYK color model

#8C5D00 color CMYK value is (0,34,100,45).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(0,34,100,45)
C0M34Y100K45 
(0%,34%,100%,45%)
(0.00/0.34/1.00/0.45)	

CMYK percentages

%0
%33.57
%100
%45.1

Codes

Color #8C5D00 in popluar color models

8C5D00
RGB140930
HSL40°100.00%27.45%
HSB/HSV40°100.00%54.90%
CMYK0.00%33.57%100.00%
45.10%

Color #8C5D00 in popluar number systems.

HEX8C5D00
Decimal140930
Binary1000110010111010
Octal2141350

Shades and tints

Shades of #8C5D00

#8C5D00
(140,93,0)
#805500
(128,85,0)
#744D00
(116,77,0)
#684500
(104,69,0)
#5C3D00
(92,61,0)
#503500
(80,53,0)
#442D00
(68,45,0)
#382500
(56,37,0)
#2C1D00
(44,29,0)
#201500
(32,21,0)
#140D00
(20,13,0)
#000000
(0,0,0)

Tints of #8C5D00

#8C5D00
(140,93,0)
#966B17
(150,107,23)
#A0792E
(160,121,46)
#AA8745
(170,135,69)
#B4955C
(180,149,92)
#BEA373
(190,163,115)
#C8B18A
(200,177,138)
#D2BFA1
(210,191,161)
#DCCDB8
(220,205,184)
#E6DBCF
(230,219,207)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5D00; }

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

This text font color is #8C5D00.


Background Color

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

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

This div background color is #8C5D00.


Border color

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

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

This div border color is #8C5D00.


Opacity

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

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

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

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

This text has shadow with #8C5D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5D00 on black background.


Color preview on white background

This text has color #8C5D00 on white background.



Black color preview on #8C5D00 background

This text has black color on #8C5D00 background.


White color preview on #8C5D00 background

This text has white color on #8C5D00 background.