Color Hex Logo

#508621 Color Hex

#508621
(80,134,33)
0 Favorites   0 Comments

Color spaces of #508621

RGB 8013433
HSL0.260.600.33
HSV92°75°53°
CMYK 0.400.000.75   0.47
XYZ12.107918.86554.4421
Yxy18.86550.34190.5327
Hunter Lab43.4344-26.251124.3404
CIE-Lab50.5295-35.182645.8557

#508621 color RGB value is (80,134,33).

#508621 hex color red value is 80, green value is 134 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #508621 hue: 0.26 , saturation: 0.60 and the lightness value of 508621 is 0.33.

The process color (four color CMYK) of #508621 color hex is 0.40, 0.00, 0.75, 0.47. Web safe color of #508621 is #669933. Color #508621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 00100001
Octal 120 206 41
Decimal 80 134 33
Hex 50 86 21

RGB Percentages of Color #508621

%32.39
%54.25
%13.36

CMYK Percentages of Color #508621

%40
%0
%75
%47

Triadic Colors of #508621

#508621 #215086 #862150

Analogous Colors of #508621

#508621 #218625 #838621

Monochromatic Colors of #508621

#508621

Complementary Color

#508621 #572186

#508621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508621 Color CSS Codes

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

#508621 Text Font Color

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

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


#508621 Background Color

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

This div background color is #508621


#508621 Border Color

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

This div border color is #508621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508621


Comments

No comments written yet.

Please login to write comment.