COLOR #8C5606

HEX: #8C5606 RGB: (140,86,6)

Color info

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

RGB color model

#8C5606 color RGB value is (140,86,6).

RGB: (140,86,6) (55%, 34%, 2%)

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 6 of 255 = 2%

140
86
6

R + G + B ~ 30%. #8C5606 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 86 + 6 = 232 (100%)
R 140 of 232 ~ 60.34%
G 86 of 232 ~ 37.07%
B 6 of 232 ~ 2.59'%

%60.34
%37.07

CMYK color model

#8C5606 color CMYK value is (0,39,96,45).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 95.71%
  • key color value is 45.10%

CMYK: (0,39,96,45)
C0M39Y96K45 (0%, 39%, 96%, 45%)
(0.00 / 0.39 / 0.96 / 0.45)

CMYK percentages

%0
%38.57
%95.71
%45.1

Codes

Color #8C5606 in popluar color models

8C 56 06
RGB 140 86 6
HSL 36° 91.78% 28.63%
HSB/HSV 36° 95.71% 54.90%
CMYK 0.00% 38.57% 95.71%
45.10%

Color #8C5606 in popluar number systems.

HEX 8C 56 06
Decimal 140 86 6
Binary 10001100 1010110 110
Octal 214 126 6

Shades and tints

Shades of #8C5606

#8C5606
(140,86,6)
#804F06
(128,79,6)
#744806
(116,72,6)
#684106
(104,65,6)
#5C3A06
(92,58,6)
#503306
(80,51,6)
#442C06
(68,44,6)
#382506
(56,37,6)
#2C1E06
(44,30,6)
#201706
(32,23,6)
#141006
(20,16,6)
#000000
(0,0,0)

Tints of #8C5606

#8C5606
(140,86,6)
#96651C
(150,101,28)
#A07432
(160,116,50)
#AA8348
(170,131,72)
#B4925E
(180,146,94)
#BEA174
(190,161,116)
#C8B08A
(200,176,138)
#D2BFA0
(210,191,160)
#DCCEB6
(220,206,182)
#E6DDCC
(230,221,204)
#F0ECE2
(240,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5606; }

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

This text font color is #8C5606.

Background Color

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

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

This div background color is #8C5606.

Border color

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

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

This div border color is #8C5606.

Opacity

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

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

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

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

This text has shadow with #8C5606 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5606.

Preview

Color preview on black background

This text has color #8C5606 on black background.


Color preview on white background

This text has color #8C5606 on white background.


Black color preview on #8C5606 background

This text has black color on #8C5606 background.


White color preview on #8C5606 background

This text has white color on #8C5606 background.


Related colors

Complementary color

Complementary color for #hex is #73A9F9.


I love getcolorcode.com

Triadic colors

1 #068C56 and #56068C with #8C5606 are triadic colors.

2 #06568C and #568C06 with #8C5606 are triadic colors.