Color Hex Logo

#509e65 Color Hex

#509E65
(80,158,101)
0 Favorites   0 Comments

Color spaces of #509e65

RGB 80158101
HSL0.380.330.47
HSV136°49°62°
CMYK 0.490.000.36   0.38
XYZ17.884127.098816.5999
Yxy27.09880.29040.4400
Hunter Lab52.0565-29.774917.5330
CIE-Lab59.0657-37.044722.5808

#509e65 color RGB value is (80,158,101).

#509e65 hex color red value is 80, green value is 158 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #509e65 hue: 0.38 , saturation: 0.33 and the lightness value of 509e65 is 0.47.

The process color (four color CMYK) of #509e65 color hex is 0.49, 0.00, 0.36, 0.38. Web safe color of #509e65 is #669966. Color #509e65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 01100101
Octal 120 236 145
Decimal 80 158 101
Hex 50 9E 65

RGB Percentages of Color #509e65

%23.60
%46.61
%29.79

CMYK Percentages of Color #509e65

%49
%0
%36
%38

Triadic Colors of #509e65

#509e65 #65509e #9e6550

Analogous Colors of #509e65

#509e65 #509e8c #629e50

Monochromatic Colors of #509e65

#509e65

Complementary Color

#509e65 #9e5089

#509e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509e65 Color CSS Codes

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

#509e65 Text Font Color

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

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


#509e65 Background Color

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

This div background color is #509e65


#509e65 Border Color

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

This div border color is #509e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509e65


Comments

No comments written yet.

Please login to write comment.