Color Hex Logo

#509510 Color Hex

#509510
(80,149,16)
0 Favorites   0 Comments

Color spaces of #509510

RGB 8014916
HSL0.250.810.32
HSV91°89°58°
CMYK 0.460.000.89   0.42
XYZ14.149223.23784.2298
Yxy23.23780.34000.5584
Hunter Lab48.2056-31.966928.5415
CIE-Lab55.3164-42.405455.2238

#509510 color RGB value is (80,149,16).

#509510 hex color red value is 80, green value is 149 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #509510 hue: 0.25 , saturation: 0.81 and the lightness value of 509510 is 0.32.

The process color (four color CMYK) of #509510 color hex is 0.46, 0.00, 0.89, 0.42. Web safe color of #509510 is #669900. Color #509510 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010101 00010000
Octal 120 225 20
Decimal 80 149 16
Hex 50 95 10

RGB Percentages of Color #509510

%32.65
%60.82
%6.53

CMYK Percentages of Color #509510

%46
%0
%89
%42

Triadic Colors of #509510

#509510 #105095 #951050

Analogous Colors of #509510

#509510 #109512 #939510

Monochromatic Colors of #509510

#509510

Complementary Color

#509510 #551095

#509510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509510 Color CSS Codes

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

#509510 Text Font Color

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

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


#509510 Background Color

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

This div background color is #509510


#509510 Border Color

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

This div border color is #509510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509510


Comments

No comments written yet.

Please login to write comment.