Color Hex Logo

#507476 Color Hex

#507476
(80,116,118)
0 Favorites   0 Comments

Color spaces of #507476

RGB 80116118
HSL0.510.190.39
HSV183°32°46°
CMYK 0.320.020.00   0.54
XYZ12.823715.504319.4563
Yxy15.50430.26840.3245
Hunter Lab39.3755-10.7738-1.7336
CIE-Lab46.3173-12.1637-5.2061

#507476 color RGB value is (80,116,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 01110110
Octal 120 164 166
Decimal 80 116 118
Hex 50 74 76

RGB Percentages of Color #507476

%25.48
%36.94
%37.58

CMYK Percentages of Color #507476

%32
%2
%0
%54

Triadic Colors of #507476

#507476 #765074 #747650

Analogous Colors of #507476

#507476 #506176 #507665

Monochromatic Colors of #507476

#507476

Complementary Color

#507476 #765250

#507476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507476 Color CSS Codes

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

#507476 Text Font Color

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

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


#507476 Background Color

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

This div background color is #507476


#507476 Border Color

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

This div border color is #507476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,116,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 #507476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507476

#507476 Color Palettes


Comments

No comments written yet.

Please login to write comment.