Color Hex Logo

#508e3f Color Hex

#508E3F
(80,142,63)
0 Favorites   0 Comments

Color spaces of #508e3f

RGB 8014263
HSL0.300.390.40
HSV107°56°56°
CMYK 0.440.000.56   0.44
XYZ13.878521.41048.1038
Yxy21.41040.31980.4934
Hunter Lab46.2714-27.436122.0061
CIE-Lab53.3958-35.827435.5201

#508e3f color RGB value is (80,142,63).

#508e3f hex color red value is 80, green value is 142 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #508e3f hue: 0.30 , saturation: 0.39 and the lightness value of 508e3f is 0.40.

The process color (four color CMYK) of #508e3f color hex is 0.44, 0.00, 0.56, 0.44. Web safe color of #508e3f is #669933. Color #508e3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 00111111
Octal 120 216 77
Decimal 80 142 63
Hex 50 8E 3F

RGB Percentages of Color #508e3f

%28.07
%49.82
%22.11

CMYK Percentages of Color #508e3f

%44
%0
%56
%44

Triadic Colors of #508e3f

#508e3f #3f508e #8e3f50

Analogous Colors of #508e3f

#508e3f #3f8e55 #788e3f

Monochromatic Colors of #508e3f

#508e3f

Complementary Color

#508e3f #7d3f8e

#508e3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508e3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#508e3f Color CSS Codes

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

#508e3f Text Font Color

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

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


#508e3f Background Color

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

This div background color is #508e3f


#508e3f Border Color

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

This div border color is #508e3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,142,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508e3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508e3f;
  -webkit-box-shadow: 1px 1px 3px 2px #508e3f;
  box-shadow:         1px 1px 3px 2px #508e3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508e3f


Comments

No comments written yet.

Please login to write comment.