COLOR #8C802E

HEX: #8C802E
RGB: (140,128,46)

Color info

#8C802E contains mainly red and green colors. Web safe color of #8C802E is #996633 (or #963).

RGB color model

#8C802E color RGB value is (140,128,46).

  • red value is 140;
  • green value is 128;
  • blue value is 46.
RGB:
(140,128,46)
(55%,50%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 46 of 255 = 18%

140
128
46

R + G + B ~ 41%. #8C802E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 46 = 314 (100%)
R 140 of 314 ~ 44.59%
G 128 of 314 ~ 40.76%
B 46 of 314 ~ 14.65%

%44.59
%40.76
%14.65

CMYK color model

#8C802E color CMYK value is (0,9,67,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 67.14%
  • key color value is 45.10%
CMYK:
(0,9,67,45)
C0M9Y67K45 
(0%,9%,67%,45%)
(0.00/0.09/0.67/0.45)	

CMYK percentages

%0
%8.57
%67.14
%45.1

Codes

Color #8C802E in popluar color models

8C802E
RGB14012846
HSL52°50.54%36.47%
HSB/HSV52°67.14%54.90%
CMYK0.00%8.57%67.14%
45.10%

Color #8C802E in popluar number systems.

HEX8C802E
Decimal14012846
Binary1000110010000000101110
Octal21420056

Shades and tints

Shades of #8C802E

#8C802E
(140,128,46)
#80752A
(128,117,42)
#746A26
(116,106,38)
#685F22
(104,95,34)
#5C541E
(92,84,30)
#50491A
(80,73,26)
#443E16
(68,62,22)
#383312
(56,51,18)
#2C280E
(44,40,14)
#201D0A
(32,29,10)
#141206
(20,18,6)
#000000
(0,0,0)

Tints of #8C802E

#8C802E
(140,128,46)
#968B41
(150,139,65)
#A09654
(160,150,84)
#AAA167
(170,161,103)
#B4AC7A
(180,172,122)
#BEB78D
(190,183,141)
#C8C2A0
(200,194,160)
#D2CDB3
(210,205,179)
#DCD8C6
(220,216,198)
#E6E3D9
(230,227,217)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C802E color. Also use rgb(140,128,46) instead hex code.

Text Font Color

.myTextColor { color: #8C802E; }

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

This text font color is #8C802E.


Background Color

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

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

This div background color is #8C802E.


Border color

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

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

This div border color is #8C802E.


Opacity

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

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

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

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

This text has shadow with #8C802E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C802E on black background.


Color preview on white background

This text has color #8C802E on white background.



Black color preview on #8C802E background

This text has black color on #8C802E background.


White color preview on #8C802E background

This text has white color on #8C802E background.