COLOR #8C5612

HEX: #8C5612
RGB: (140,86,18)

Color info

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

RGB color model

#8C5612 color RGB value is (140,86,18).

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

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 18 of 255 = 7%

140
86
18

R + G + B ~ 32%. #8C5612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 86 + 18 = 244 (100%)
R 140 of 244 ~ 57.38%
G 86 of 244 ~ 35.25%
B 18 of 244 ~ 7.38%

%57.38
%35.25

CMYK color model

#8C5612 color CMYK value is (0,39,87,45).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 87.14%
  • key color value is 45.10%
CMYK:
(0,39,87,45)
C0M39Y87K45 
(0%,39%,87%,45%)
(0.00/0.39/0.87/0.45)	

CMYK percentages

%0
%38.57
%87.14
%45.1

Codes

Color #8C5612 in popluar color models

8C5612
RGB1408618
HSL33°77.22%30.98%
HSB/HSV33°87.14%54.90%
CMYK0.00%38.57%87.14%
45.10%

Color #8C5612 in popluar number systems.

HEX8C5612
Decimal1408618
Binary10001100101011010010
Octal21412622

Shades and tints

Shades of #8C5612

#8C5612
(140,86,18)
#804F11
(128,79,17)
#744810
(116,72,16)
#68410F
(104,65,15)
#5C3A0E
(92,58,14)
#50330D
(80,51,13)
#442C0C
(68,44,12)
#38250B
(56,37,11)
#2C1E0A
(44,30,10)
#201709
(32,23,9)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #8C5612

#8C5612
(140,86,18)
#966527
(150,101,39)
#A0743C
(160,116,60)
#AA8351
(170,131,81)
#B49266
(180,146,102)
#BEA17B
(190,161,123)
#C8B090
(200,176,144)
#D2BFA5
(210,191,165)
#DCCEBA
(220,206,186)
#E6DDCF
(230,221,207)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5612; }

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

This text font color is #8C5612.


Background Color

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

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

This div background color is #8C5612.


Border color

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

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

This div border color is #8C5612.


Opacity

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

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

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

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

This text has shadow with #8C5612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5612 on black background.


Color preview on white background

This text has color #8C5612 on white background.



Black color preview on #8C5612 background

This text has black color on #8C5612 background.


White color preview on #8C5612 background

This text has white color on #8C5612 background.