Color Hex Logo

#565720 Color Hex

#565720
(86,87,32)
0 Favorites   0 Comments

Color spaces of #565720

RGB 868732
HSL0.170.460.23
HSV61°63°34°
CMYK 0.010.000.63   0.66
XYZ7.50678.89912.6886
Yxy8.89910.39310.4661
Hunter Lab29.8314-7.287515.5383
CIE-Lab35.7893-8.706931.0522

#565720 color RGB value is (86,87,32).

#565720 hex color red value is 86, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #565720 hue: 0.17 , saturation: 0.46 and the lightness value of 565720 is 0.23.

The process color (four color CMYK) of #565720 color hex is 0.01, 0.00, 0.63, 0.66. Web safe color of #565720 is #666633. Color #565720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 00100000
Octal 126 127 40
Decimal 86 87 32
Hex 56 57 20

RGB Percentages of Color #565720

%41.95
%42.44
%15.61

CMYK Percentages of Color #565720

%1
%0
%63
%66

Triadic Colors of #565720

#565720 #205657 #572056

Analogous Colors of #565720

#565720 #3b5720 #573d20

Monochromatic Colors of #565720

#565720

Complementary Color

#565720 #212057

#565720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565720 Color CSS Codes

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

#565720 Text Font Color

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

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


#565720 Background Color

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

This div background color is #565720


#565720 Border Color

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

This div border color is #565720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565720


Comments

No comments written yet.

Please login to write comment.