Color Hex Logo

#50776d Color Hex

#50776D
(80,119,109)
0 Favorites   0 Comments

Color spaces of #50776d

RGB 80119109
HSL0.460.200.39
HSV165°33°47°
CMYK 0.330.000.08   0.53
XYZ12.665416.003316.8894
Yxy16.00330.27800.3513
Hunter Lab40.0041-13.49372.9712
CIE-Lab46.9788-16.07461.1239

#50776d color RGB value is (80,119,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 01101101
Octal 120 167 155
Decimal 80 119 109
Hex 50 77 6D

RGB Percentages of Color #50776d

%25.97
%38.64
%35.39

CMYK Percentages of Color #50776d

%33
%0
%8
%53

Triadic Colors of #50776d

#50776d #6d5077 #776d50

Analogous Colors of #50776d

#50776d #506e77 #50775a

Monochromatic Colors of #50776d

#50776d

Complementary Color

#50776d #77505a

#50776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50776d Color CSS Codes

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

#50776d Text Font Color

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

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


#50776d Background Color

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

This div background color is #50776d


#50776d Border Color

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

This div border color is #50776d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50776d


Comments

No comments written yet.

Please login to write comment.