COLOR #564D2F

HEX: #564D2F
RGB: (86,77,47)

Color info

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

RGB color model

#564D2F color RGB value is (86,77,47).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 47 of 255 = 18%

86
77
47

R + G + B ~ 27%. #564D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 47 = 210 (100%)
R 86 of 210 ~ 40.95%
G 77 of 210 ~ 36.67%
B 47 of 210 ~ 22.38%

%40.95
%36.67
%22.38

CMYK color model

#564D2F color CMYK value is (0,10,45,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 45.35%
  • key color value is 66.27%
CMYK:
(0,10,45,66)
C0M10Y45K66 
(0%,10%,45%,66%)
(0.00/0.10/0.45/0.66)	

CMYK percentages

%0
%10.47
%45.35
%66.27

Codes

Color #564D2F in popluar color models

564D2F
RGB867747
HSL46°29.32%26.08%
HSB/HSV46°45.35%33.73%
CMYK0.00%10.47%45.35%
66.27%

Color #564D2F in popluar number systems.

HEX564D2F
Decimal867747
Binary10101101001101101111
Octal12611557

Shades and tints

Shades of #564D2F

#564D2F
(86,77,47)
#4F462B
(79,70,43)
#483F27
(72,63,39)
#413823
(65,56,35)
#3A311F
(58,49,31)
#332A1B
(51,42,27)
#2C2317
(44,35,23)
#251C13
(37,28,19)
#1E150F
(30,21,15)
#170E0B
(23,14,11)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #564D2F

#564D2F
(86,77,47)
#655D41
(101,93,65)
#746D53
(116,109,83)
#837D65
(131,125,101)
#928D77
(146,141,119)
#A19D89
(161,157,137)
#B0AD9B
(176,173,155)
#BFBDAD
(191,189,173)
#CECDBF
(206,205,191)
#DDDDD1
(221,221,209)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D2F; }

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

This text font color is #564D2F.


Background Color

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

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

This div background color is #564D2F.


Border color

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

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

This div border color is #564D2F.


Opacity

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

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

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

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

This text has shadow with #564D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D2F on black background.


Color preview on white background

This text has color #564D2F on white background.



Black color preview on #564D2F background

This text has black color on #564D2F background.


White color preview on #564D2F background

This text has white color on #564D2F background.