COLOR #8C564D

HEX: #8C564D RGB: (140,86,77)

Color info

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

RGB color model

#8C564D color RGB value is (140,86,77).

RGB: (140,86,77) (55%, 34%, 30%)

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 77 of 255 = 30%

140
86
77

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

Portions of RGB colors in percentages

R + G + B = 140 + 86 + 77 = 303 (100%)
R 140 of 303 ~ 46.2%
G 86 of 303 ~ 28.38%
B 77 of 303 ~ 25.41'%

%46.2
%28.38
%25.41

CMYK color model

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

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

CMYK: (0,39,45,45)
C0M39Y45K45 (0%, 39%, 45%, 45%)
(0.00 / 0.39 / 0.45 / 0.45)

CMYK percentages

%0
%38.57
%45
%45.1

Codes

Color #8C564D in popluar color models

8C 56 4D
RGB 140 86 77
HSL 29.03% 42.55%
HSB/HSV 45.00% 54.90%
CMYK 0.00% 38.57% 45.00%
45.10%

Color #8C564D in popluar number systems.

HEX 8C 56 4D
Decimal 140 86 77
Binary 10001100 1010110 1001101
Octal 214 126 115

Shades and tints

Shades of #8C564D

#8C564D
(140,86,77)
#804F46
(128,79,70)
#74483F
(116,72,63)
#684138
(104,65,56)
#5C3A31
(92,58,49)
#50332A
(80,51,42)
#442C23
(68,44,35)
#38251C
(56,37,28)
#2C1E15
(44,30,21)
#20170E
(32,23,14)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #8C564D

#8C564D
(140,86,77)
#96655D
(150,101,93)
#A0746D
(160,116,109)
#AA837D
(170,131,125)
#B4928D
(180,146,141)
#BEA19D
(190,161,157)
#C8B0AD
(200,176,173)
#D2BFBD
(210,191,189)
#DCCECD
(220,206,205)
#E6DDDD
(230,221,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C564D; }

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

This text font color is #8C564D.

Background Color

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

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

This div background color is #8C564D.

Border color

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

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

This div border color is #8C564D.

Opacity

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

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

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

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

This text has shadow with #8C564D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C564D.

Preview

Color preview on black background

This text has color #8C564D on black background.


Color preview on white background

This text has color #8C564D on white background.


Black color preview on #8C564D background

This text has black color on #8C564D background.


White color preview on #8C564D background

This text has white color on #8C564D background.


Related colors

Complementary color

Complementary color for #hex is #73A9B2.


I love getcolorcode.com

Triadic colors

1 #4D8C56 and #564D8C with #8C564D are triadic colors.

2 #4D568C and #568C4D with #8C564D are triadic colors.