COLOR #8C5000

HEX: #8C5000 RGB: (140,80,0)

Color info

#8C5000 contains mainly red color. Web safe color of #8C5000 is #996600 (or #960).

RGB color model

#8C5000 color RGB value is (140,80,0).

RGB: (140,80,0) (55%, 31%, 0%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 0 of 255 = 0%

140
80
0

R + G + B ~ 29%. #8C5000 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 80 + 0 = 220 (100%)
R 140 of 220 ~ 63.64%
G 80 of 220 ~ 36.36%
B 0 of 220 ~ 0'%

%63.64
%36.36

CMYK color model

#8C5000 color CMYK value is (0,43,100,45).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 100.00%
  • key color value is 45.10%

CMYK: (0,43,100,45)
C0M43Y100K45 (0%, 43%, 100%, 45%)
(0.00 / 0.43 / 1.00 / 0.45)

CMYK percentages

%0
%42.86
%100
%45.1

Codes

Color #8C5000 in popluar color models

8C 50 00
RGB 140 80 0
HSL 34° 100.00% 27.45%
HSB/HSV 34° 100.00% 54.90%
CMYK 0.00% 42.86% 100.00%
45.10%

Color #8C5000 in popluar number systems.

HEX 8C 50 00
Decimal 140 80 0
Binary 10001100 1010000 0
Octal 214 120 0

Shades and tints

Shades of #8C5000

#8C5000
(140,80,0)
#804900
(128,73,0)
#744200
(116,66,0)
#683B00
(104,59,0)
#5C3400
(92,52,0)
#502D00
(80,45,0)
#442600
(68,38,0)
#381F00
(56,31,0)
#2C1800
(44,24,0)
#201100
(32,17,0)
#140A00
(20,10,0)
#000000
(0,0,0)

Tints of #8C5000

#8C5000
(140,80,0)
#965F17
(150,95,23)
#A06E2E
(160,110,46)
#AA7D45
(170,125,69)
#B48C5C
(180,140,92)
#BE9B73
(190,155,115)
#C8AA8A
(200,170,138)
#D2B9A1
(210,185,161)
#DCC8B8
(220,200,184)
#E6D7CF
(230,215,207)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5000; }

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

This text font color is #8C5000.

Background Color

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

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

This div background color is #8C5000.

Border color

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

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

This div border color is #8C5000.

Opacity

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

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

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

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

This text has shadow with #8C5000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5000.

Preview

Color preview on black background

This text has color #8C5000 on black background.


Color preview on white background

This text has color #8C5000 on white background.


Black color preview on #8C5000 background

This text has black color on #8C5000 background.


White color preview on #8C5000 background

This text has white color on #8C5000 background.


Related colors

Complementary color

Complementary color for #hex is #73AFFF.


I love getcolorcode.com

Triadic colors

1 #008C50 and #50008C with #8C5000 are triadic colors.

2 #00508C and #508C00 with #8C5000 are triadic colors.