Color Hex Logo

#507029 Color Hex

#507029
(80,112,41)
0 Favorites   0 Comments

Color spaces of #507029

RGB 8011241
HSL0.240.460.30
HSV87°63°44°
CMYK 0.290.000.63   0.56
XYZ9.502713.45394.1938
Yxy13.45390.35000.4955
Hunter Lab36.6796-17.944618.8967
CIE-Lab43.4394-24.140934.9388

#507029 color RGB value is (80,112,41).

#507029 hex color red value is 80, green value is 112 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #507029 hue: 0.24 , saturation: 0.46 and the lightness value of 507029 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 00101001
Octal 120 160 51
Decimal 80 112 41
Hex 50 70 29

RGB Percentages of Color #507029

%34.33
%48.07
%17.60

CMYK Percentages of Color #507029

%29
%0
%63
%56

Triadic Colors of #507029

#507029 #295070 #702950

Analogous Colors of #507029

#507029 #2c7029 #706d29

Monochromatic Colors of #507029

#507029

Complementary Color

#507029 #492970

#507029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507029 Color CSS Codes

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

#507029 Text Font Color

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

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


#507029 Background Color

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

This div background color is #507029


#507029 Border Color

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

This div border color is #507029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507029


Comments

No comments written yet.

Please login to write comment.