COLOR #564D3E

HEX: #564D3E
RGB: (86,77,62)

Color info

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

RGB color model

#564D3E color RGB value is (86,77,62).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 62 of 255 = 24%

86
77
62

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

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 62 = 225 (100%)
R 86 of 225 ~ 38.22%
G 77 of 225 ~ 34.22%
B 62 of 225 ~ 27.56%

%38.22
%34.22
%27.56

CMYK color model

#564D3E color CMYK value is (0,10,28,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 27.91%
  • key color value is 66.27%
CMYK:
(0,10,28,66)
C0M10Y28K66 
(0%,10%,28%,66%)
(0.00/0.10/0.28/0.66)	

CMYK percentages

%0
%10.47
%27.91
%66.27

Codes

Color #564D3E in popluar color models

564D3E
RGB867762
HSL38°16.22%29.02%
HSB/HSV38°27.91%33.73%
CMYK0.00%10.47%27.91%
66.27%

Color #564D3E in popluar number systems.

HEX564D3E
Decimal867762
Binary10101101001101111110
Octal12611576

Shades and tints

Shades of #564D3E

#564D3E
(86,77,62)
#4F4639
(79,70,57)
#483F34
(72,63,52)
#41382F
(65,56,47)
#3A312A
(58,49,42)
#332A25
(51,42,37)
#2C2320
(44,35,32)
#251C1B
(37,28,27)
#1E1516
(30,21,22)
#170E11
(23,14,17)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #564D3E

#564D3E
(86,77,62)
#655D4F
(101,93,79)
#746D60
(116,109,96)
#837D71
(131,125,113)
#928D82
(146,141,130)
#A19D93
(161,157,147)
#B0ADA4
(176,173,164)
#BFBDB5
(191,189,181)
#CECDC6
(206,205,198)
#DDDDD7
(221,221,215)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D3E; }

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

This text font color is #564D3E.


Background Color

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

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

This div background color is #564D3E.


Border color

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

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

This div border color is #564D3E.


Opacity

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

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

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

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

This text has shadow with #564D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D3E on black background.


Color preview on white background

This text has color #564D3E on white background.



Black color preview on #564D3E background

This text has black color on #564D3E background.


White color preview on #564D3E background

This text has white color on #564D3E background.