Color Hex Logo

#50795d Color Hex

#50795D
(80,121,93)
0 Favorites   0 Comments

Color spaces of #50795d

RGB 8012193
HSL0.390.200.39
HSV139°34°47°
CMYK 0.340.000.23   0.53
XYZ12.121416.170512.8383
Yxy16.17050.29470.3932
Hunter Lab40.2126-16.56629.2198
CIE-Lab47.1974-20.726710.8888

#50795d color RGB value is (80,121,93).

#50795d hex color red value is 80, green value is 121 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #50795d hue: 0.39 , saturation: 0.20 and the lightness value of 50795d is 0.39.

The process color (four color CMYK) of #50795d color hex is 0.34, 0.00, 0.23, 0.53. Web safe color of #50795d is #666666. Color #50795d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 01011101
Octal 120 171 135
Decimal 80 121 93
Hex 50 79 5D

RGB Percentages of Color #50795d

%27.21
%41.16
%31.63

CMYK Percentages of Color #50795d

%34
%0
%23
%53

Triadic Colors of #50795d

#50795d #5d5079 #795d50

Analogous Colors of #50795d

#50795d #507972 #587950

Monochromatic Colors of #50795d

#50795d

Complementary Color

#50795d #79506c

#50795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50795d Color CSS Codes

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

#50795d Text Font Color

<p style="color:#50795d">Text here</p>

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


#50795d Background Color

<div style="background-color:#50795d">
Div content here</div>

This div background color is #50795d


#50795d Border Color

<div style="border:3px solid #50795d">
Div here</div>

This div border color is #50795d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,121,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50795d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50795d;
  -webkit-box-shadow: 1px 1px 3px 2px #50795d;
  box-shadow:         1px 1px 3px 2px #50795d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50795d


Comments

No comments written yet.

Please login to write comment.