Color Hex Logo

#509009 Color Hex

#509009
(80,144,9)
0 Favorites   0 Comments

Color spaces of #509009

RGB 801449
HSL0.250.880.30
HSV88°94°56°
CMYK 0.440.000.94   0.44
XYZ13.330821.67173.7389
Yxy21.67170.34410.5594
Hunter Lab46.5529-30.352627.8251
CIE-Lab53.6769-40.549455.1260

#509009 color RGB value is (80,144,9).

#509009 hex color red value is 80, green value is 144 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #509009 hue: 0.25 , saturation: 0.88 and the lightness value of 509009 is 0.30.

The process color (four color CMYK) of #509009 color hex is 0.44, 0.00, 0.94, 0.44. Web safe color of #509009 is #669900. Color #509009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010000 00001001
Octal 120 220 11
Decimal 80 144 9
Hex 50 90 9

RGB Percentages of Color #509009

%34.33
%61.80
%3.86

CMYK Percentages of Color #509009

%44
%0
%94
%44

Triadic Colors of #509009

#509009 #095090 #900950

Analogous Colors of #509009

#509009 #0d9009 #908d09

Monochromatic Colors of #509009

#509009

Complementary Color

#509009 #490990

#509009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509009 Color CSS Codes

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

#509009 Text Font Color

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

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


#509009 Background Color

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

This div background color is #509009


#509009 Border Color

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

This div border color is #509009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509009


Comments

No comments written yet.

Please login to write comment.