Color Hex Logo

#51760e Color Hex

#51760E
(81,118,14)
0 Favorites   0 Comments

Color spaces of #51760e

RGB 8111814
HSL0.230.790.26
HSV81°88°46°
CMYK 0.310.000.88   0.54
XYZ9.951014.73792.7357
Yxy14.73790.36280.5374
Hunter Lab38.3900-20.913822.6479
CIE-Lab45.2731-28.451747.0655

#51760e color RGB value is (81,118,14).

#51760e hex color red value is 81, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #51760e hue: 0.23 , saturation: 0.79 and the lightness value of 51760e is 0.26.

The process color (four color CMYK) of #51760e color hex is 0.31, 0.00, 0.88, 0.54. Web safe color of #51760e is #666600. Color #51760e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110110 00001110
Octal 121 166 16
Decimal 81 118 14
Hex 51 76 E

RGB Percentages of Color #51760e

%38.03
%55.40
%6.57

CMYK Percentages of Color #51760e

%31
%0
%88
%54

Triadic Colors of #51760e

#51760e #0e5176 #760e51

Analogous Colors of #51760e

#51760e #1d760e #76670e

Monochromatic Colors of #51760e

#51760e

Complementary Color

#51760e #330e76

#51760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51760e Color CSS Codes

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

#51760e Text Font Color

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

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


#51760e Background Color

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

This div background color is #51760e


#51760e Border Color

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

This div border color is #51760e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,118,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51760e


Comments

No comments written yet.

Please login to write comment.