Color Hex Logo

#51741f Color Hex

#51741F
(81,116,31)
0 Favorites   0 Comments

Color spaces of #51741f

RGB 8111631
HSL0.240.580.29
HSV85°73°45°
CMYK 0.300.000.73   0.55
XYZ9.886114.33903.5430
Yxy14.33900.35600.5164
Hunter Lab37.8669-19.665120.9594
CIE-Lab44.7152-26.560540.8305

#51741f color RGB value is (81,116,31).

#51741f hex color red value is 81, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #51741f hue: 0.24 , saturation: 0.58 and the lightness value of 51741f is 0.29.

The process color (four color CMYK) of #51741f color hex is 0.30, 0.00, 0.73, 0.55. Web safe color of #51741f is #666633. Color #51741f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110100 00011111
Octal 121 164 37
Decimal 81 116 31
Hex 51 74 1F

RGB Percentages of Color #51741f

%35.53
%50.88
%13.60

CMYK Percentages of Color #51741f

%30
%0
%73
%55

Triadic Colors of #51741f

#51741f #1f5174 #741f51

Analogous Colors of #51741f

#51741f #27741f #746d1f

Monochromatic Colors of #51741f

#51741f

Complementary Color

#51741f #421f74

#51741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51741f Color CSS Codes

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

#51741f Text Font Color

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

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


#51741f Background Color

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

This div background color is #51741f


#51741f Border Color

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

This div border color is #51741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51741f


Comments

No comments written yet.

Please login to write comment.