Color Hex Logo

#507676 Color Hex

#507676
(80,118,118)
0 Favorites   0 Comments

Color spaces of #507676

RGB 80118118
HSL0.500.190.39
HSV180°32°46°
CMYK 0.320.000.00   0.54
XYZ13.056715.970319.5340
Yxy15.97030.26890.3289
Hunter Lab39.9629-11.6153-1.0072
CIE-Lab46.9355-13.2844-4.2900

#507676 color RGB value is (80,118,118).

#507676 hex color red value is 80, green value is 118 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #507676 hue: 0.50 , saturation: 0.19 and the lightness value of 507676 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 01110110
Octal 120 166 166
Decimal 80 118 118
Hex 50 76 76

RGB Percentages of Color #507676

%25.32
%37.34
%37.34

CMYK Percentages of Color #507676

%32
%0
%0
%54

Triadic Colors of #507676

#507676 #765076 #767650

Analogous Colors of #507676

#507676 #506376 #507663

Monochromatic Colors of #507676

#507676

Complementary Color

#507676 #765050

#507676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507676 Color CSS Codes

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

#507676 Text Font Color

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

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


#507676 Background Color

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

This div background color is #507676


#507676 Border Color

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

This div border color is #507676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507676


Comments

No comments written yet.

Please login to write comment.