Color Hex Logo

#564849 Color Hex

#564849
(86,72,73)
0 Favorites   0 Comments

Color spaces of #564849

RGB 867273
HSL0.990.090.31
HSV356°16°34°
CMYK 0.000.160.15   0.66
XYZ7.35777.09427.2849
Yxy7.09420.33850.3264
Hunter Lab26.63492.69812.4281
CIE-Lab32.02046.10951.6009

#564849 color RGB value is (86,72,73).

#564849 hex color red value is 86, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #564849 hue: 0.99 , saturation: 0.09 and the lightness value of 564849 is 0.31.

The process color (four color CMYK) of #564849 color hex is 0.00, 0.16, 0.15, 0.66. Web safe color of #564849 is #663333. Color #564849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001000 01001001
Octal 126 110 111
Decimal 86 72 73
Hex 56 48 49

RGB Percentages of Color #564849

%37.23
%31.17
%31.60

CMYK Percentages of Color #564849

%0
%16
%15
%66

Triadic Colors of #564849

#564849 #495648 #484956

Analogous Colors of #564849

#564849 #564e48 #564850

Monochromatic Colors of #564849

#564849

Complementary Color

#564849 #485655

#564849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564849 Color CSS Codes

.mybgcolor {background-color:#564849; } 
.myforecolor {color:#564849; }
.mybordercolor {border:3px solid #564849; }

#564849 Text Font Color

<p style="color:#564849">Text here</p>

This sample text font color is #564849
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#564849 Background Color

<div style="background-color:#564849">
Div content here</div>

This div background color is #564849


#564849 Border Color

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

This div border color is #564849


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,72,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564849; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564849;
  -webkit-box-shadow: 1px 1px 3px 2px #564849;
  box-shadow:         1px 1px 3px 2px #564849; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,72,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #564849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #564849;
  -webkit-box-shadow: 1px 1px 3px 2px #564849;
  box-shadow:         1px 1px 3px 2px #564849;">
Div content here</div>

This div box has shadow with color #564849


Comments

No comments written yet.

Please login to write comment.