Color Hex Logo

#563d0f Color Hex

#563D0F
(86,61,15)
0 Favorites   0 Comments

Color spaces of #563d0f

RGB 866115
HSL0.110.700.20
HSV39°83°34°
CMYK 0.000.290.83   0.66
XYZ5.59275.35041.1899
Yxy5.35040.46090.4410
Hunter Lab23.13092.679413.1417
CIE-Lab27.71066.067530.9804

#563d0f color RGB value is (86,61,15).

#563d0f hex color red value is 86, green value is 61 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #563d0f hue: 0.11 , saturation: 0.70 and the lightness value of 563d0f is 0.20.

The process color (four color CMYK) of #563d0f color hex is 0.00, 0.29, 0.83, 0.66. Web safe color of #563d0f is #663300. Color #563d0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111101 00001111
Octal 126 75 17
Decimal 86 61 15
Hex 56 3D F

RGB Percentages of Color #563d0f

%53.09
%37.65
%9.26

CMYK Percentages of Color #563d0f

%0
%29
%83
%66

Triadic Colors of #563d0f

#563d0f #0f563d #3d0f56

Analogous Colors of #563d0f

#563d0f #4c560f #561a0f

Monochromatic Colors of #563d0f

#563d0f

Complementary Color

#563d0f #0f2856

#563d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#563d0f Color CSS Codes

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

#563d0f Text Font Color

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

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


#563d0f Background Color

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

This div background color is #563d0f


#563d0f Border Color

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

This div border color is #563d0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563d0f


Comments

No comments written yet.

Please login to write comment.