COLOR #8C740D

HEX: #8C740D
RGB: (140,116,13)

Color info

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

RGB color model

#8C740D color RGB value is (140,116,13).

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

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 13 of 255 = 5%

140
116
13

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

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 13 = 269 (100%)
R 140 of 269 ~ 52.04%
G 116 of 269 ~ 43.12%
B 13 of 269 ~ 4.83%

%52.04
%43.12

CMYK color model

#8C740D color CMYK value is (0,17,91,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 90.71%
  • key color value is 45.10%
CMYK:
(0,17,91,45)
C0M17Y91K45 
(0%,17%,91%,45%)
(0.00/0.17/0.91/0.45)	

CMYK percentages

%0
%17.14
%90.71
%45.1

Codes

Color #8C740D in popluar color models

8C740D
RGB14011613
HSL49°83.01%30.00%
HSB/HSV49°90.71%54.90%
CMYK0.00%17.14%90.71%
45.10%

Color #8C740D in popluar number systems.

HEX8C740D
Decimal14011613
Binary1000110011101001101
Octal21416415

Shades and tints

Shades of #8C740D

#8C740D
(140,116,13)
#806A0C
(128,106,12)
#74600B
(116,96,11)
#68560A
(104,86,10)
#5C4C09
(92,76,9)
#504208
(80,66,8)
#443807
(68,56,7)
#382E06
(56,46,6)
#2C2405
(44,36,5)
#201A04
(32,26,4)
#141003
(20,16,3)
#000000
(0,0,0)

Tints of #8C740D

#8C740D
(140,116,13)
#968023
(150,128,35)
#A08C39
(160,140,57)
#AA984F
(170,152,79)
#B4A465
(180,164,101)
#BEB07B
(190,176,123)
#C8BC91
(200,188,145)
#D2C8A7
(210,200,167)
#DCD4BD
(220,212,189)
#E6E0D3
(230,224,211)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C740D; }

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

This text font color is #8C740D.


Background Color

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

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

This div background color is #8C740D.


Border color

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

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

This div border color is #8C740D.


Opacity

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

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

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

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

This text has shadow with #8C740D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C740D on black background.


Color preview on white background

This text has color #8C740D on white background.



Black color preview on #8C740D background

This text has black color on #8C740D background.


White color preview on #8C740D background

This text has white color on #8C740D background.