Color Hex Logo

#50715e Color Hex

#50715E
(80,113,94)
0 Favorites   0 Comments

Color spaces of #50715e

RGB 8011394
HSL0.400.170.38
HSV145°29°44°
CMYK 0.290.000.17   0.56
XYZ11.233814.323912.7624
Yxy14.32390.29320.3738
Hunter Lab37.8469-13.24946.4996
CIE-Lab44.6939-16.23536.7661

#50715e color RGB value is (80,113,94).

#50715e hex color red value is 80, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50715e hue: 0.40 , saturation: 0.17 and the lightness value of 50715e is 0.38.

The process color (four color CMYK) of #50715e color hex is 0.29, 0.00, 0.17, 0.56. Web safe color of #50715e is #666666. Color #50715e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 01011110
Octal 120 161 136
Decimal 80 113 94
Hex 50 71 5E

RGB Percentages of Color #50715e

%27.87
%39.37
%32.75

CMYK Percentages of Color #50715e

%29
%0
%17
%56

Triadic Colors of #50715e

#50715e #5e5071 #715e50

Analogous Colors of #50715e

#50715e #50716f #537150

Monochromatic Colors of #50715e

#50715e

Complementary Color

#50715e #715063

#50715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50715e Color CSS Codes

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

#50715e Text Font Color

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

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


#50715e Background Color

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

This div background color is #50715e


#50715e Border Color

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

This div border color is #50715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50715e


Comments

No comments written yet.

Please login to write comment.