Color Hex Logo

#56892e Color Hex

#56892E
(86,137,46)
0 Favorites   0 Comments

Color spaces of #56892e

RGB 8613746
HSL0.260.500.36
HSV94°66°54°
CMYK 0.370.000.66   0.46
XYZ13.276620.06705.7583
Yxy20.06700.33950.5132
Hunter Lab44.7962-25.489923.7359
CIE-Lab51.9129-33.298342.0197

#56892e color RGB value is (86,137,46).

#56892e hex color red value is 86, green value is 137 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #56892e hue: 0.26 , saturation: 0.50 and the lightness value of 56892e is 0.36.

The process color (four color CMYK) of #56892e color hex is 0.37, 0.00, 0.66, 0.46. Web safe color of #56892e is #669933. Color #56892e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001001 00101110
Octal 126 211 56
Decimal 86 137 46
Hex 56 89 2E

RGB Percentages of Color #56892e

%31.97
%50.93
%17.10

CMYK Percentages of Color #56892e

%37
%0
%66
%46

Triadic Colors of #56892e

#56892e #2e5689 #892e56

Analogous Colors of #56892e

#56892e #2e8934 #84892e

Monochromatic Colors of #56892e

#56892e

Complementary Color

#56892e #612e89

#56892e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56892e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56892e Color CSS Codes

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

#56892e Text Font Color

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

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


#56892e Background Color

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

This div background color is #56892e


#56892e Border Color

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

This div border color is #56892e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,137,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 #56892e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56892e


Comments

No comments written yet.

Please login to write comment.