Color Hex Logo

#509c54 Color Hex

#509C54
(80,156,84)
0 Favorites   0 Comments

Color spaces of #509c54

RGB 8015684
HSL0.340.320.46
HSV123°49°61°
CMYK 0.490.000.46   0.39
XYZ16.797026.122512.5444
Yxy26.12250.30280.4710
Hunter Lab51.1102-30.780021.2251
CIE-Lab58.1531-39.038530.5322

#509c54 color RGB value is (80,156,84).

#509c54 hex color red value is 80, green value is 156 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #509c54 hue: 0.34 , saturation: 0.32 and the lightness value of 509c54 is 0.46.

The process color (four color CMYK) of #509c54 color hex is 0.49, 0.00, 0.46, 0.39. Web safe color of #509c54 is #669966. Color #509c54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 01010100
Octal 120 234 124
Decimal 80 156 84
Hex 50 9C 54

RGB Percentages of Color #509c54

%25.00
%48.75
%26.25

CMYK Percentages of Color #509c54

%49
%0
%46
%39

Triadic Colors of #509c54

#509c54 #54509c #9c5450

Analogous Colors of #509c54

#509c54 #509c7a #729c50

Monochromatic Colors of #509c54

#509c54

Complementary Color

#509c54 #9c5098

#509c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509c54 Color CSS Codes

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

#509c54 Text Font Color

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

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


#509c54 Background Color

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

This div background color is #509c54


#509c54 Border Color

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

This div border color is #509c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509c54


Comments

No comments written yet.

Please login to write comment.