Color Hex Logo

#56782e Color Hex

#56782E
(86,120,46)
0 Favorites   0 Comments

Color spaces of #56782e

RGB 8612046
HSL0.240.450.33
HSV88°62°47°
CMYK 0.280.000.62   0.53
XYZ11.047415.60865.0153
Yxy15.60860.34880.4928
Hunter Lab39.5077-19.225220.1288
CIE-Lab46.4567-25.198435.9912

#56782e color RGB value is (86,120,46).

#56782e hex color red value is 86, green value is 120 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #56782e hue: 0.24 , saturation: 0.45 and the lightness value of 56782e is 0.33.

The process color (four color CMYK) of #56782e color hex is 0.28, 0.00, 0.62, 0.53. Web safe color of #56782e is #666633. Color #56782e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111000 00101110
Octal 126 170 56
Decimal 86 120 46
Hex 56 78 2E

RGB Percentages of Color #56782e

%34.13
%47.62
%18.25

CMYK Percentages of Color #56782e

%28
%0
%62
%53

Triadic Colors of #56782e

#56782e #2e5678 #782e56

Analogous Colors of #56782e

#56782e #31782e #78752e

Monochromatic Colors of #56782e

#56782e

Complementary Color

#56782e #502e78

#56782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56782e Color CSS Codes

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

#56782e Text Font Color

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

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


#56782e Background Color

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

This div background color is #56782e


#56782e Border Color

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

This div border color is #56782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56782e


Comments

No comments written yet.

Please login to write comment.