Color Hex Logo

#50957a Color Hex

#50957A
(80,149,122)
0 Favorites   0 Comments

Color spaces of #50957a

RGB 80149122
HSL0.430.300.45
HSV157°46°58°
CMYK 0.460.000.18   0.42
XYZ17.568624.605522.2357
Yxy24.60550.27280.3820
Hunter Lab49.6039-23.58628.1451
CIE-Lab56.6890-28.49537.5489

#50957a color RGB value is (80,149,122).

#50957a hex color red value is 80, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #50957a hue: 0.43 , saturation: 0.30 and the lightness value of 50957a is 0.45.

The process color (four color CMYK) of #50957a color hex is 0.46, 0.00, 0.18, 0.42. Web safe color of #50957a is #669966. Color #50957a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010101 01111010
Octal 120 225 172
Decimal 80 149 122
Hex 50 95 7A

RGB Percentages of Color #50957a

%22.79
%42.45
%34.76

CMYK Percentages of Color #50957a

%46
%0
%18
%42

Triadic Colors of #50957a

#50957a #7a5095 #957a50

Analogous Colors of #50957a

#50957a #508e95 #509558

Monochromatic Colors of #50957a

#50957a

Complementary Color

#50957a #95506b

#50957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50957a Color CSS Codes

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

#50957a Text Font Color

<p style="color:#50957a">Text here</p>

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


#50957a Background Color

<div style="background-color:#50957a">
Div content here</div>

This div background color is #50957a


#50957a Border Color

<div style="border:3px solid #50957a">
Div here</div>

This div border color is #50957a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,149,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50957a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50957a;
  -webkit-box-shadow: 1px 1px 3px 2px #50957a;
  box-shadow:         1px 1px 3px 2px #50957a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50957a


Comments

No comments written yet.

Please login to write comment.