Color Hex Logo

#50797d Color Hex

#50797D
(80,121,125)
0 Favorites   0 Comments

Color spaces of #50797d

RGB 80121125
HSL0.510.220.40
HSV185°36°49°
CMYK 0.360.030.00   0.51
XYZ13.847316.860921.9267
Yxy16.86090.26310.3203
Hunter Lab41.0620-11.6632-2.9168
CIE-Lab48.0843-13.1306-6.7387

#50797d color RGB value is (80,121,125).

#50797d hex color red value is 80, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #50797d hue: 0.51 , saturation: 0.22 and the lightness value of 50797d is 0.40.

The process color (four color CMYK) of #50797d color hex is 0.36, 0.03, 0.00, 0.51. Web safe color of #50797d is #666666. Color #50797d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 01111101
Octal 120 171 175
Decimal 80 121 125
Hex 50 79 7D

RGB Percentages of Color #50797d

%24.54
%37.12
%38.34

CMYK Percentages of Color #50797d

%36
%3
%0
%51

Triadic Colors of #50797d

#50797d #7d5079 #797d50

Analogous Colors of #50797d

#50797d #50637d #507d6b

Monochromatic Colors of #50797d

#50797d

Complementary Color

#50797d #7d5450

#50797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50797d Color CSS Codes

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

#50797d Text Font Color

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

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


#50797d Background Color

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

This div background color is #50797d


#50797d Border Color

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

This div border color is #50797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50797d


Comments

No comments written yet.

Please login to write comment.