Color Hex Logo

#50a179 Color Hex

#50A179
(80,161,121)
0 Favorites   0 Comments

Color spaces of #50a179

RGB 80161121
HSL0.420.340.47
HSV150°50°63°
CMYK 0.500.000.25   0.37
XYZ19.504328.575722.5768
Yxy28.57570.27600.4044
Hunter Lab53.4562-28.420112.3787
CIE-Lab60.4053-34.415713.3572

#50a179 color RGB value is (80,161,121).

#50a179 hex color red value is 80, green value is 161 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #50a179 hue: 0.42 , saturation: 0.34 and the lightness value of 50a179 is 0.47.

The process color (four color CMYK) of #50a179 color hex is 0.50, 0.00, 0.25, 0.37. Web safe color of #50a179 is #669966. Color #50a179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100001 01111001
Octal 120 241 171
Decimal 80 161 121
Hex 50 A1 79

RGB Percentages of Color #50a179

%22.10
%44.48
%33.43

CMYK Percentages of Color #50a179

%50
%0
%25
%37

Triadic Colors of #50a179

#50a179 #7950a1 #a17950

Analogous Colors of #50a179

#50a179 #50a1a1 #50a151

Monochromatic Colors of #50a179

#50a179

Complementary Color

#50a179 #a15078

#50a179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a179 Color CSS Codes

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

#50a179 Text Font Color

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

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


#50a179 Background Color

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

This div background color is #50a179


#50a179 Border Color

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

This div border color is #50a179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a179


Comments

No comments written yet.

Please login to write comment.