Color Hex Logo

#507a22 Color Hex

#507A22
(80,122,34)
0 Favorites   0 Comments

Color spaces of #507a22

RGB 8012234
HSL0.250.560.31
HSV89°72°48°
CMYK 0.340.000.72   0.52
XYZ10.556515.74003.9951
Yxy15.74000.34850.5196
Hunter Lab39.6737-21.933121.8011
CIE-Lab46.6315-29.620941.5266

#507a22 color RGB value is (80,122,34).

#507a22 hex color red value is 80, green value is 122 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #507a22 hue: 0.25 , saturation: 0.56 and the lightness value of 507a22 is 0.31.

The process color (four color CMYK) of #507a22 color hex is 0.34, 0.00, 0.72, 0.52. Web safe color of #507a22 is #666633. Color #507a22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 00100010
Octal 120 172 42
Decimal 80 122 34
Hex 50 7A 22

RGB Percentages of Color #507a22

%33.90
%51.69
%14.41

CMYK Percentages of Color #507a22

%34
%0
%72
%52

Triadic Colors of #507a22

#507a22 #22507a #7a2250

Analogous Colors of #507a22

#507a22 #247a22 #7a7822

Monochromatic Colors of #507a22

#507a22

Complementary Color

#507a22 #4c227a

#507a22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507a22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507a22 Color CSS Codes

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

#507a22 Text Font Color

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

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


#507a22 Background Color

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

This div background color is #507a22


#507a22 Border Color

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

This div border color is #507a22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507a22


Comments

No comments written yet.

Please login to write comment.