Color Hex Logo

#563306 Color Hex

#563306
(86,51,6)
0 Favorites   0 Comments

Color spaces of #563306

RGB 86516
HSL0.090.870.18
HSV34°93°34°
CMYK 0.000.410.93   0.66
XYZ5.05454.35920.7473
Yxy4.35920.49740.4290
Hunter Lab20.87876.675112.4930
CIE-Lab24.825112.055332.1129

#563306 color RGB value is (86,51,6).

#563306 hex color red value is 86, green value is 51 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #563306 hue: 0.09 , saturation: 0.87 and the lightness value of 563306 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 00000110
Octal 126 63 6
Decimal 86 51 6
Hex 56 33 6

RGB Percentages of Color #563306

%60.14
%35.66
%4.20

CMYK Percentages of Color #563306

%0
%41
%93
%66

Triadic Colors of #563306

#563306 #065633 #330656

Analogous Colors of #563306

#563306 #515606 #560b06

Monochromatic Colors of #563306

#563306

Complementary Color

#563306 #062956

#563306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563306 Color CSS Codes

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

#563306 Text Font Color

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

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


#563306 Background Color

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

This div background color is #563306


#563306 Border Color

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

This div border color is #563306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563306


Comments

No comments written yet.

Please login to write comment.