Color Hex Logo

#567064 Color Hex

#567064
(86,112,100)
0 Favorites   0 Comments

Color spaces of #567064

RGB 86112100
HSL0.420.130.39
HSV152°23°44°
CMYK 0.230.000.11   0.56
XYZ11.932214.486914.2239
Yxy14.48690.29360.3564
Hunter Lab38.0617-10.64884.4861
CIE-Lab44.9233-12.24083.5595

#567064 color RGB value is (86,112,100).

#567064 hex color red value is 86, green value is 112 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #567064 hue: 0.42 , saturation: 0.13 and the lightness value of 567064 is 0.39.

The process color (four color CMYK) of #567064 color hex is 0.23, 0.00, 0.11, 0.56. Web safe color of #567064 is #666666. Color #567064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110000 01100100
Octal 126 160 144
Decimal 86 112 100
Hex 56 70 64

RGB Percentages of Color #567064

%28.86
%37.58
%33.56

CMYK Percentages of Color #567064

%23
%0
%11
%56

Triadic Colors of #567064

#567064 #645670 #706456

Analogous Colors of #567064

#567064 #566f70 #567057

Monochromatic Colors of #567064

#567064

Complementary Color

#567064 #705662

#567064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#567064 Color CSS Codes

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

#567064 Text Font Color

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

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


#567064 Background Color

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

This div background color is #567064


#567064 Border Color

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

This div border color is #567064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567064


Comments

No comments written yet.

Please login to write comment.