COLOR #564E46

HEX: #564E46
RGB: (86,78,70)

Color info

#564E46 contains red, green and blue colors in about the same proportion. Web safe color of #564E46 is #666633 (or #663).

RGB color model

#564E46 color RGB value is (86,78,70).

  • red value is 86;
  • green value is 78;
  • blue value is 70.
RGB:
(86,78,70)
(34%,31%,27%)

RGB channels and saturation

R 86 of 255 = 34%
G 78 of 255 = 31%
B 70 of 255 = 27%

86
78
70

R + G + B ~ 31%. #564E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 78 + 70 = 234 (100%)
R 86 of 234 ~ 36.75%
G 78 of 234 ~ 33.33%
B 70 of 234 ~ 29.91%

%36.75
%33.33
%29.91

CMYK color model

#564E46 color CMYK value is (0,9,19,66).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 18.60%
  • key color value is 66.27%
CMYK:
(0,9,19,66)
C0M9Y19K66 
(0%,9%,19%,66%)
(0.00/0.09/0.19/0.66)	

CMYK percentages

%0
%9.3
%18.6
%66.27

Codes

Color #564E46 in popluar color models

564E46
RGB867870
HSL30°10.26%30.59%
HSB/HSV30°18.60%33.73%
CMYK0.00%9.30%18.60%
66.27%

Color #564E46 in popluar number systems.

HEX564E46
Decimal867870
Binary101011010011101000110
Octal126116106

Shades and tints

Shades of #564E46

#564E46
(86,78,70)
#4F4740
(79,71,64)
#48403A
(72,64,58)
#413934
(65,57,52)
#3A322E
(58,50,46)
#332B28
(51,43,40)
#2C2422
(44,36,34)
#251D1C
(37,29,28)
#1E1616
(30,22,22)
#170F10
(23,15,16)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #564E46

#564E46
(86,78,70)
#655E56
(101,94,86)
#746E66
(116,110,102)
#837E76
(131,126,118)
#928E86
(146,142,134)
#A19E96
(161,158,150)
#B0AEA6
(176,174,166)
#BFBEB6
(191,190,182)
#CECEC6
(206,206,198)
#DDDED6
(221,222,214)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564E46 color. Also use rgb(86,78,70) instead hex code.

Text Font Color

.myTextColor { color: #564E46; }

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

This text font color is #564E46.


Background Color

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

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

This div background color is #564E46.


Border color

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

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

This div border color is #564E46.


Opacity

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

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

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

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

This text has shadow with #564E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564E46 on black background.


Color preview on white background

This text has color #564E46 on white background.



Black color preview on #564E46 background

This text has black color on #564E46 background.


White color preview on #564E46 background

This text has white color on #564E46 background.