Color Hex Logo

#50771f Color Hex

#50771F
(80,119,31)
0 Favorites   0 Comments

Color spaces of #50771f

RGB 8011931
HSL0.240.590.29
HSV87°74°47°
CMYK 0.330.000.74   0.53
XYZ10.152414.99813.6561
Yxy14.99810.35240.5206
Hunter Lab38.7274-20.979121.5118
CIE-Lab45.6316-28.417741.7382

#50771f color RGB value is (80,119,31).

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

The process color (four color CMYK) of #50771f color hex is 0.33, 0.00, 0.74, 0.53. Web safe color of #50771f is #666633. Color #50771f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 00011111
Octal 120 167 37
Decimal 80 119 31
Hex 50 77 1F

RGB Percentages of Color #50771f

%34.78
%51.74
%13.48

CMYK Percentages of Color #50771f

%33
%0
%74
%53

Triadic Colors of #50771f

#50771f #1f5077 #771f50

Analogous Colors of #50771f

#50771f #24771f #77721f

Monochromatic Colors of #50771f

#50771f

Complementary Color

#50771f #461f77

#50771f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50771f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50771f Color CSS Codes

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

#50771f Text Font Color

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

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


#50771f Background Color

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

This div background color is #50771f


#50771f Border Color

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

This div border color is #50771f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50771f


Comments

No comments written yet.

Please login to write comment.