Color Hex Logo

#50904e Color Hex

#50904E
(80,144,78)
0 Favorites   0 Comments

Color spaces of #50904e

RGB 8014478
HSL0.330.300.44
HSV118°46°56°
CMYK 0.440.000.46   0.44
XYZ14.656722.202010.7207
Yxy22.20200.30800.4666
Hunter Lab47.1190-26.934619.4934
CIE-Lab54.2407-34.637428.7516

#50904e color RGB value is (80,144,78).

#50904e hex color red value is 80, green value is 144 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50904e hue: 0.33 , saturation: 0.30 and the lightness value of 50904e is 0.44.

The process color (four color CMYK) of #50904e color hex is 0.44, 0.00, 0.46, 0.44. Web safe color of #50904e is #669966. Color #50904e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010000 01001110
Octal 120 220 116
Decimal 80 144 78
Hex 50 90 4E

RGB Percentages of Color #50904e

%26.49
%47.68
%25.83

CMYK Percentages of Color #50904e

%44
%0
%46
%44

Triadic Colors of #50904e

#50904e #4e5090 #904e50

Analogous Colors of #50904e

#50904e #4e906d #71904e

Monochromatic Colors of #50904e

#50904e

Complementary Color

#50904e #8e4e90

#50904e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50904e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50904e Color CSS Codes

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

#50904e Text Font Color

<p style="color:#50904e">Text here</p>

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


#50904e Background Color

<div style="background-color:#50904e">
Div content here</div>

This div background color is #50904e


#50904e Border Color

<div style="border:3px solid #50904e">
Div here</div>

This div border color is #50904e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,144,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50904e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50904e;
  -webkit-box-shadow: 1px 1px 3px 2px #50904e;
  box-shadow:         1px 1px 3px 2px #50904e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50904e


Comments

No comments written yet.

Please login to write comment.