Color Hex Logo

#50776c Color Hex

#50776C
(80,119,108)
0 Favorites   0 Comments

Color spaces of #50776c

RGB 80119108
HSL0.450.200.39
HSV163°33°47°
CMYK 0.330.000.09   0.53
XYZ12.611915.981816.6074
Yxy15.98180.27900.3536
Hunter Lab39.9772-13.64753.3537
CIE-Lab46.9506-16.31301.6767

#50776c color RGB value is (80,119,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 01101100
Octal 120 167 154
Decimal 80 119 108
Hex 50 77 6C

RGB Percentages of Color #50776c

%26.06
%38.76
%35.18

CMYK Percentages of Color #50776c

%33
%0
%9
%53

Triadic Colors of #50776c

#50776c #6c5077 #776c50

Analogous Colors of #50776c

#50776c #506f77 #507759

Monochromatic Colors of #50776c

#50776c

Complementary Color

#50776c #77505b

#50776c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50776c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50776c Color CSS Codes

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

#50776c Text Font Color

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

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


#50776c Background Color

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

This div background color is #50776c


#50776c Border Color

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

This div border color is #50776c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50776c


Comments

No comments written yet.

Please login to write comment.