Color Hex Logo

#51902f Color Hex

#51902F
(81,144,47)
0 Favorites   0 Comments

Color spaces of #51902f

RGB 8114447
HSL0.270.510.37
HSV99°67°56°
CMYK 0.440.000.67   0.44
XYZ13.879721.90116.1851
Yxy21.90110.33070.5219
Hunter Lab46.7986-28.957424.9230
CIE-Lab53.9219-38.087743.6729

#51902f color RGB value is (81,144,47).

#51902f hex color red value is 81, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #51902f hue: 0.27 , saturation: 0.51 and the lightness value of 51902f is 0.37.

The process color (four color CMYK) of #51902f color hex is 0.44, 0.00, 0.67, 0.44. Web safe color of #51902f is #669933. Color #51902f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 00101111
Octal 121 220 57
Decimal 81 144 47
Hex 51 90 2F

RGB Percentages of Color #51902f

%29.78
%52.94
%17.28

CMYK Percentages of Color #51902f

%44
%0
%67
%44

Triadic Colors of #51902f

#51902f #2f5190 #902f51

Analogous Colors of #51902f

#51902f #2f903e #82902f

Monochromatic Colors of #51902f

#51902f

Complementary Color

#51902f #6e2f90

#51902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51902f Color CSS Codes

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

#51902f Text Font Color

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

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


#51902f Background Color

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

This div background color is #51902f


#51902f Border Color

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

This div border color is #51902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51902f


Comments

No comments written yet.

Please login to write comment.