Color Hex Logo

#508210 Color Hex

#508210
(80,130,16)
0 Favorites   0 Comments

Color spaces of #508210

RGB 8013016
HSL0.240.780.29
HSV86°88°51°
CMYK 0.380.000.88   0.49
XYZ11.384417.70813.3082
Yxy17.70810.35140.5465
Hunter Lab42.0810-25.351224.7956
CIE-Lab49.1401-34.308449.9025

#508210 color RGB value is (80,130,16).

#508210 hex color red value is 80, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #508210 hue: 0.24 , saturation: 0.78 and the lightness value of 508210 is 0.29.

The process color (four color CMYK) of #508210 color hex is 0.38, 0.00, 0.88, 0.49. Web safe color of #508210 is #669900. Color #508210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 00010000
Octal 120 202 20
Decimal 80 130 16
Hex 50 82 10

RGB Percentages of Color #508210

%35.40
%57.52
%7.08

CMYK Percentages of Color #508210

%38
%0
%88
%49

Triadic Colors of #508210

#508210 #105082 #821050

Analogous Colors of #508210

#508210 #178210 #827b10

Monochromatic Colors of #508210

#508210

Complementary Color

#508210 #421082

#508210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508210 Color CSS Codes

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

#508210 Text Font Color

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

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


#508210 Background Color

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

This div background color is #508210


#508210 Border Color

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

This div border color is #508210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508210


Comments

No comments written yet.

Please login to write comment.