Color Hex Logo

#509950 Color Hex

#509950
(80,153,80)
0 Favorites   0 Comments

Color spaces of #509950

RGB 8015380
HSL0.330.310.46
HSV120°48°60°
CMYK 0.480.000.48   0.40
XYZ16.147525.067111.5768
Yxy25.06710.30590.4748
Hunter Lab50.0671-30.048021.3376
CIE-Lab57.1407-38.338931.3561

#509950 color RGB value is (80,153,80).

#509950 hex color red value is 80, green value is 153 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #509950 hue: 0.33 , saturation: 0.31 and the lightness value of 509950 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 01010000
Octal 120 231 120
Decimal 80 153 80
Hex 50 99 50

RGB Percentages of Color #509950

%25.56
%48.88
%25.56

CMYK Percentages of Color #509950

%48
%0
%48
%40

Triadic Colors of #509950

#509950 #505099 #995050

Analogous Colors of #509950

#509950 #509975 #759950

Monochromatic Colors of #509950

#509950

Complementary Color

#509950 #995099

#509950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509950 Color CSS Codes

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

#509950 Text Font Color

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

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


#509950 Background Color

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

This div background color is #509950


#509950 Border Color

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

This div border color is #509950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509950


Comments

No comments written yet.

Please login to write comment.