Color Hex Logo

#51712f Color Hex

#51712F
(81,113,47)
0 Favorites   0 Comments

Color spaces of #51712f

RGB 8111347
HSL0.250.410.31
HSV89°58°44°
CMYK 0.280.000.58   0.56
XYZ9.811613.76484.8291
Yxy13.76480.34540.4846
Hunter Lab37.1009-17.721118.2534
CIE-Lab43.8937-23.611732.4707

#51712f color RGB value is (81,113,47).

#51712f hex color red value is 81, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #51712f hue: 0.25 , saturation: 0.41 and the lightness value of 51712f is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 00101111
Octal 121 161 57
Decimal 81 113 47
Hex 51 71 2F

RGB Percentages of Color #51712f

%33.61
%46.89
%19.50

CMYK Percentages of Color #51712f

%28
%0
%58
%56

Triadic Colors of #51712f

#51712f #2f5171 #712f51

Analogous Colors of #51712f

#51712f #30712f #71702f

Monochromatic Colors of #51712f

#51712f

Complementary Color

#51712f #4f2f71

#51712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51712f Color CSS Codes

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

#51712f Text Font Color

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

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


#51712f Background Color

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

This div background color is #51712f


#51712f Border Color

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

This div border color is #51712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51712f


Comments

No comments written yet.

Please login to write comment.