COLOR #8C740A

HEX: #8C740A
RGB: (140,116,10)

Color info

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

RGB color model

#8C740A color RGB value is (140,116,10).

  • red value is 140;
  • green value is 116;
  • blue value is 10.
RGB:
(140,116,10)
(55%,45%,4%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 10 of 255 = 4%

140
116
10

R + G + B ~ 35%. #8C740A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 10 = 266 (100%)
R 140 of 266 ~ 52.63%
G 116 of 266 ~ 43.61%
B 10 of 266 ~ 3.76%

%52.63
%43.61

CMYK color model

#8C740A color CMYK value is (0,17,93,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 92.86%
  • key color value is 45.10%
CMYK:
(0,17,93,45)
C0M17Y93K45 
(0%,17%,93%,45%)
(0.00/0.17/0.93/0.45)	

CMYK percentages

%0
%17.14
%92.86
%45.1

Codes

Color #8C740A in popluar color models

8C740A
RGB14011610
HSL49°86.67%29.41%
HSB/HSV49°92.86%54.90%
CMYK0.00%17.14%92.86%
45.10%

Color #8C740A in popluar number systems.

HEX8C740A
Decimal14011610
Binary1000110011101001010
Octal21416412

Shades and tints

Shades of #8C740A

#8C740A
(140,116,10)
#806A0A
(128,106,10)
#74600A
(116,96,10)
#68560A
(104,86,10)
#5C4C0A
(92,76,10)
#50420A
(80,66,10)
#44380A
(68,56,10)
#382E0A
(56,46,10)
#2C240A
(44,36,10)
#201A0A
(32,26,10)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #8C740A

#8C740A
(140,116,10)
#968020
(150,128,32)
#A08C36
(160,140,54)
#AA984C
(170,152,76)
#B4A462
(180,164,98)
#BEB078
(190,176,120)
#C8BC8E
(200,188,142)
#D2C8A4
(210,200,164)
#DCD4BA
(220,212,186)
#E6E0D0
(230,224,208)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C740A; }

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

This text font color is #8C740A.


Background Color

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

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

This div background color is #8C740A.


Border color

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

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

This div border color is #8C740A.


Opacity

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

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

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

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

This text has shadow with #8C740A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C740A on black background.


Color preview on white background

This text has color #8C740A on white background.



Black color preview on #8C740A background

This text has black color on #8C740A background.


White color preview on #8C740A background

This text has white color on #8C740A background.