COLOR #8C7800

HEX: #8C7800
RGB: (140,120,0)

Color info

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

RGB color model

#8C7800 color RGB value is (140,120,0).

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

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 0 of 255 = 0%

140
120
0

R + G + B ~ 34%. #8C7800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 0 = 260 (100%)
R 140 of 260 ~ 53.85%
G 120 of 260 ~ 46.15%
B 0 of 260 ~ 0%

%53.85
%46.15

CMYK color model

#8C7800 color CMYK value is (0,14,100,45).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(0,14,100,45)
C0M14Y100K45 
(0%,14%,100%,45%)
(0.00/0.14/1.00/0.45)	

CMYK percentages

%0
%14.29
%100
%45.1

Codes

Color #8C7800 in popluar color models

8C7800
RGB1401200
HSL51°100.00%27.45%
HSB/HSV51°100.00%54.90%
CMYK0.00%14.29%100.00%
45.10%

Color #8C7800 in popluar number systems.

HEX8C7800
Decimal1401200
Binary1000110011110000
Octal2141700

Shades and tints

Shades of #8C7800

#8C7800
(140,120,0)
#806E00
(128,110,0)
#746400
(116,100,0)
#685A00
(104,90,0)
#5C5000
(92,80,0)
#504600
(80,70,0)
#443C00
(68,60,0)
#383200
(56,50,0)
#2C2800
(44,40,0)
#201E00
(32,30,0)
#141400
(20,20,0)
#000000
(0,0,0)

Tints of #8C7800

#8C7800
(140,120,0)
#968417
(150,132,23)
#A0902E
(160,144,46)
#AA9C45
(170,156,69)
#B4A85C
(180,168,92)
#BEB473
(190,180,115)
#C8C08A
(200,192,138)
#D2CCA1
(210,204,161)
#DCD8B8
(220,216,184)
#E6E4CF
(230,228,207)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7800; }

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

This text font color is #8C7800.


Background Color

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

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

This div background color is #8C7800.


Border color

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

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

This div border color is #8C7800.


Opacity

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

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

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

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

This text has shadow with #8C7800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7800 on black background.


Color preview on white background

This text has color #8C7800 on white background.



Black color preview on #8C7800 background

This text has black color on #8C7800 background.


White color preview on #8C7800 background

This text has white color on #8C7800 background.