Color Hex Logo

#563441 Color Hex

#563441
(86,52,65)
0 Favorites   0 Comments

Color spaces of #563441

RGB 865265
HSL0.940.250.27
HSV337°40°34°
CMYK 0.000.400.24   0.66
XYZ6.01994.81615.6133
Yxy4.81610.36600.2928
Hunter Lab21.945610.55950.1966
CIE-Lab26.204317.3910-1.6699

#563441 color RGB value is (86,52,65).

#563441 hex color red value is 86, green value is 52 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #563441 hue: 0.94 , saturation: 0.25 and the lightness value of 563441 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 01000001
Octal 126 64 101
Decimal 86 52 65
Hex 56 34 41

RGB Percentages of Color #563441

%42.36
%25.62
%32.02

CMYK Percentages of Color #563441

%0
%40
%24
%66

Triadic Colors of #563441

#563441 #415634 #344156

Analogous Colors of #563441

#563441 #563834 #563452

Monochromatic Colors of #563441

#563441

Complementary Color

#563441 #345649

#563441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563441 Color CSS Codes

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

#563441 Text Font Color

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

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


#563441 Background Color

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

This div background color is #563441


#563441 Border Color

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

This div border color is #563441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563441


Comments

No comments written yet.

Please login to write comment.