Color Hex Logo

#563242 Color Hex

#563242
(86,50,66)
0 Favorites   0 Comments

Color spaces of #563242

RGB 865066
HSL0.930.260.27
HSV333°42°34°
CMYK 0.000.420.23   0.66
XYZ5.96174.65305.7382
Yxy4.65300.36460.2845
Hunter Lab21.570811.5846-0.6726
CIE-Lab25.722418.8238-3.0489

#563242 color RGB value is (86,50,66).

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

The process color (four color CMYK) of #563242 color hex is 0.00, 0.42, 0.23, 0.66. Web safe color of #563242 is #663333. Color #563242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110010 01000010
Octal 126 62 102
Decimal 86 50 66
Hex 56 32 42

RGB Percentages of Color #563242

%42.57
%24.75
%32.67

CMYK Percentages of Color #563242

%0
%42
%23
%66

Triadic Colors of #563242

#563242 #425632 #324256

Analogous Colors of #563242

#563242 #563432 #563254

Monochromatic Colors of #563242

#563242

Complementary Color

#563242 #325646

#563242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563242 Color CSS Codes

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

#563242 Text Font Color

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

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


#563242 Background Color

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

This div background color is #563242


#563242 Border Color

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

This div border color is #563242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563242


Comments

No comments written yet.

Please login to write comment.