COLOR #564743

HEX: #564743
RGB: (86,71,67)

Color info

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

RGB color model

#564743 color RGB value is (86,71,67).

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

RGB channels and saturation

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

86
71
67

R + G + B ~ 29%. #564743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 67 = 224 (100%)
R 86 of 224 ~ 38.39%
G 71 of 224 ~ 31.7%
B 67 of 224 ~ 29.91%

%38.39
%31.7
%29.91

CMYK color model

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

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

CMYK percentages

%0
%17.44
%22.09
%66.27

Codes

Color #564743 in popluar color models

564743
RGB867167
HSL13°12.42%30.00%
HSB/HSV13°22.09%33.73%
CMYK0.00%17.44%22.09%
66.27%

Color #564743 in popluar number systems.

HEX564743
Decimal867167
Binary101011010001111000011
Octal126107103

Shades and tints

Shades of #564743

#564743
(86,71,67)
#4F413D
(79,65,61)
#483B37
(72,59,55)
#413531
(65,53,49)
#3A2F2B
(58,47,43)
#332925
(51,41,37)
#2C231F
(44,35,31)
#251D19
(37,29,25)
#1E1713
(30,23,19)
#17110D
(23,17,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #564743

#564743
(86,71,67)
#655754
(101,87,84)
#746765
(116,103,101)
#837776
(131,119,118)
#928787
(146,135,135)
#A19798
(161,151,152)
#B0A7A9
(176,167,169)
#BFB7BA
(191,183,186)
#CEC7CB
(206,199,203)
#DDD7DC
(221,215,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564743; }

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

This text font color is #564743.


Background Color

.myBgColor { background-color: #564743; }

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

This div background color is #564743.


Border color

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

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

This div border color is #564743.


Opacity

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

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

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

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

This text has shadow with #564743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564743 on black background.


Color preview on white background

This text has color #564743 on white background.



Black color preview on #564743 background

This text has black color on #564743 background.


White color preview on #564743 background

This text has white color on #564743 background.