COLOR #8C6112

HEX: #8C6112
RGB: (140,97,18)

Color info

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

RGB color model

#8C6112 color RGB value is (140,97,18).

  • red value is 140;
  • green value is 97;
  • blue value is 18.
RGB:
(140,97,18)
(55%,38%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 18 of 255 = 7%

140
97
18

R + G + B ~ 33%. #8C6112 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 97 + 18 = 255 (100%)
R 140 of 255 ~ 54.9%
G 97 of 255 ~ 38.04%
B 18 of 255 ~ 7.06%

%54.9
%38.04

CMYK color model

#8C6112 color CMYK value is (0,31,87,45).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 87.14%
  • key color value is 45.10%
CMYK:
(0,31,87,45)
C0M31Y87K45 
(0%,31%,87%,45%)
(0.00/0.31/0.87/0.45)	

CMYK percentages

%0
%30.71
%87.14
%45.1

Codes

Color #8C6112 in popluar color models

8C6112
RGB1409718
HSL39°77.22%30.98%
HSB/HSV39°87.14%54.90%
CMYK0.00%30.71%87.14%
45.10%

Color #8C6112 in popluar number systems.

HEX8C6112
Decimal1409718
Binary10001100110000110010
Octal21414122

Shades and tints

Shades of #8C6112

#8C6112
(140,97,18)
#805911
(128,89,17)
#745110
(116,81,16)
#68490F
(104,73,15)
#5C410E
(92,65,14)
#50390D
(80,57,13)
#44310C
(68,49,12)
#38290B
(56,41,11)
#2C210A
(44,33,10)
#201909
(32,25,9)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #8C6112

#8C6112
(140,97,18)
#966F27
(150,111,39)
#A07D3C
(160,125,60)
#AA8B51
(170,139,81)
#B49966
(180,153,102)
#BEA77B
(190,167,123)
#C8B590
(200,181,144)
#D2C3A5
(210,195,165)
#DCD1BA
(220,209,186)
#E6DFCF
(230,223,207)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6112 color. Also use rgb(140,97,18) instead hex code.

Text Font Color

.myTextColor { color: #8C6112; }

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

This text font color is #8C6112.


Background Color

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

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

This div background color is #8C6112.


Border color

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

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

This div border color is #8C6112.


Opacity

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

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

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

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

This text has shadow with #8C6112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6112 on black background.


Color preview on white background

This text has color #8C6112 on white background.



Black color preview on #8C6112 background

This text has black color on #8C6112 background.


White color preview on #8C6112 background

This text has white color on #8C6112 background.