Color Hex Logo

#51772e Color Hex

#51772E
(81,119,46)
0 Favorites   0 Comments

Color spaces of #51772e

RGB 8111946
HSL0.250.440.32
HSV91°61°47°
CMYK 0.320.000.61   0.53
XYZ10.483315.14024.9546
Yxy15.14020.34280.4951
Hunter Lab38.9104-20.001519.6877
CIE-Lab45.8256-26.704135.1935

#51772e color RGB value is (81,119,46).

#51772e hex color red value is 81, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #51772e hue: 0.25 , saturation: 0.44 and the lightness value of 51772e is 0.32.

The process color (four color CMYK) of #51772e color hex is 0.32, 0.00, 0.61, 0.53. Web safe color of #51772e is #666633. Color #51772e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110111 00101110
Octal 121 167 56
Decimal 81 119 46
Hex 51 77 2E

RGB Percentages of Color #51772e

%32.93
%48.37
%18.70

CMYK Percentages of Color #51772e

%32
%0
%61
%53

Triadic Colors of #51772e

#51772e #2e5177 #772e51

Analogous Colors of #51772e

#51772e #2e7730 #76772e

Monochromatic Colors of #51772e

#51772e

Complementary Color

#51772e #542e77

#51772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51772e Color CSS Codes

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

#51772e Text Font Color

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

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


#51772e Background Color

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

This div background color is #51772e


#51772e Border Color

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

This div border color is #51772e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51772e


Comments

No comments written yet.

Please login to write comment.