Color Hex Logo

#509959 Color Hex

#509959
(80,153,89)
0 Favorites   0 Comments

Color spaces of #509959

RGB 8015389
HSL0.350.310.46
HSV127°48°60°
CMYK 0.480.000.42   0.40
XYZ16.502725.209213.4473
Yxy25.20920.29920.4570
Hunter Lab50.2088-29.195719.2666
CIE-Lab57.2787-36.917626.7436

#509959 color RGB value is (80,153,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 01011001
Octal 120 231 131
Decimal 80 153 89
Hex 50 99 59

RGB Percentages of Color #509959

%24.84
%47.52
%27.64

CMYK Percentages of Color #509959

%48
%0
%42
%40

Triadic Colors of #509959

#509959 #595099 #995950

Analogous Colors of #509959

#509959 #50997e #6c9950

Monochromatic Colors of #509959

#509959

Complementary Color

#509959 #995090

#509959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509959 Color CSS Codes

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

#509959 Text Font Color

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

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


#509959 Background Color

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

This div background color is #509959


#509959 Border Color

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

This div border color is #509959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509959


Comments

No comments written yet.

Please login to write comment.