Color Hex Logo

#508818 Color Hex

#508818
(80,136,24)
0 Favorites   0 Comments

Color spaces of #508818

RGB 8013624
HSL0.250.700.31
HSV90°82°53°
CMYK 0.410.000.82   0.47
XYZ12.277319.37973.9577
Yxy19.37970.34470.5441
Hunter Lab44.0224-27.257725.4854
CIE-Lab51.1285-36.596849.4880

#508818 color RGB value is (80,136,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 00011000
Octal 120 210 30
Decimal 80 136 24
Hex 50 88 18

RGB Percentages of Color #508818

%33.33
%56.67
%10.00

CMYK Percentages of Color #508818

%41
%0
%82
%47

Triadic Colors of #508818

#508818 #185088 #881850

Analogous Colors of #508818

#508818 #188818 #888818

Monochromatic Colors of #508818

#508818

Complementary Color

#508818 #501888

#508818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508818 Color CSS Codes

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

#508818 Text Font Color

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

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


#508818 Background Color

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

This div background color is #508818


#508818 Border Color

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

This div border color is #508818


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,136,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 #508818">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508818


Comments

No comments written yet.

Please login to write comment.