Color Hex Logo

#56784e Color Hex

#56784E
(86,120,78)
0 Favorites   0 Comments

Color spaces of #56784e

RGB 8612078
HSL0.300.210.39
HSV109°35°47°
CMYK 0.280.000.35   0.53
XYZ11.929415.96149.6598
Yxy15.96140.31770.4251
Hunter Lab39.9517-16.616213.6307
CIE-Lab46.9238-20.883419.2891

#56784e color RGB value is (86,120,78).

#56784e hex color red value is 86, green value is 120 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #56784e hue: 0.30 , saturation: 0.21 and the lightness value of 56784e is 0.39.

The process color (four color CMYK) of #56784e color hex is 0.28, 0.00, 0.35, 0.53. Web safe color of #56784e is #666666. Color #56784e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111000 01001110
Octal 126 170 116
Decimal 86 120 78
Hex 56 78 4E

RGB Percentages of Color #56784e

%30.28
%42.25
%27.46

CMYK Percentages of Color #56784e

%28
%0
%35
%53

Triadic Colors of #56784e

#56784e #4e5678 #784e56

Analogous Colors of #56784e

#56784e #4e785b #6b784e

Monochromatic Colors of #56784e

#56784e

Complementary Color

#56784e #704e78

#56784e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56784e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56784e Color CSS Codes

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

#56784e Text Font Color

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

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


#56784e Background Color

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

This div background color is #56784e


#56784e Border Color

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

This div border color is #56784e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56784e


Comments

No comments written yet.

Please login to write comment.