COLOR #8C5D42

HEX: #8C5D42
RGB: (140,93,66)

Color info

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

RGB color model

#8C5D42 color RGB value is (140,93,66).

  • red value is 140;
  • green value is 93;
  • blue value is 66.
RGB:
(140,93,66)
(55%,36%,26%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 66 of 255 = 26%

140
93
66

R + G + B ~ 39%. #8C5D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 66 = 299 (100%)
R 140 of 299 ~ 46.82%
G 93 of 299 ~ 31.1%
B 66 of 299 ~ 22.07%

%46.82
%31.1
%22.07

CMYK color model

#8C5D42 color CMYK value is (0,34,53,45).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 52.86%
  • key color value is 45.10%
CMYK:
(0,34,53,45)
C0M34Y53K45 
(0%,34%,53%,45%)
(0.00/0.34/0.53/0.45)	

CMYK percentages

%0
%33.57
%52.86
%45.1

Codes

Color #8C5D42 in popluar color models

8C5D42
RGB1409366
HSL22°35.92%40.39%
HSB/HSV22°52.86%54.90%
CMYK0.00%33.57%52.86%
45.10%

Color #8C5D42 in popluar number systems.

HEX8C5D42
Decimal1409366
Binary1000110010111011000010
Octal214135102

Shades and tints

Shades of #8C5D42

#8C5D42
(140,93,66)
#80553C
(128,85,60)
#744D36
(116,77,54)
#684530
(104,69,48)
#5C3D2A
(92,61,42)
#503524
(80,53,36)
#442D1E
(68,45,30)
#382518
(56,37,24)
#2C1D12
(44,29,18)
#20150C
(32,21,12)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #8C5D42

#8C5D42
(140,93,66)
#966B53
(150,107,83)
#A07964
(160,121,100)
#AA8775
(170,135,117)
#B49586
(180,149,134)
#BEA397
(190,163,151)
#C8B1A8
(200,177,168)
#D2BFB9
(210,191,185)
#DCCDCA
(220,205,202)
#E6DBDB
(230,219,219)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5D42 color. Also use rgb(140,93,66) instead hex code.

Text Font Color

.myTextColor { color: #8C5D42; }

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

This text font color is #8C5D42.


Background Color

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

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

This div background color is #8C5D42.


Border color

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

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

This div border color is #8C5D42.


Opacity

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

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

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

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

This text has shadow with #8C5D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5D42 on black background.


Color preview on white background

This text has color #8C5D42 on white background.



Black color preview on #8C5D42 background

This text has black color on #8C5D42 background.


White color preview on #8C5D42 background

This text has white color on #8C5D42 background.