Color Hex Logo

#508419 Color Hex

#508419
(80,132,25)
0 Favorites   0 Comments

Color spaces of #508419

RGB 8013225
HSL0.250.680.31
HSV89°81°52°
CMYK 0.390.000.81   0.48
XYZ11.735018.27823.8292
Yxy18.27820.34680.5401
Hunter Lab42.7530-25.822424.6168
CIE-Lab49.8318-34.785247.9773

#508419 color RGB value is (80,132,25).

#508419 hex color red value is 80, green value is 132 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #508419 hue: 0.25 , saturation: 0.68 and the lightness value of 508419 is 0.31.

The process color (four color CMYK) of #508419 color hex is 0.39, 0.00, 0.81, 0.48. Web safe color of #508419 is #669900. Color #508419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 00011001
Octal 120 204 31
Decimal 80 132 25
Hex 50 84 19

RGB Percentages of Color #508419

%33.76
%55.70
%10.55

CMYK Percentages of Color #508419

%39
%0
%81
%48

Triadic Colors of #508419

#508419 #195084 #841950

Analogous Colors of #508419

#508419 #1b8419 #848319

Monochromatic Colors of #508419

#508419

Complementary Color

#508419 #4d1984

#508419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508419 Color CSS Codes

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

#508419 Text Font Color

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

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


#508419 Background Color

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

This div background color is #508419


#508419 Border Color

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

This div border color is #508419


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,132,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508419; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508419;
  -webkit-box-shadow: 1px 1px 3px 2px #508419;
  box-shadow:         1px 1px 3px 2px #508419; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508419


Comments

No comments written yet.

Please login to write comment.