Color Hex Logo

#50910f Color Hex

#50910F
(80,145,15)
0 Favorites   0 Comments

Color spaces of #50910f

RGB 8014515
HSL0.250.810.31
HSV90°90°57°
CMYK 0.450.000.90   0.43
XYZ13.519921.99083.9840
Yxy21.99080.34230.5568
Hunter Lab46.8943-30.602627.7889
CIE-Lab54.0172-40.793754.3222

#50910f color RGB value is (80,145,15).

#50910f hex color red value is 80, green value is 145 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50910f hue: 0.25 , saturation: 0.81 and the lightness value of 50910f is 0.31.

The process color (four color CMYK) of #50910f color hex is 0.45, 0.00, 0.90, 0.43. Web safe color of #50910f is #669900. Color #50910f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 00001111
Octal 120 221 17
Decimal 80 145 15
Hex 50 91 F

RGB Percentages of Color #50910f

%33.33
%60.42
%6.25

CMYK Percentages of Color #50910f

%45
%0
%90
%43

Triadic Colors of #50910f

#50910f #0f5091 #910f50

Analogous Colors of #50910f

#50910f #0f910f #91910f

Monochromatic Colors of #50910f

#50910f

Complementary Color

#50910f #500f91

#50910f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50910f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50910f Color CSS Codes

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

#50910f Text Font Color

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

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


#50910f Background Color

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

This div background color is #50910f


#50910f Border Color

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

This div border color is #50910f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,145,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50910f


Comments

No comments written yet.

Please login to write comment.