Color Hex Logo

#507e09 Color Hex

#507E09
(80,126,9)
0 Favorites   0 Comments

Color spaces of #507e09

RGB 801269
HSL0.230.870.26
HSV84°93°49°
CMYK 0.370.000.93   0.51
XYZ10.818416.64692.9014
Yxy16.64690.35630.5482
Hunter Lab40.8006-24.071324.3442
CIE-Lab47.8120-32.737950.2834

#507e09 color RGB value is (80,126,9).

#507e09 hex color red value is 80, green value is 126 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #507e09 hue: 0.23 , saturation: 0.87 and the lightness value of 507e09 is 0.26.

The process color (four color CMYK) of #507e09 color hex is 0.37, 0.00, 0.93, 0.51. Web safe color of #507e09 is #666600. Color #507e09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 00001001
Octal 120 176 11
Decimal 80 126 9
Hex 50 7E 9

RGB Percentages of Color #507e09

%37.21
%58.60
%4.19

CMYK Percentages of Color #507e09

%37
%0
%93
%51

Triadic Colors of #507e09

#507e09 #09507e #7e0950

Analogous Colors of #507e09

#507e09 #157e09 #7e7209

Monochromatic Colors of #507e09

#507e09

Complementary Color

#507e09 #37097e

#507e09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507e09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507e09 Color CSS Codes

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

#507e09 Text Font Color

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

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


#507e09 Background Color

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

This div background color is #507e09


#507e09 Border Color

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

This div border color is #507e09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507e09


Comments

No comments written yet.

Please login to write comment.