Color Hex Logo

#507a32 Color Hex

#507A32
(80,122,50)
0 Favorites   0 Comments

Color spaces of #507a32

RGB 8012250
HSL0.260.420.34
HSV95°59°48°
CMYK 0.340.000.59   0.52
XYZ10.843515.85485.5064
Yxy15.85480.33670.4923
Hunter Lab39.8181-21.071519.6735
CIE-Lab46.7834-28.117134.2869

#507a32 color RGB value is (80,122,50).

#507a32 hex color red value is 80, green value is 122 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #507a32 hue: 0.26 , saturation: 0.42 and the lightness value of 507a32 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 00110010
Octal 120 172 62
Decimal 80 122 50
Hex 50 7A 32

RGB Percentages of Color #507a32

%31.75
%48.41
%19.84

CMYK Percentages of Color #507a32

%34
%0
%59
%52

Triadic Colors of #507a32

#507a32 #32507a #7a3250

Analogous Colors of #507a32

#507a32 #327a38 #747a32

Monochromatic Colors of #507a32

#507a32

Complementary Color

#507a32 #5c327a

#507a32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507a32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507a32 Color CSS Codes

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

#507a32 Text Font Color

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

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


#507a32 Background Color

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

This div background color is #507a32


#507a32 Border Color

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

This div border color is #507a32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507a32


Comments

No comments written yet.

Please login to write comment.