Color Hex Logo

#563322 Color Hex

#563322
(86,51,34)
0 Favorites   0 Comments

Color spaces of #563322

RGB 865134
HSL0.050.430.24
HSV20°60°34°
CMYK 0.000.410.60   0.66
XYZ5.31034.46162.0947
Yxy4.46160.44750.3760
Hunter Lab21.12257.91148.9060
CIE-Lab25.142313.807917.3449

#563322 color RGB value is (86,51,34).

#563322 hex color red value is 86, green value is 51 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #563322 hue: 0.05 , saturation: 0.43 and the lightness value of 563322 is 0.24.

The process color (four color CMYK) of #563322 color hex is 0.00, 0.41, 0.60, 0.66. Web safe color of #563322 is #663333. Color #563322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 00100010
Octal 126 63 42
Decimal 86 51 34
Hex 56 33 22

RGB Percentages of Color #563322

%50.29
%29.82
%19.88

CMYK Percentages of Color #563322

%0
%41
%60
%66

Triadic Colors of #563322

#563322 #225633 #332256

Analogous Colors of #563322

#563322 #564d22 #56222b

Monochromatic Colors of #563322

#563322

Complementary Color

#563322 #224556

#563322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563322 Color CSS Codes

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

#563322 Text Font Color

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

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


#563322 Background Color

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

This div background color is #563322


#563322 Border Color

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

This div border color is #563322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563322


Comments

No comments written yet.

Please login to write comment.