COLOR #8C6D13

HEX: #8C6D13
RGB: (140,109,19)

Color info

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

RGB color model

#8C6D13 color RGB value is (140,109,19).

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

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 19 of 255 = 7%

140
109
19

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

Portions of RGB colors in percentages

R + G + B =
140 + 109 + 19 = 268 (100%)
R 140 of 268 ~ 52.24%
G 109 of 268 ~ 40.67%
B 19 of 268 ~ 7.09%

%52.24
%40.67

CMYK color model

#8C6D13 color CMYK value is (0,22,86,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 86.43%
  • key color value is 45.10%
CMYK:
(0,22,86,45)
C0M22Y86K45 
(0%,22%,86%,45%)
(0.00/0.22/0.86/0.45)	

CMYK percentages

%0
%22.14
%86.43
%45.1

Codes

Color #8C6D13 in popluar color models

8C6D13
RGB14010919
HSL45°76.10%31.18%
HSB/HSV45°86.43%54.90%
CMYK0.00%22.14%86.43%
45.10%

Color #8C6D13 in popluar number systems.

HEX8C6D13
Decimal14010919
Binary10001100110110110011
Octal21415523

Shades and tints

Shades of #8C6D13

#8C6D13
(140,109,19)
#806412
(128,100,18)
#745B11
(116,91,17)
#685210
(104,82,16)
#5C490F
(92,73,15)
#50400E
(80,64,14)
#44370D
(68,55,13)
#382E0C
(56,46,12)
#2C250B
(44,37,11)
#201C0A
(32,28,10)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #8C6D13

#8C6D13
(140,109,19)
#967A28
(150,122,40)
#A0873D
(160,135,61)
#AA9452
(170,148,82)
#B4A167
(180,161,103)
#BEAE7C
(190,174,124)
#C8BB91
(200,187,145)
#D2C8A6
(210,200,166)
#DCD5BB
(220,213,187)
#E6E2D0
(230,226,208)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6D13; }

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

This text font color is #8C6D13.


Background Color

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

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

This div background color is #8C6D13.


Border color

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

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

This div border color is #8C6D13.


Opacity

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

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

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

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

This text has shadow with #8C6D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6D13 on black background.


Color preview on white background

This text has color #8C6D13 on white background.



Black color preview on #8C6D13 background

This text has black color on #8C6D13 background.


White color preview on #8C6D13 background

This text has white color on #8C6D13 background.