Color Hex Logo

#509064 Color Hex

#509064
(80,144,100)
0 Favorites   0 Comments

Color spaces of #509064

RGB 80144100
HSL0.390.290.44
HSV139°44°56°
CMYK 0.440.000.31   0.44
XYZ15.581822.572115.5922
Yxy22.57210.28990.4200
Hunter Lab47.5101-24.600413.7989
CIE-Lab54.6288-30.784017.1383

#509064 color RGB value is (80,144,100).

#509064 hex color red value is 80, green value is 144 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #509064 hue: 0.39 , saturation: 0.29 and the lightness value of 509064 is 0.44.

The process color (four color CMYK) of #509064 color hex is 0.44, 0.00, 0.31, 0.44. Web safe color of #509064 is #669966. Color #509064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010000 01100100
Octal 120 220 144
Decimal 80 144 100
Hex 50 90 64

RGB Percentages of Color #509064

%24.69
%44.44
%30.86

CMYK Percentages of Color #509064

%44
%0
%31
%44

Triadic Colors of #509064

#509064 #645090 #906450

Analogous Colors of #509064

#509064 #509084 #5c9050

Monochromatic Colors of #509064

#509064

Complementary Color

#509064 #90507c

#509064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509064 Color CSS Codes

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

#509064 Text Font Color

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

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


#509064 Background Color

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

This div background color is #509064


#509064 Border Color

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

This div border color is #509064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509064


Comments

No comments written yet.

Please login to write comment.