COLOR #564D39

HEX: #564D39
RGB: (86,77,57)

Color info

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

RGB color model

#564D39 color RGB value is (86,77,57).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 57 of 255 = 22%

86
77
57

R + G + B ~ 29%. #564D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 57 = 220 (100%)
R 86 of 220 ~ 39.09%
G 77 of 220 ~ 35%
B 57 of 220 ~ 25.91%

%39.09
%35
%25.91

CMYK color model

#564D39 color CMYK value is (0,10,34,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 33.72%
  • key color value is 66.27%
CMYK:
(0,10,34,66)
C0M10Y34K66 
(0%,10%,34%,66%)
(0.00/0.10/0.34/0.66)	

CMYK percentages

%0
%10.47
%33.72
%66.27

Codes

Color #564D39 in popluar color models

564D39
RGB867757
HSL41°20.28%28.04%
HSB/HSV41°33.72%33.73%
CMYK0.00%10.47%33.72%
66.27%

Color #564D39 in popluar number systems.

HEX564D39
Decimal867757
Binary10101101001101111001
Octal12611571

Shades and tints

Shades of #564D39

#564D39
(86,77,57)
#4F4634
(79,70,52)
#483F2F
(72,63,47)
#41382A
(65,56,42)
#3A3125
(58,49,37)
#332A20
(51,42,32)
#2C231B
(44,35,27)
#251C16
(37,28,22)
#1E1511
(30,21,17)
#170E0C
(23,14,12)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #564D39

#564D39
(86,77,57)
#655D4B
(101,93,75)
#746D5D
(116,109,93)
#837D6F
(131,125,111)
#928D81
(146,141,129)
#A19D93
(161,157,147)
#B0ADA5
(176,173,165)
#BFBDB7
(191,189,183)
#CECDC9
(206,205,201)
#DDDDDB
(221,221,219)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D39; }

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

This text font color is #564D39.


Background Color

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

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

This div background color is #564D39.


Border color

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

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

This div border color is #564D39.


Opacity

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

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

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

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

This text has shadow with #564D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D39 on black background.


Color preview on white background

This text has color #564D39 on white background.



Black color preview on #564D39 background

This text has black color on #564D39 background.


White color preview on #564D39 background

This text has white color on #564D39 background.