COLOR #8C6E2A

HEX: #8C6E2A
RGB: (140,110,42)

Color info

#8C6E2A contains mainly red and green colors. Web safe color of #8C6E2A is #996633 (or #963).

RGB color model

#8C6E2A color RGB value is (140,110,42).

  • red value is 140;
  • green value is 110;
  • blue value is 42.
RGB:
(140,110,42)
(55%,43%,16%)

RGB channels and saturation

R 140 of 255 = 55%
G 110 of 255 = 43%
B 42 of 255 = 16%

140
110
42

R + G + B ~ 38%. #8C6E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 110 + 42 = 292 (100%)
R 140 of 292 ~ 47.95%
G 110 of 292 ~ 37.67%
B 42 of 292 ~ 14.38%

%47.95
%37.67
%14.38

CMYK color model

#8C6E2A color CMYK value is (0,21,70,45).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 70.00%
  • key color value is 45.10%
CMYK:
(0,21,70,45)
C0M21Y70K45 
(0%,21%,70%,45%)
(0.00/0.21/0.70/0.45)	

CMYK percentages

%0
%21.43
%70
%45.1

Codes

Color #8C6E2A in popluar color models

8C6E2A
RGB14011042
HSL42°53.85%35.69%
HSB/HSV42°70.00%54.90%
CMYK0.00%21.43%70.00%
45.10%

Color #8C6E2A in popluar number systems.

HEX8C6E2A
Decimal14011042
Binary100011001101110101010
Octal21415652

Shades and tints

Shades of #8C6E2A

#8C6E2A
(140,110,42)
#806427
(128,100,39)
#745A24
(116,90,36)
#685021
(104,80,33)
#5C461E
(92,70,30)
#503C1B
(80,60,27)
#443218
(68,50,24)
#382815
(56,40,21)
#2C1E12
(44,30,18)
#20140F
(32,20,15)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #8C6E2A

#8C6E2A
(140,110,42)
#967B3D
(150,123,61)
#A08850
(160,136,80)
#AA9563
(170,149,99)
#B4A276
(180,162,118)
#BEAF89
(190,175,137)
#C8BC9C
(200,188,156)
#D2C9AF
(210,201,175)
#DCD6C2
(220,214,194)
#E6E3D5
(230,227,213)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6E2A color. Also use rgb(140,110,42) instead hex code.

Text Font Color

.myTextColor { color: #8C6E2A; }

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

This text font color is #8C6E2A.


Background Color

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

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

This div background color is #8C6E2A.


Border color

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

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

This div border color is #8C6E2A.


Opacity

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

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

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

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

This text has shadow with #8C6E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6E2A on black background.


Color preview on white background

This text has color #8C6E2A on white background.



Black color preview on #8C6E2A background

This text has black color on #8C6E2A background.


White color preview on #8C6E2A background

This text has white color on #8C6E2A background.