Color Hex Logo

#508718 Color Hex

#508718
(80,135,24)
0 Favorites   0 Comments

Color spaces of #508718

RGB 8013524
HSL0.250.700.31
HSV90°82°53°
CMYK 0.410.000.82   0.47
XYZ12.137119.09943.9110
Yxy19.09940.34530.5434
Hunter Lab43.7029-26.907225.2861
CIE-Lab50.8033-36.160849.1889

#508718 color RGB value is (80,135,24).

#508718 hex color red value is 80, green value is 135 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #508718 hue: 0.25 , saturation: 0.70 and the lightness value of 508718 is 0.31.

The process color (four color CMYK) of #508718 color hex is 0.41, 0.00, 0.82, 0.47. Web safe color of #508718 is #669900. Color #508718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000111 00011000
Octal 120 207 30
Decimal 80 135 24
Hex 50 87 18

RGB Percentages of Color #508718

%33.47
%56.49
%10.04

CMYK Percentages of Color #508718

%41
%0
%82
%47

Triadic Colors of #508718

#508718 #185087 #871850

Analogous Colors of #508718

#508718 #198718 #878718

Monochromatic Colors of #508718

#508718

Complementary Color

#508718 #4f1887

#508718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508718 Color CSS Codes

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

#508718 Text Font Color

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

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


#508718 Background Color

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

This div background color is #508718


#508718 Border Color

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

This div border color is #508718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508718


Comments

No comments written yet.

Please login to write comment.