Color Hex Logo

#563349 Color Hex

#563349
(86,51,73)
0 Favorites   0 Comments

Color spaces of #563349

RGB 865173
HSL0.900.260.27
HSV322°41°34°
CMYK 0.000.410.15   0.66
XYZ6.22424.82716.9070
Yxy4.82710.34660.2688
Hunter Lab21.970712.1197-3.2598
CIE-Lab26.236419.4822-6.9426

#563349 color RGB value is (86,51,73).

#563349 hex color red value is 86, green value is 51 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #563349 hue: 0.90 , saturation: 0.26 and the lightness value of 563349 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 01001001
Octal 126 63 111
Decimal 86 51 73
Hex 56 33 49

RGB Percentages of Color #563349

%40.95
%24.29
%34.76

CMYK Percentages of Color #563349

%0
%41
%15
%66

Triadic Colors of #563349

#563349 #495633 #334956

Analogous Colors of #563349

#563349 #563338 #523356

Monochromatic Colors of #563349

#563349

Complementary Color

#563349 #335640

#563349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563349 Color CSS Codes

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

#563349 Text Font Color

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

This sample text font color is #563349
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.


#563349 Background Color

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

This div background color is #563349


#563349 Border Color

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

This div border color is #563349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,51,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 #563349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563349


Comments

No comments written yet.

Please login to write comment.