Color Hex Logo

#563346 Color Hex

#563346
(86,51,70)
0 Favorites   0 Comments

Color spaces of #563346

RGB 865170
HSL0.910.260.27
HSV327°41°34°
CMYK 0.000.410.19   0.66
XYZ6.12714.78836.3957
Yxy4.78830.35390.2766
Hunter Lab21.882211.6869-2.0117
CIE-Lab26.122918.9178-5.1193

#563346 color RGB value is (86,51,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 01000110
Octal 126 63 106
Decimal 86 51 70
Hex 56 33 46

RGB Percentages of Color #563346

%41.55
%24.64
%33.82

CMYK Percentages of Color #563346

%0
%41
%19
%66

Triadic Colors of #563346

#563346 #465633 #334656

Analogous Colors of #563346

#563346 #563335 #553356

Monochromatic Colors of #563346

#563346

Complementary Color

#563346 #335643

#563346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563346 Color CSS Codes

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

#563346 Text Font Color

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

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


#563346 Background Color

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

This div background color is #563346


#563346 Border Color

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

This div border color is #563346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563346


Comments

No comments written yet.

Please login to write comment.