Color Hex Logo

#508439 Color Hex

#508439
(80,132,57)
0 Favorites   0 Comments

Color spaces of #508439

RGB 8013257
HSL0.280.400.37
HSV102°57°52°
CMYK 0.390.000.57   0.48
XYZ12.298018.50346.7942
Yxy18.50340.32710.4922
Hunter Lab43.0156-24.244820.7462
CIE-Lab50.1011-32.026334.6401

#508439 color RGB value is (80,132,57).

#508439 hex color red value is 80, green value is 132 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #508439 hue: 0.28 , saturation: 0.40 and the lightness value of 508439 is 0.37.

The process color (four color CMYK) of #508439 color hex is 0.39, 0.00, 0.57, 0.48. Web safe color of #508439 is #669933. Color #508439 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 00111001
Octal 120 204 71
Decimal 80 132 57
Hex 50 84 39

RGB Percentages of Color #508439

%29.74
%49.07
%21.19

CMYK Percentages of Color #508439

%39
%0
%57
%48

Triadic Colors of #508439

#508439 #395084 #843950

Analogous Colors of #508439

#508439 #398448 #768439

Monochromatic Colors of #508439

#508439

Complementary Color

#508439 #6d3984

#508439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508439 Color CSS Codes

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

#508439 Text Font Color

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

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


#508439 Background Color

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

This div background color is #508439


#508439 Border Color

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

This div border color is #508439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508439


Comments

No comments written yet.

Please login to write comment.