COLOR #564D4B

HEX: #564D4B
RGB: (86,77,75)

Color info

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

RGB color model

#564D4B color RGB value is (86,77,75).

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

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 75 of 255 = 29%

86
77
75

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

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 75 = 238 (100%)
R 86 of 238 ~ 36.13%
G 77 of 238 ~ 32.35%
B 75 of 238 ~ 31.51%

%36.13
%32.35
%31.51

CMYK color model

#564D4B color CMYK value is (0,10,13,66).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(0,10,13,66)
C0M10Y13K66 
(0%,10%,13%,66%)
(0.00/0.10/0.13/0.66)	

CMYK percentages

%0
%10.47
%12.79
%66.27

Codes

Color #564D4B in popluar color models

564D4B
RGB867775
HSL11°6.83%31.57%
HSB/HSV11°12.79%33.73%
CMYK0.00%10.47%12.79%
66.27%

Color #564D4B in popluar number systems.

HEX564D4B
Decimal867775
Binary101011010011011001011
Octal126115113

Shades and tints

Shades of #564D4B

#564D4B
(86,77,75)
#4F4645
(79,70,69)
#483F3F
(72,63,63)
#413839
(65,56,57)
#3A3133
(58,49,51)
#332A2D
(51,42,45)
#2C2327
(44,35,39)
#251C21
(37,28,33)
#1E151B
(30,21,27)
#170E15
(23,14,21)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #564D4B

#564D4B
(86,77,75)
#655D5B
(101,93,91)
#746D6B
(116,109,107)
#837D7B
(131,125,123)
#928D8B
(146,141,139)
#A19D9B
(161,157,155)
#B0ADAB
(176,173,171)
#BFBDBB
(191,189,187)
#CECDCB
(206,205,203)
#DDDDDB
(221,221,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564D4B; }

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

This text font color is #564D4B.


Background Color

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

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

This div background color is #564D4B.


Border color

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

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

This div border color is #564D4B.


Opacity

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

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

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

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

This text has shadow with #564D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D4B on black background.


Color preview on white background

This text has color #564D4B on white background.



Black color preview on #564D4B background

This text has black color on #564D4B background.


White color preview on #564D4B background

This text has white color on #564D4B background.