Color Hex Logo

#509930 Color Hex

#509930
(80,153,48)
0 Favorites   0 Comments

Color spaces of #509930

RGB 8015348
HSL0.280.520.39
HSV102°69°60°
CMYK 0.480.000.69   0.40
XYZ15.233024.70136.7613
Yxy24.70130.32620.5290
Hunter Lab49.7004-32.266126.7244
CIE-Lab56.7832-42.127546.2892

#509930 color RGB value is (80,153,48).

#509930 hex color red value is 80, green value is 153 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #509930 hue: 0.28 , saturation: 0.52 and the lightness value of 509930 is 0.39.

The process color (four color CMYK) of #509930 color hex is 0.48, 0.00, 0.69, 0.40. Web safe color of #509930 is #669933. Color #509930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 00110000
Octal 120 231 60
Decimal 80 153 48
Hex 50 99 30

RGB Percentages of Color #509930

%28.47
%54.45
%17.08

CMYK Percentages of Color #509930

%48
%0
%69
%40

Triadic Colors of #509930

#509930 #305099 #993050

Analogous Colors of #509930

#509930 #309945 #859930

Monochromatic Colors of #509930

#509930

Complementary Color

#509930 #793099

#509930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509930 Color CSS Codes

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

#509930 Text Font Color

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

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


#509930 Background Color

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

This div background color is #509930


#509930 Border Color

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

This div border color is #509930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509930


Comments

No comments written yet.

Please login to write comment.