Color Hex Logo

#563302 Color Hex

#563302
(86,51,2)
0 Favorites   0 Comments

Color spaces of #563302

RGB 86512
HSL0.100.950.17
HSV35°98°34°
CMYK 0.000.410.98   0.66
XYZ5.03254.35050.6319
Yxy4.35050.50250.4344
Hunter Lab20.85796.566512.8043
CIE-Lab24.797911.899333.7166

#563302 color RGB value is (86,51,2).

#563302 hex color red value is 86, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #563302 hue: 0.10 , saturation: 0.95 and the lightness value of 563302 is 0.17.

The process color (four color CMYK) of #563302 color hex is 0.00, 0.41, 0.98, 0.66. Web safe color of #563302 is #663300. Color #563302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 00000010
Octal 126 63 2
Decimal 86 51 2
Hex 56 33 2

RGB Percentages of Color #563302

%61.87
%36.69
%1.44

CMYK Percentages of Color #563302

%0
%41
%98
%66

Triadic Colors of #563302

#563302 #025633 #330256

Analogous Colors of #563302

#563302 #4f5602 #560902

Monochromatic Colors of #563302

#563302

Complementary Color

#563302 #022556

#563302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563302 Color CSS Codes

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

#563302 Text Font Color

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

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


#563302 Background Color

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

This div background color is #563302


#563302 Border Color

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

This div border color is #563302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563302


Comments

No comments written yet.

Please login to write comment.