Color Hex Logo

#507032 Color Hex

#507032
(80,112,50)
0 Favorites   0 Comments

Color spaces of #507032

RGB 8011250
HSL0.250.380.32
HSV91°55°44°
CMYK 0.290.000.55   0.56
XYZ9.678213.52415.1179
Yxy13.52410.34170.4775
Hunter Lab36.7751-17.380217.4914
CIE-Lab43.5426-23.165930.4812

#507032 color RGB value is (80,112,50).

#507032 hex color red value is 80, green value is 112 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #507032 hue: 0.25 , saturation: 0.38 and the lightness value of 507032 is 0.32.

The process color (four color CMYK) of #507032 color hex is 0.29, 0.00, 0.55, 0.56. Web safe color of #507032 is #666633. Color #507032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 00110010
Octal 120 160 62
Decimal 80 112 50
Hex 50 70 32

RGB Percentages of Color #507032

%33.06
%46.28
%20.66

CMYK Percentages of Color #507032

%29
%0
%55
%56

Triadic Colors of #507032

#507032 #325070 #703250

Analogous Colors of #507032

#507032 #327033 #6f7032

Monochromatic Colors of #507032

#507032

Complementary Color

#507032 #523270

#507032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507032 Color CSS Codes

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

#507032 Text Font Color

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

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


#507032 Background Color

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

This div background color is #507032


#507032 Border Color

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

This div border color is #507032


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,112,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 #507032">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507032


Comments

No comments written yet.

Please login to write comment.