COLOR #564B54

HEX: #564B54
RGB: (86,75,84)

Color info

#564B54 contains red, green and blue colors in about the same proportion. Web safe color of #564B54 is #663366 (or #636).

RGB color model

#564B54 color RGB value is (86,75,84).

  • red value is 86;
  • green value is 75;
  • blue value is 84.
RGB:
(86,75,84)
(34%,29%,33%)

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 84 of 255 = 33%

86
75
84

R + G + B ~ 32%. #564B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 75 + 84 = 245 (100%)
R 86 of 245 ~ 35.1%
G 75 of 245 ~ 30.61%
B 84 of 245 ~ 34.29%

%35.1
%30.61
%34.29

CMYK color model

#564B54 color CMYK value is (0,13,2,66).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(0,13,2,66)
C0M13Y2K66 
(0%,13%,2%,66%)
(0.00/0.13/0.02/0.66)	

CMYK percentages

%0
%12.79
%2.33
%66.27

Codes

Color #564B54 in popluar color models

564B54
RGB867584
HSL311°6.83%31.57%
HSB/HSV311°12.79%33.73%
CMYK0.00%12.79%2.33%
66.27%

Color #564B54 in popluar number systems.

HEX564B54
Decimal867584
Binary101011010010111010100
Octal126113124

Shades and tints

Shades of #564B54

#564B54
(86,75,84)
#4F454D
(79,69,77)
#483F46
(72,63,70)
#41393F
(65,57,63)
#3A3338
(58,51,56)
#332D31
(51,45,49)
#2C272A
(44,39,42)
#252123
(37,33,35)
#1E1B1C
(30,27,28)
#171515
(23,21,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #564B54

#564B54
(86,75,84)
#655B63
(101,91,99)
#746B72
(116,107,114)
#837B81
(131,123,129)
#928B90
(146,139,144)
#A19B9F
(161,155,159)
#B0ABAE
(176,171,174)
#BFBBBD
(191,187,189)
#CECBCC
(206,203,204)
#DDDBDB
(221,219,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564B54 color. Also use rgb(86,75,84) instead hex code.

Text Font Color

.myTextColor { color: #564B54; }

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

This text font color is #564B54.


Background Color

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

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

This div background color is #564B54.


Border color

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

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

This div border color is #564B54.


Opacity

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

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

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

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

This text has shadow with #564B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564B54 on black background.


Color preview on white background

This text has color #564B54 on white background.



Black color preview on #564B54 background

This text has black color on #564B54 background.


White color preview on #564B54 background

This text has white color on #564B54 background.