Color Hex Logo

#56784f Color Hex

#56784F
(86,120,79)
0 Favorites   0 Comments

Color spaces of #56784f

RGB 8612079
HSL0.300.210.39
HSV110°34°47°
CMYK 0.280.000.34   0.53
XYZ11.965515.97599.8501
Yxy15.97590.31660.4227
Hunter Lab39.9699-16.511013.3676
CIE-Lab46.9429-20.713218.7400

#56784f color RGB value is (86,120,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111000 01001111
Octal 126 170 117
Decimal 86 120 79
Hex 56 78 4F

RGB Percentages of Color #56784f

%30.18
%42.11
%27.72

CMYK Percentages of Color #56784f

%28
%0
%34
%53

Triadic Colors of #56784f

#56784f #4f5678 #784f56

Analogous Colors of #56784f

#56784f #4f785d #6b784f

Monochromatic Colors of #56784f

#56784f

Complementary Color

#56784f #714f78

#56784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56784f Color CSS Codes

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

#56784f Text Font Color

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

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


#56784f Background Color

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

This div background color is #56784f


#56784f Border Color

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

This div border color is #56784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56784f


Comments

No comments written yet.

Please login to write comment.