Color Hex Logo

#563045 Color Hex

#563045
(86,48,69)
0 Favorites   0 Comments

Color spaces of #563045

RGB 864869
HSL0.910.280.26
HSV327°44°34°
CMYK 0.000.440.20   0.66
XYZ5.96894.52206.1885
Yxy4.52200.35790.2711
Hunter Lab21.265012.8897-2.3690
CIE-Lab25.327120.6075-5.6426

#563045 color RGB value is (86,48,69).

#563045 hex color red value is 86, green value is 48 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #563045 hue: 0.91 , saturation: 0.28 and the lightness value of 563045 is 0.26.

The process color (four color CMYK) of #563045 color hex is 0.00, 0.44, 0.20, 0.66. Web safe color of #563045 is #663333. Color #563045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110000 01000101
Octal 126 60 105
Decimal 86 48 69
Hex 56 30 45

RGB Percentages of Color #563045

%42.36
%23.65
%33.99

CMYK Percentages of Color #563045

%0
%44
%20
%66

Triadic Colors of #563045

#563045 #455630 #304556

Analogous Colors of #563045

#563045 #563032 #543056

Monochromatic Colors of #563045

#563045

Complementary Color

#563045 #305641

#563045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563045 Color CSS Codes

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

#563045 Text Font Color

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

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


#563045 Background Color

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

This div background color is #563045


#563045 Border Color

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

This div border color is #563045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563045


Comments

No comments written yet.

Please login to write comment.