Color Hex Logo

#51991f Color Hex

#51991F
(81,153,31)
0 Favorites   0 Comments

Color spaces of #51991f

RGB 8115331
HSL0.270.660.36
HSV95°80°60°
CMYK 0.470.000.80   0.40
XYZ15.031924.63075.2583
Yxy24.63070.33460.5483
Hunter Lab49.6293-32.786628.4587
CIE-Lab56.7138-43.028852.5362

#51991f color RGB value is (81,153,31).

#51991f hex color red value is 81, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #51991f hue: 0.27 , saturation: 0.66 and the lightness value of 51991f is 0.36.

The process color (four color CMYK) of #51991f color hex is 0.47, 0.00, 0.80, 0.40. Web safe color of #51991f is #669933. Color #51991f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 00011111
Octal 121 231 37
Decimal 81 153 31
Hex 51 99 1F

RGB Percentages of Color #51991f

%30.57
%57.74
%11.70

CMYK Percentages of Color #51991f

%47
%0
%80
%40

Triadic Colors of #51991f

#51991f #1f5199 #991f51

Analogous Colors of #51991f

#51991f #1f992a #8e991f

Monochromatic Colors of #51991f

#51991f

Complementary Color

#51991f #671f99

#51991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51991f Color CSS Codes

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

#51991f Text Font Color

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

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


#51991f Background Color

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

This div background color is #51991f


#51991f Border Color

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

This div border color is #51991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51991f


Comments

No comments written yet.

Please login to write comment.