Color Hex Logo

#50977f Color Hex

#50977F
(80,151,127)
0 Favorites   0 Comments

Color spaces of #50977f

RGB 80151127
HSL0.440.310.45
HSV160°47°59°
CMYK 0.470.000.16   0.41
XYZ18.205625.371024.0162
Yxy25.37100.26930.3754
Hunter Lab50.3696-23.62986.9893
CIE-Lab57.4351-28.30985.7721

#50977f color RGB value is (80,151,127).

#50977f hex color red value is 80, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #50977f hue: 0.44 , saturation: 0.31 and the lightness value of 50977f is 0.45.

The process color (four color CMYK) of #50977f color hex is 0.47, 0.00, 0.16, 0.41. Web safe color of #50977f is #669966. Color #50977f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010111 01111111
Octal 120 227 177
Decimal 80 151 127
Hex 50 97 7F

RGB Percentages of Color #50977f

%22.35
%42.18
%35.47

CMYK Percentages of Color #50977f

%47
%0
%16
%41

Triadic Colors of #50977f

#50977f #7f5097 #977f50

Analogous Colors of #50977f

#50977f #508c97 #50975c

Monochromatic Colors of #50977f

#50977f

Complementary Color

#50977f #975068

#50977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50977f Color CSS Codes

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

#50977f Text Font Color

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

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


#50977f Background Color

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

This div background color is #50977f


#50977f Border Color

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

This div border color is #50977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50977f


Comments

No comments written yet.

Please login to write comment.