Color Hex Logo

#51711a Color Hex

#51711A
(81,113,26)
0 Favorites   0 Comments

Color spaces of #51711a

RGB 8111326
HSL0.230.630.27
HSV82°77°44°
CMYK 0.280.000.77   0.56
XYZ9.484913.63423.1090
Yxy13.63420.36160.5198
Hunter Lab36.9245-18.766120.8550
CIE-Lab43.7037-25.425341.8080

#51711a color RGB value is (81,113,26).

#51711a hex color red value is 81, green value is 113 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #51711a hue: 0.23 , saturation: 0.63 and the lightness value of 51711a is 0.27.

The process color (four color CMYK) of #51711a color hex is 0.28, 0.00, 0.77, 0.56. Web safe color of #51711a is #666633. Color #51711a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 00011010
Octal 121 161 32
Decimal 81 113 26
Hex 51 71 1A

RGB Percentages of Color #51711a

%36.82
%51.36
%11.82

CMYK Percentages of Color #51711a

%28
%0
%77
%56

Triadic Colors of #51711a

#51711a #1a5171 #711a51

Analogous Colors of #51711a

#51711a #26711a #71661a

Monochromatic Colors of #51711a

#51711a

Complementary Color

#51711a #3a1a71

#51711a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51711a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51711a Color CSS Codes

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

#51711a Text Font Color

<p style="color:#51711a">Text here</p>

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


#51711a Background Color

<div style="background-color:#51711a">
Div content here</div>

This div background color is #51711a


#51711a Border Color

<div style="border:3px solid #51711a">
Div here</div>

This div border color is #51711a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,113,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51711a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51711a;
  -webkit-box-shadow: 1px 1px 3px 2px #51711a;
  box-shadow:         1px 1px 3px 2px #51711a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51711a


Comments

No comments written yet.

Please login to write comment.