Color Hex Logo

#509e3b Color Hex

#509E3B
(80,158,59)
0 Favorites   0 Comments

Color spaces of #509e3b

RGB 8015859
HSL0.300.460.43
HSV107°63°62°
CMYK 0.490.000.63   0.38
XYZ16.324526.47508.3875
Yxy26.47500.31890.5172
Hunter Lab51.4539-33.412526.3528
CIE-Lab58.4852-43.125843.3245

#509e3b color RGB value is (80,158,59).

#509e3b hex color red value is 80, green value is 158 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #509e3b hue: 0.30 , saturation: 0.46 and the lightness value of 509e3b is 0.43.

The process color (four color CMYK) of #509e3b color hex is 0.49, 0.00, 0.63, 0.38. Web safe color of #509e3b is #669933. Color #509e3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 00111011
Octal 120 236 73
Decimal 80 158 59
Hex 50 9E 3B

RGB Percentages of Color #509e3b

%26.94
%53.20
%19.87

CMYK Percentages of Color #509e3b

%49
%0
%63
%38

Triadic Colors of #509e3b

#509e3b #3b509e #9e3b50

Analogous Colors of #509e3b

#509e3b #3b9e58 #829e3b

Monochromatic Colors of #509e3b

#509e3b

Complementary Color

#509e3b #893b9e

#509e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#509e3b Color CSS Codes

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

#509e3b Text Font Color

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

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


#509e3b Background Color

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

This div background color is #509e3b


#509e3b Border Color

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

This div border color is #509e3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509e3b


Comments

No comments written yet.

Please login to write comment.