Color Hex Logo

#509840 Color Hex

#509840
(80,152,64)
0 Favorites   0 Comments

Color spaces of #509840

RGB 8015264
HSL0.300.410.42
HSV109°58°60°
CMYK 0.470.000.58   0.40
XYZ15.461924.53218.7707
Yxy24.53210.31710.5031
Hunter Lab49.5299-30.954424.1719
CIE-Lab56.6167-40.055938.8261

#509840 color RGB value is (80,152,64).

#509840 hex color red value is 80, green value is 152 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #509840 hue: 0.30 , saturation: 0.41 and the lightness value of 509840 is 0.42.

The process color (four color CMYK) of #509840 color hex is 0.47, 0.00, 0.58, 0.40. Web safe color of #509840 is #669933. Color #509840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011000 01000000
Octal 120 230 100
Decimal 80 152 64
Hex 50 98 40

RGB Percentages of Color #509840

%27.03
%51.35
%21.62

CMYK Percentages of Color #509840

%47
%0
%58
%40

Triadic Colors of #509840

#509840 #405098 #984050

Analogous Colors of #509840

#509840 #40985c #7c9840

Monochromatic Colors of #509840

#509840

Complementary Color

#509840 #884098

#509840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509840 Color CSS Codes

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

#509840 Text Font Color

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

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


#509840 Background Color

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

This div background color is #509840


#509840 Border Color

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

This div border color is #509840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509840


Comments

No comments written yet.

Please login to write comment.