Color Hex Logo

#50915a Color Hex

#50915A
(80,145,90)
0 Favorites   0 Comments

Color spaces of #50915a

RGB 8014590
HSL0.360.290.44
HSV129°45°57°
CMYK 0.450.000.38   0.43
XYZ15.279122.694513.2480
Yxy22.69450.29830.4431
Hunter Lab47.6387-26.117816.8590
CIE-Lab54.7563-33.116922.8890

#50915a color RGB value is (80,145,90).

#50915a hex color red value is 80, green value is 145 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #50915a hue: 0.36 , saturation: 0.29 and the lightness value of 50915a is 0.44.

The process color (four color CMYK) of #50915a color hex is 0.45, 0.00, 0.38, 0.43. Web safe color of #50915a is #669966. Color #50915a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 01011010
Octal 120 221 132
Decimal 80 145 90
Hex 50 91 5A

RGB Percentages of Color #50915a

%25.40
%46.03
%28.57

CMYK Percentages of Color #50915a

%45
%0
%38
%43

Triadic Colors of #50915a

#50915a #5a5091 #915a50

Analogous Colors of #50915a

#50915a #50917b #679150

Monochromatic Colors of #50915a

#50915a

Complementary Color

#50915a #915087

#50915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50915a Color CSS Codes

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

#50915a Text Font Color

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

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


#50915a Background Color

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

This div background color is #50915a


#50915a Border Color

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

This div border color is #50915a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50915a

#50915a Color Palettes


Comments

No comments written yet.

Please login to write comment.