Color Hex Logo

#50715c Color Hex

#50715C
(80,113,92)
0 Favorites   0 Comments

Color spaces of #50715c

RGB 8011392
HSL0.390.170.38
HSV142°29°44°
CMYK 0.290.000.19   0.56
XYZ11.145214.288412.2957
Yxy14.28840.29540.3787
Hunter Lab37.8000-13.51997.1740
CIE-Lab44.6437-16.66587.8875

#50715c color RGB value is (80,113,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 01011100
Octal 120 161 134
Decimal 80 113 92
Hex 50 71 5C

RGB Percentages of Color #50715c

%28.07
%39.65
%32.28

CMYK Percentages of Color #50715c

%29
%0
%19
%56

Triadic Colors of #50715c

#50715c #5c5071 #715c50

Analogous Colors of #50715c

#50715c #50716d #557150

Monochromatic Colors of #50715c

#50715c

Complementary Color

#50715c #715065

#50715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50715c Color CSS Codes

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

#50715c Text Font Color

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

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


#50715c Background Color

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

This div background color is #50715c


#50715c Border Color

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

This div border color is #50715c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50715c


Comments

No comments written yet.

Please login to write comment.