COLOR #564540

HEX: #564540
RGB: (86,69,64)

Color info

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

RGB color model

#564540 color RGB value is (86,69,64).

  • red value is 86;
  • green value is 69;
  • blue value is 64.
RGB:
(86,69,64)
(34%,27%,25%)

RGB channels and saturation

R 86 of 255 = 34%
G 69 of 255 = 27%
B 64 of 255 = 25%

86
69
64

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

Portions of RGB colors in percentages

R + G + B =
86 + 69 + 64 = 219 (100%)
R 86 of 219 ~ 39.27%
G 69 of 219 ~ 31.51%
B 64 of 219 ~ 29.22%

%39.27
%31.51
%29.22

CMYK color model

#564540 color CMYK value is (0,20,26,66).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 25.58%
  • key color value is 66.27%
CMYK:
(0,20,26,66)
C0M20Y26K66 
(0%,20%,26%,66%)
(0.00/0.20/0.26/0.66)	

CMYK percentages

%0
%19.77
%25.58
%66.27

Codes

Color #564540 in popluar color models

564540
RGB866964
HSL14°14.67%29.41%
HSB/HSV14°25.58%33.73%
CMYK0.00%19.77%25.58%
66.27%

Color #564540 in popluar number systems.

HEX564540
Decimal866964
Binary101011010001011000000
Octal126105100

Shades and tints

Shades of #564540

#564540
(86,69,64)
#4F3F3B
(79,63,59)
#483936
(72,57,54)
#413331
(65,51,49)
#3A2D2C
(58,45,44)
#332727
(51,39,39)
#2C2122
(44,33,34)
#251B1D
(37,27,29)
#1E1518
(30,21,24)
#170F13
(23,15,19)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #564540

#564540
(86,69,64)
#655551
(101,85,81)
#746562
(116,101,98)
#837573
(131,117,115)
#928584
(146,133,132)
#A19595
(161,149,149)
#B0A5A6
(176,165,166)
#BFB5B7
(191,181,183)
#CEC5C8
(206,197,200)
#DDD5D9
(221,213,217)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564540 color. Also use rgb(86,69,64) instead hex code.

Text Font Color

.myTextColor { color: #564540; }

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

This text font color is #564540.


Background Color

.myBgColor { background-color: #564540; }

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

This div background color is #564540.


Border color

.myBorderColor { border: 1px solid #564540; }

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

This div border color is #564540.


Opacity

.myOpacity80 { color: #564540; opacity: 0.8; }

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

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

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

This text has shadow with #564540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564540 on black background.


Color preview on white background

This text has color #564540 on white background.



Black color preview on #564540 background

This text has black color on #564540 background.


White color preview on #564540 background

This text has white color on #564540 background.