COLOR #564B4A

HEX: #564B4A
RGB: (86,75,74)

Color info

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

RGB color model

#564B4A color RGB value is (86,75,74).

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

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 74 of 255 = 29%

86
75
74

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

Portions of RGB colors in percentages

R + G + B =
86 + 75 + 74 = 235 (100%)
R 86 of 235 ~ 36.6%
G 75 of 235 ~ 31.91%
B 74 of 235 ~ 31.49%

%36.6
%31.91
%31.49

CMYK color model

#564B4A color CMYK value is (0,13,14,66).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(0,13,14,66)
C0M13Y14K66 
(0%,13%,14%,66%)
(0.00/0.13/0.14/0.66)	

CMYK percentages

%0
%12.79
%13.95
%66.27

Codes

Color #564B4A in popluar color models

564B4A
RGB867574
HSL7.50%31.37%
HSB/HSV13.95%33.73%
CMYK0.00%12.79%13.95%
66.27%

Color #564B4A in popluar number systems.

HEX564B4A
Decimal867574
Binary101011010010111001010
Octal126113112

Shades and tints

Shades of #564B4A

#564B4A
(86,75,74)
#4F4544
(79,69,68)
#483F3E
(72,63,62)
#413938
(65,57,56)
#3A3332
(58,51,50)
#332D2C
(51,45,44)
#2C2726
(44,39,38)
#252120
(37,33,32)
#1E1B1A
(30,27,26)
#171514
(23,21,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #564B4A

#564B4A
(86,75,74)
#655B5A
(101,91,90)
#746B6A
(116,107,106)
#837B7A
(131,123,122)
#928B8A
(146,139,138)
#A19B9A
(161,155,154)
#B0ABAA
(176,171,170)
#BFBBBA
(191,187,186)
#CECBCA
(206,203,202)
#DDDBDA
(221,219,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564B4A; }

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

This text font color is #564B4A.


Background Color

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

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

This div background color is #564B4A.


Border color

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

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

This div border color is #564B4A.


Opacity

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

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

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

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

This text has shadow with #564B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564B4A on black background.


Color preview on white background

This text has color #564B4A on white background.



Black color preview on #564B4A background

This text has black color on #564B4A background.


White color preview on #564B4A background

This text has white color on #564B4A background.