Color Hex Logo

#507648 Color Hex

#507648
(80,118,72)
0 Favorites   0 Comments

Color spaces of #507648

RGB 8011872
HSL0.300.240.37
HSV110°39°46°
CMYK 0.320.000.39   0.54
XYZ10.956415.13028.4739
Yxy15.13020.31700.4378
Hunter Lab38.8976-17.792114.3119
CIE-Lab45.8120-23.091321.1829

#507648 color RGB value is (80,118,72).

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

The process color (four color CMYK) of #507648 color hex is 0.32, 0.00, 0.39, 0.54. Web safe color of #507648 is #666633. Color #507648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 01001000
Octal 120 166 110
Decimal 80 118 72
Hex 50 76 48

RGB Percentages of Color #507648

%29.63
%43.70
%26.67

CMYK Percentages of Color #507648

%32
%0
%39
%54

Triadic Colors of #507648

#507648 #485076 #764850

Analogous Colors of #507648

#507648 #487657 #677648

Monochromatic Colors of #507648

#507648

Complementary Color

#507648 #6e4876

#507648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507648 Color CSS Codes

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

#507648 Text Font Color

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

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


#507648 Background Color

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

This div background color is #507648


#507648 Border Color

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

This div border color is #507648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507648


Comments

No comments written yet.

Please login to write comment.