Color Hex Logo

#563041 Color Hex

#563041
(86,48,65)
0 Favorites   0 Comments

Color spaces of #563041

RGB 864865
HSL0.930.280.26
HSV333°44°34°
CMYK 0.000.440.24   0.66
XYZ5.84884.47405.5563
Yxy4.47400.36830.2818
Hunter Lab21.151812.3422-0.7684
CIE-Lab25.180319.8980-3.1825

#563041 color RGB value is (86,48,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110000 01000001
Octal 126 60 101
Decimal 86 48 65
Hex 56 30 41

RGB Percentages of Color #563041

%43.22
%24.12
%32.66

CMYK Percentages of Color #563041

%0
%44
%24
%66

Triadic Colors of #563041

#563041 #415630 #304156

Analogous Colors of #563041

#563041 #563230 #563054

Monochromatic Colors of #563041

#563041

Complementary Color

#563041 #305645

#563041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563041 Color CSS Codes

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

#563041 Text Font Color

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

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


#563041 Background Color

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

This div background color is #563041


#563041 Border Color

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

This div border color is #563041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563041


Comments

No comments written yet.

Please login to write comment.