Color Hex Logo

#566742 Color Hex

#566742
(86,103,66)
0 Favorites   0 Comments

Color spaces of #566742

RGB 8610366
HSL0.240.220.33
HSV88°36°40°
CMYK 0.170.000.36   0.60
XYZ9.671412.07236.9747
Yxy12.07230.33680.4204
Hunter Lab34.7452-11.118312.4199
CIE-Lab41.3308-13.687118.8225

#566742 color RGB value is (86,103,66).

#566742 hex color red value is 86, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #566742 hue: 0.24 , saturation: 0.22 and the lightness value of 566742 is 0.33.

The process color (four color CMYK) of #566742 color hex is 0.17, 0.00, 0.36, 0.60. Web safe color of #566742 is #666633. Color #566742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100111 01000010
Octal 126 147 102
Decimal 86 103 66
Hex 56 67 42

RGB Percentages of Color #566742

%33.73
%40.39
%25.88

CMYK Percentages of Color #566742

%17
%0
%36
%60

Triadic Colors of #566742

#566742 #425667 #674256

Analogous Colors of #566742

#566742 #446742 #676642

Monochromatic Colors of #566742

#566742

Complementary Color

#566742 #534267

#566742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566742 Color CSS Codes

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

#566742 Text Font Color

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

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


#566742 Background Color

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

This div background color is #566742


#566742 Border Color

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

This div border color is #566742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566742


Comments

No comments written yet.

Please login to write comment.