Color Hex Logo

#507044 Color Hex

#507044
(80,112,68)
0 Favorites   0 Comments

Color spaces of #507044

RGB 8011268
HSL0.290.240.35
HSV104°39°44°
CMYK 0.290.000.39   0.56
XYZ10.145813.71127.5806
Yxy13.71120.32270.4361
Hunter Lab37.0286-15.891313.7820
CIE-Lab43.8159-20.642720.8539

#507044 color RGB value is (80,112,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 01000100
Octal 120 160 104
Decimal 80 112 68
Hex 50 70 44

RGB Percentages of Color #507044

%30.77
%43.08
%26.15

CMYK Percentages of Color #507044

%29
%0
%39
%56

Triadic Colors of #507044

#507044 #445070 #704450

Analogous Colors of #507044

#507044 #44704e #667044

Monochromatic Colors of #507044

#507044

Complementary Color

#507044 #644470

#507044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507044 Color CSS Codes

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

#507044 Text Font Color

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

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


#507044 Background Color

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

This div background color is #507044


#507044 Border Color

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

This div border color is #507044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507044


Comments

No comments written yet.

Please login to write comment.