Color Hex Logo

#51701f Color Hex

#51701F
(81,112,31)
0 Favorites   0 Comments

Color spaces of #51701f

RGB 8111231
HSL0.230.570.28
HSV83°72°44°
CMYK 0.280.000.72   0.56
XYZ9.434813.43663.3926
Yxy13.43660.35920.5116
Hunter Lab36.6560-18.204220.1717
CIE-Lab43.4139-24.585139.5034

#51701f color RGB value is (81,112,31).

#51701f hex color red value is 81, green value is 112 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #51701f hue: 0.23 , saturation: 0.57 and the lightness value of 51701f is 0.28.

The process color (four color CMYK) of #51701f color hex is 0.28, 0.00, 0.72, 0.56. Web safe color of #51701f is #666633. Color #51701f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110000 00011111
Octal 121 160 37
Decimal 81 112 31
Hex 51 70 1F

RGB Percentages of Color #51701f

%36.16
%50.00
%13.84

CMYK Percentages of Color #51701f

%28
%0
%72
%56

Triadic Colors of #51701f

#51701f #1f5170 #701f51

Analogous Colors of #51701f

#51701f #29701f #70671f

Monochromatic Colors of #51701f

#51701f

Complementary Color

#51701f #3e1f70

#51701f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51701f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51701f Color CSS Codes

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

#51701f Text Font Color

<p style="color:#51701f">Text here</p>

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


#51701f Background Color

<div style="background-color:#51701f">
Div content here</div>

This div background color is #51701f


#51701f Border Color

<div style="border:3px solid #51701f">
Div here</div>

This div border color is #51701f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,112,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51701f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51701f;
  -webkit-box-shadow: 1px 1px 3px 2px #51701f;
  box-shadow:         1px 1px 3px 2px #51701f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51701f


Comments

No comments written yet.

Please login to write comment.