Color Hex Logo

#564701 Color Hex

#564701
(86,71,1)
0 Favorites   0 Comments

Color spaces of #564701

RGB 86711
HSL0.140.980.17
HSV49°99°34°
CMYK 0.000.170.99   0.66
XYZ6.09656.48710.9595
Yxy6.48710.45020.4790
Hunter Lab25.4698-1.846015.5953
CIE-Lab30.6095-0.755539.0509

#564701 color RGB value is (86,71,1).

#564701 hex color red value is 86, green value is 71 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #564701 hue: 0.14 , saturation: 0.98 and the lightness value of 564701 is 0.17.

The process color (four color CMYK) of #564701 color hex is 0.00, 0.17, 0.99, 0.66. Web safe color of #564701 is #663300. Color #564701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 00000001
Octal 126 107 1
Decimal 86 71 1
Hex 56 47 1

RGB Percentages of Color #564701

%54.43
%44.94
%0.63

CMYK Percentages of Color #564701

%0
%17
%99
%66

Triadic Colors of #564701

#564701 #015647 #470156

Analogous Colors of #564701

#564701 #3b5601 #561d01

Monochromatic Colors of #564701

#564701

Complementary Color

#564701 #011056

#564701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564701 Color CSS Codes

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

#564701 Text Font Color

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

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


#564701 Background Color

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

This div background color is #564701


#564701 Border Color

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

This div border color is #564701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564701


Comments

No comments written yet.

Please login to write comment.