Color Hex Logo

#563413 Color Hex

#563413
(86,52,19)
0 Favorites   0 Comments

Color spaces of #563413

RGB 865219
HSL0.080.640.21
HSV30°78°34°
CMYK 0.000.400.78   0.66
XYZ5.18334.48141.2079
Yxy4.48140.47670.4122
Hunter Lab21.16936.659411.4355
CIE-Lab25.203012.009926.4344

#563413 color RGB value is (86,52,19).

#563413 hex color red value is 86, green value is 52 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #563413 hue: 0.08 , saturation: 0.64 and the lightness value of 563413 is 0.21.

The process color (four color CMYK) of #563413 color hex is 0.00, 0.40, 0.78, 0.66. Web safe color of #563413 is #663300. Color #563413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 00010011
Octal 126 64 23
Decimal 86 52 19
Hex 56 34 13

RGB Percentages of Color #563413

%54.78
%33.12
%12.10

CMYK Percentages of Color #563413

%0
%40
%78
%66

Triadic Colors of #563413

#563413 #135634 #341356

Analogous Colors of #563413

#563413 #565613 #561314

Monochromatic Colors of #563413

#563413

Complementary Color

#563413 #133556

#563413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563413 Color CSS Codes

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

#563413 Text Font Color

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

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


#563413 Background Color

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

This div background color is #563413


#563413 Border Color

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

This div border color is #563413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563413


Comments

No comments written yet.

Please login to write comment.