Color Hex Logo

#507768 Color Hex

#507768
(80,119,104)
0 Favorites   0 Comments

Color spaces of #507768

RGB 80119104
HSL0.440.200.39
HSV157°33°47°
CMYK 0.330.000.13   0.53
XYZ12.403815.898615.5117
Yxy15.89860.28310.3629
Hunter Lab39.8730-14.24964.8457
CIE-Lab46.8412-17.25183.8917

#507768 color RGB value is (80,119,104).

#507768 hex color red value is 80, green value is 119 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #507768 hue: 0.44 , saturation: 0.20 and the lightness value of 507768 is 0.39.

The process color (four color CMYK) of #507768 color hex is 0.33, 0.00, 0.13, 0.53. Web safe color of #507768 is #666666. Color #507768 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 01101000
Octal 120 167 150
Decimal 80 119 104
Hex 50 77 68

RGB Percentages of Color #507768

%26.40
%39.27
%34.32

CMYK Percentages of Color #507768

%33
%0
%13
%53

Triadic Colors of #507768

#507768 #685077 #776850

Analogous Colors of #507768

#507768 #507377 #507755

Monochromatic Colors of #507768

#507768

Complementary Color

#507768 #77505f

#507768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507768 Color CSS Codes

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

#507768 Text Font Color

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

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


#507768 Background Color

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

This div background color is #507768


#507768 Border Color

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

This div border color is #507768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507768


Comments

No comments written yet.

Please login to write comment.