COLOR #8C7E13

HEX: #8C7E13
RGB: (140,126,19)

Color info

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

RGB color model

#8C7E13 color RGB value is (140,126,19).

  • red value is 140;
  • green value is 126;
  • blue value is 19.
RGB:
(140,126,19)
(55%,49%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 126 of 255 = 49%
B 19 of 255 = 7%

140
126
19

R + G + B ~ 37%. #8C7E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 126 + 19 = 285 (100%)
R 140 of 285 ~ 49.12%
G 126 of 285 ~ 44.21%
B 19 of 285 ~ 6.67%

%49.12
%44.21

CMYK color model

#8C7E13 color CMYK value is (0,10,86,45).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 86.43%
  • key color value is 45.10%
CMYK:
(0,10,86,45)
C0M10Y86K45 
(0%,10%,86%,45%)
(0.00/0.10/0.86/0.45)	

CMYK percentages

%0
%10
%86.43
%45.1

Codes

Color #8C7E13 in popluar color models

8C7E13
RGB14012619
HSL53°76.10%31.18%
HSB/HSV53°86.43%54.90%
CMYK0.00%10.00%86.43%
45.10%

Color #8C7E13 in popluar number systems.

HEX8C7E13
Decimal14012619
Binary10001100111111010011
Octal21417623

Shades and tints

Shades of #8C7E13

#8C7E13
(140,126,19)
#807312
(128,115,18)
#746811
(116,104,17)
#685D10
(104,93,16)
#5C520F
(92,82,15)
#50470E
(80,71,14)
#443C0D
(68,60,13)
#38310C
(56,49,12)
#2C260B
(44,38,11)
#201B0A
(32,27,10)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #8C7E13

#8C7E13
(140,126,19)
#968928
(150,137,40)
#A0943D
(160,148,61)
#AA9F52
(170,159,82)
#B4AA67
(180,170,103)
#BEB57C
(190,181,124)
#C8C091
(200,192,145)
#D2CBA6
(210,203,166)
#DCD6BB
(220,214,187)
#E6E1D0
(230,225,208)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7E13; }

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

This text font color is #8C7E13.


Background Color

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

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

This div background color is #8C7E13.


Border color

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

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

This div border color is #8C7E13.


Opacity

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

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

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

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

This text has shadow with #8C7E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7E13 on black background.


Color preview on white background

This text has color #8C7E13 on white background.



Black color preview on #8C7E13 background

This text has black color on #8C7E13 background.


White color preview on #8C7E13 background

This text has white color on #8C7E13 background.