COLOR #564747

HEX: #564747
RGB: (86,71,71)

Color info

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

RGB color model

#564747 color RGB value is (86,71,71).

  • red value is 86;
  • green value is 71;
  • blue value is 71.
RGB:
(86,71,71)
(34%,28%,28%)

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 71 of 255 = 28%

86
71
71

R + G + B ~ 30%. #564747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 71 = 228 (100%)
R 86 of 228 ~ 37.72%
G 71 of 228 ~ 31.14%
B 71 of 228 ~ 31.14%

%37.72
%31.14
%31.14

CMYK color model

#564747 color CMYK value is (0,17,17,66).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 17.44%
  • key color value is 66.27%
CMYK:
(0,17,17,66)
C0M17Y17K66 
(0%,17%,17%,66%)
(0.00/0.17/0.17/0.66)	

CMYK percentages

%0
%17.44
%17.44
%66.27

Codes

Color #564747 in popluar color models

564747
RGB867171
HSL9.55%30.78%
HSB/HSV17.44%33.73%
CMYK0.00%17.44%17.44%
66.27%

Color #564747 in popluar number systems.

HEX564747
Decimal867171
Binary101011010001111000111
Octal126107107

Shades and tints

Shades of #564747

#564747
(86,71,71)
#4F4141
(79,65,65)
#483B3B
(72,59,59)
#413535
(65,53,53)
#3A2F2F
(58,47,47)
#332929
(51,41,41)
#2C2323
(44,35,35)
#251D1D
(37,29,29)
#1E1717
(30,23,23)
#171111
(23,17,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #564747

#564747
(86,71,71)
#655757
(101,87,87)
#746767
(116,103,103)
#837777
(131,119,119)
#928787
(146,135,135)
#A19797
(161,151,151)
#B0A7A7
(176,167,167)
#BFB7B7
(191,183,183)
#CEC7C7
(206,199,199)
#DDD7D7
(221,215,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564747; }

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

This text font color is #564747.


Background Color

.myBgColor { background-color: #564747; }

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

This div background color is #564747.


Border color

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

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

This div border color is #564747.


Opacity

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

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

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

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

This text has shadow with #564747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564747 on black background.


Color preview on white background

This text has color #564747 on white background.



Black color preview on #564747 background

This text has black color on #564747 background.


White color preview on #564747 background

This text has white color on #564747 background.