Color Hex Logo

#56766f Color Hex

#56766F
(86,118,111)
0 Favorites   0 Comments

Color spaces of #56766f

RGB 86118111
HSL0.460.160.40
HSV167°27°46°
CMYK 0.270.000.06   0.54
XYZ13.185416.083017.4483
Yxy16.08300.28220.3443
Hunter Lab40.1036-11.49352.2766
CIE-Lab47.0832-13.07610.1313

#56766f color RGB value is (86,118,111).

#56766f hex color red value is 86, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #56766f hue: 0.46 , saturation: 0.16 and the lightness value of 56766f is 0.40.

The process color (four color CMYK) of #56766f color hex is 0.27, 0.00, 0.06, 0.54. Web safe color of #56766f is #666666. Color #56766f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110110 01101111
Octal 126 166 157
Decimal 86 118 111
Hex 56 76 6F

RGB Percentages of Color #56766f

%27.30
%37.46
%35.24

CMYK Percentages of Color #56766f

%27
%0
%6
%54

Triadic Colors of #56766f

#56766f #6f5676 #766f56

Analogous Colors of #56766f

#56766f #566d76 #56765f

Monochromatic Colors of #56766f

#56766f

Complementary Color

#56766f #76565d

#56766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56766f Color CSS Codes

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

#56766f Text Font Color

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

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


#56766f Background Color

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

This div background color is #56766f


#56766f Border Color

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

This div border color is #56766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56766f


Comments

No comments written yet.

Please login to write comment.