Color Hex Logo

#507d11 Color Hex

#507D11
(80,125,17)
0 Favorites   0 Comments

Color spaces of #507d11

RGB 8012517
HSL0.240.760.28
HSV85°86°49°
CMYK 0.360.000.86   0.51
XYZ10.743116.41323.1322
Yxy16.41320.35470.5419
Hunter Lab40.5132-23.564323.7754
CIE-Lab47.5120-32.008348.2223

#507d11 color RGB value is (80,125,17).

#507d11 hex color red value is 80, green value is 125 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #507d11 hue: 0.24 , saturation: 0.76 and the lightness value of 507d11 is 0.28.

The process color (four color CMYK) of #507d11 color hex is 0.36, 0.00, 0.86, 0.51. Web safe color of #507d11 is #666600. Color #507d11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 00010001
Octal 120 175 21
Decimal 80 125 17
Hex 50 7D 11

RGB Percentages of Color #507d11

%36.04
%56.31
%7.66

CMYK Percentages of Color #507d11

%36
%0
%86
%51

Triadic Colors of #507d11

#507d11 #11507d #7d1150

Analogous Colors of #507d11

#507d11 #1a7d11 #7d7411

Monochromatic Colors of #507d11

#507d11

Complementary Color

#507d11 #3e117d

#507d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507d11 Color CSS Codes

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

#507d11 Text Font Color

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

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


#507d11 Background Color

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

This div background color is #507d11


#507d11 Border Color

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

This div border color is #507d11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,125,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507d11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507d11;
  -webkit-box-shadow: 1px 1px 3px 2px #507d11;
  box-shadow:         1px 1px 3px 2px #507d11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507d11


Comments

No comments written yet.

Please login to write comment.