COLOR #8C5C41

HEX: #8C5C41
RGB: (140,92,65)

Color info

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

RGB color model

#8C5C41 color RGB value is (140,92,65).

  • red value is 140;
  • green value is 92;
  • blue value is 65.
RGB:
(140,92,65)
(55%,36%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 92 of 255 = 36%
B 65 of 255 = 25%

140
92
65

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

Portions of RGB colors in percentages

R + G + B =
140 + 92 + 65 = 297 (100%)
R 140 of 297 ~ 47.14%
G 92 of 297 ~ 30.98%
B 65 of 297 ~ 21.89%

%47.14
%30.98
%21.89

CMYK color model

#8C5C41 color CMYK value is (0,34,54,45).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 53.57%
  • key color value is 45.10%
CMYK:
(0,34,54,45)
C0M34Y54K45 
(0%,34%,54%,45%)
(0.00/0.34/0.54/0.45)	

CMYK percentages

%0
%34.29
%53.57
%45.1

Codes

Color #8C5C41 in popluar color models

8C5C41
RGB1409265
HSL22°36.59%40.20%
HSB/HSV22°53.57%54.90%
CMYK0.00%34.29%53.57%
45.10%

Color #8C5C41 in popluar number systems.

HEX8C5C41
Decimal1409265
Binary1000110010111001000001
Octal214134101

Shades and tints

Shades of #8C5C41

#8C5C41
(140,92,65)
#80543C
(128,84,60)
#744C37
(116,76,55)
#684432
(104,68,50)
#5C3C2D
(92,60,45)
#503428
(80,52,40)
#442C23
(68,44,35)
#38241E
(56,36,30)
#2C1C19
(44,28,25)
#201414
(32,20,20)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #8C5C41

#8C5C41
(140,92,65)
#966A52
(150,106,82)
#A07863
(160,120,99)
#AA8674
(170,134,116)
#B49485
(180,148,133)
#BEA296
(190,162,150)
#C8B0A7
(200,176,167)
#D2BEB8
(210,190,184)
#DCCCC9
(220,204,201)
#E6DADA
(230,218,218)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5C41 color. Also use rgb(140,92,65) instead hex code.

Text Font Color

.myTextColor { color: #8C5C41; }

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

This text font color is #8C5C41.


Background Color

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

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

This div background color is #8C5C41.


Border color

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

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

This div border color is #8C5C41.


Opacity

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

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

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

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

This text has shadow with #8C5C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5C41 on black background.


Color preview on white background

This text has color #8C5C41 on white background.



Black color preview on #8C5C41 background

This text has black color on #8C5C41 background.


White color preview on #8C5C41 background

This text has white color on #8C5C41 background.