COLOR #8C7E0A

HEX: #8C7E0A RGB: (140,126,10)

Color info

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

RGB color model

#8C7E0A color RGB value is (140,126,10).

RGB: (140,126,10) (55%, 49%, 4%)

RGB channels and saturation

R 140 of 255 = 55%
G 126 of 255 = 49%
B 10 of 255 = 4%

140
126
10

R + G + B ~ 36%. #8C7E0A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 126 + 10 = 276 (100%)
R 140 of 276 ~ 50.72%
G 126 of 276 ~ 45.65%
B 10 of 276 ~ 3.62'%

%50.72
%45.65

CMYK color model

#8C7E0A color CMYK value is (0,10,93,45).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 92.86%
  • key color value is 45.10%

CMYK: (0,10,93,45)
C0M10Y93K45 (0%, 10%, 93%, 45%)
(0.00 / 0.10 / 0.93 / 0.45)

CMYK percentages

%0
%10
%92.86
%45.1

Codes

Color #8C7E0A in popluar color models

8C 7E 0A
RGB 140 126 10
HSL 54° 86.67% 29.41%
HSB/HSV 54° 92.86% 54.90%
CMYK 0.00% 10.00% 92.86%
45.10%

Color #8C7E0A in popluar number systems.

HEX 8C 7E 0A
Decimal 140 126 10
Binary 10001100 1111110 1010
Octal 214 176 12

Shades and tints

Shades of #8C7E0A

#8C7E0A
(140,126,10)
#80730A
(128,115,10)
#74680A
(116,104,10)
#685D0A
(104,93,10)
#5C520A
(92,82,10)
#50470A
(80,71,10)
#443C0A
(68,60,10)
#38310A
(56,49,10)
#2C260A
(44,38,10)
#201B0A
(32,27,10)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #8C7E0A

#8C7E0A
(140,126,10)
#968920
(150,137,32)
#A09436
(160,148,54)
#AA9F4C
(170,159,76)
#B4AA62
(180,170,98)
#BEB578
(190,181,120)
#C8C08E
(200,192,142)
#D2CBA4
(210,203,164)
#DCD6BA
(220,214,186)
#E6E1D0
(230,225,208)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7E0A color. Also use rgb(140,126,10) instead hex code.

Text Font Color

.myTextColor { color: #8C7E0A; }

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

This text font color is #8C7E0A.

Background Color

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

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

This div background color is #8C7E0A.

Border color

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

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

This div border color is #8C7E0A.

Opacity

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

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

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

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

This text has shadow with #8C7E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7E0A.

Preview

Color preview on black background

This text has color #8C7E0A on black background.


Color preview on white background

This text has color #8C7E0A on white background.


Black color preview on #8C7E0A background

This text has black color on #8C7E0A background.


White color preview on #8C7E0A background

This text has white color on #8C7E0A background.


Related colors

Complementary color

Complementary color for #hex is #7381F5.


I love getcolorcode.com

Triadic colors

1 #0A8C7E and #7E0A8C with #8C7E0A are triadic colors.

2 #0A7E8C and #7E8C0A with #8C7E0A are triadic colors.