COLOR #564D41

HEX: #564D41
RGB: (86,77,65)

Color info

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

RGB color model

#564D41 color RGB value is (86,77,65).

  • red value is 86;
  • green value is 77;
  • blue value is 65.
RGB:
(86,77,65)
(34%,30%,25%)

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 65 of 255 = 25%

86
77
65

R + G + B ~ 30%. #564D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 65 = 228 (100%)
R 86 of 228 ~ 37.72%
G 77 of 228 ~ 33.77%
B 65 of 228 ~ 28.51%

%37.72
%33.77
%28.51

CMYK color model

#564D41 color CMYK value is (0,10,24,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 24.42%
  • key color value is 66.27%
CMYK:
(0,10,24,66)
C0M10Y24K66 
(0%,10%,24%,66%)
(0.00/0.10/0.24/0.66)	

CMYK percentages

%0
%10.47
%24.42
%66.27

Codes

Color #564D41 in popluar color models

564D41
RGB867765
HSL34°13.91%29.61%
HSB/HSV34°24.42%33.73%
CMYK0.00%10.47%24.42%
66.27%

Color #564D41 in popluar number systems.

HEX564D41
Decimal867765
Binary101011010011011000001
Octal126115101

Shades and tints

Shades of #564D41

#564D41
(86,77,65)
#4F463C
(79,70,60)
#483F37
(72,63,55)
#413832
(65,56,50)
#3A312D
(58,49,45)
#332A28
(51,42,40)
#2C2323
(44,35,35)
#251C1E
(37,28,30)
#1E1519
(30,21,25)
#170E14
(23,14,20)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #564D41

#564D41
(86,77,65)
#655D52
(101,93,82)
#746D63
(116,109,99)
#837D74
(131,125,116)
#928D85
(146,141,133)
#A19D96
(161,157,150)
#B0ADA7
(176,173,167)
#BFBDB8
(191,189,184)
#CECDC9
(206,205,201)
#DDDDDA
(221,221,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D41; }

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

This text font color is #564D41.


Background Color

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

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

This div background color is #564D41.


Border color

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

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

This div border color is #564D41.


Opacity

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

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

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

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

This text has shadow with #564D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D41 on black background.


Color preview on white background

This text has color #564D41 on white background.



Black color preview on #564D41 background

This text has black color on #564D41 background.


White color preview on #564D41 background

This text has white color on #564D41 background.