COLOR #564D4C

HEX: #564D4C RGB: (86,77,76)

Color info

#564D4C contains red, green and blue colors in about the same proportion. Web safe color of #564D4C is #663333 (or #633).

RGB color model

#564D4C color RGB value is (86,77,76).

RGB: (86,77,76) (34%, 30%, 30%)

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 76 of 255 = 30%

86
77
76

R + G + B ~ 31%. #564D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 77 + 76 = 239 (100%)
R 86 of 239 ~ 35.98%
G 77 of 239 ~ 32.22%
B 76 of 239 ~ 31.8'%

%35.98
%32.22
%31.8

CMYK color model

#564D4C color CMYK value is (0,10,12,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 11.63%
  • key color value is 66.27%

CMYK: (0,10,12,66)
C0M10Y12K66 (0%, 10%, 12%, 66%)
(0.00 / 0.10 / 0.12 / 0.66)

CMYK percentages

%0
%10.47
%11.63
%66.27

Codes

Color #564D4C in popluar color models

56 4D 4C
RGB 86 77 76
HSL 6.17% 31.76%
HSB/HSV 11.63% 33.73%
CMYK 0.00% 10.47% 11.63%
66.27%

Color #564D4C in popluar number systems.

HEX 56 4D 4C
Decimal 86 77 76
Binary 1010110 1001101 1001100
Octal 126 115 114

Shades and tints

Shades of #564D4C

#564D4C
(86,77,76)
#4F4646
(79,70,70)
#483F40
(72,63,64)
#41383A
(65,56,58)
#3A3134
(58,49,52)
#332A2E
(51,42,46)
#2C2328
(44,35,40)
#251C22
(37,28,34)
#1E151C
(30,21,28)
#170E16
(23,14,22)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #564D4C

#564D4C
(86,77,76)
#655D5C
(101,93,92)
#746D6C
(116,109,108)
#837D7C
(131,125,124)
#928D8C
(146,141,140)
#A19D9C
(161,157,156)
#B0ADAC
(176,173,172)
#BFBDBC
(191,189,188)
#CECDCC
(206,205,204)
#DDDDDC
(221,221,220)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564D4C color. Also use rgb(86,77,76) instead hex code.

Text Font Color

.myTextColor { color: #564D4C; }

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

This text font color is #564D4C.

Background Color

.myBgColor { background-color: #564D4C; }

<div style="background-color:#564D4C">Inner text</div>

This div background color is #564D4C.

Border color

.myBorderColor { border: 1px solid #564D4C; }

<div style="border:3px solid #564D4C">Div</div>

This div border color is #564D4C.

Opacity

.myOpacity80 { color: #564D4C; opacity: 0.8; }

<p style="color:#564D4C;opacity:0.8;">80%</p>

Text with #564D4C 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 #564D4C;}

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

This text has shadow with #564D4C color.


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

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

This text has shadow with #564D4C primary color and red secondary color.


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

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

This text has shadow with #564D4C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #564D4C.

Preview

Color preview on black background

This text has color #564D4C on black background.


Color preview on white background

This text has color #564D4C on white background.


Black color preview on #564D4C background

This text has black color on #564D4C background.


White color preview on #564D4C background

This text has white color on #564D4C background.


Related colors

Complementary color

Complementary color for #hex is #A9B2B3.


I love getcolorcode.com

Triadic colors

1 #4C564D and #4D4C56 with #564D4C are triadic colors.

2 #4C4D56 and #4D564C with #564D4C are triadic colors.