COLOR #8C5C4E

HEX: #8C5C4E RGB: (140,92,78)

Color info

#8C5C4E contains mainly red and green colors. Web safe color of #8C5C4E is #996666 (or #966).

RGB color model

#8C5C4E color RGB value is (140,92,78).

RGB: (140,92,78) (55%, 36%, 31%)

RGB channels and saturation

R 140 of 255 = 55%
G 92 of 255 = 36%
B 78 of 255 = 31%

140
92
78

R + G + B ~ 41%. #8C5C4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 92 + 78 = 310 (100%)
R 140 of 310 ~ 45.16%
G 92 of 310 ~ 29.68%
B 78 of 310 ~ 25.16'%

%45.16
%29.68
%25.16

CMYK color model

#8C5C4E color CMYK value is (0,34,44,45).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 44.29%
  • key color value is 45.10%

CMYK: (0,34,44,45)
C0M34Y44K45 (0%, 34%, 44%, 45%)
(0.00 / 0.34 / 0.44 / 0.45)

CMYK percentages

%0
%34.29
%44.29
%45.1

Codes

Color #8C5C4E in popluar color models

8C 5C 4E
RGB 140 92 78
HSL 14° 28.44% 42.75%
HSB/HSV 14° 44.29% 54.90%
CMYK 0.00% 34.29% 44.29%
45.10%

Color #8C5C4E in popluar number systems.

HEX 8C 5C 4E
Decimal 140 92 78
Binary 10001100 1011100 1001110
Octal 214 134 116

Shades and tints

Shades of #8C5C4E

#8C5C4E
(140,92,78)
#805447
(128,84,71)
#744C40
(116,76,64)
#684439
(104,68,57)
#5C3C32
(92,60,50)
#50342B
(80,52,43)
#442C24
(68,44,36)
#38241D
(56,36,29)
#2C1C16
(44,28,22)
#20140F
(32,20,15)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #8C5C4E

#8C5C4E
(140,92,78)
#966A5E
(150,106,94)
#A0786E
(160,120,110)
#AA867E
(170,134,126)
#B4948E
(180,148,142)
#BEA29E
(190,162,158)
#C8B0AE
(200,176,174)
#D2BEBE
(210,190,190)
#DCCCCE
(220,204,206)
#E6DADE
(230,218,222)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5C4E; }

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

This text font color is #8C5C4E.

Background Color

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

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

This div background color is #8C5C4E.

Border color

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

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

This div border color is #8C5C4E.

Opacity

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

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

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

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

This text has shadow with #8C5C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5C4E.

Preview

Color preview on black background

This text has color #8C5C4E on black background.


Color preview on white background

This text has color #8C5C4E on white background.


Black color preview on #8C5C4E background

This text has black color on #8C5C4E background.


White color preview on #8C5C4E background

This text has white color on #8C5C4E background.


Related colors

Complementary color

Complementary color for #hex is #73A3B1.


I love getcolorcode.com

Triadic colors

1 #4E8C5C and #5C4E8C with #8C5C4E are triadic colors.

2 #4E5C8C and #5C8C4E with #8C5C4E are triadic colors.