Color Hex Logo

#50605e Color Hex

#50605E
(80,96,94)
0 Favorites   0 Comments

Color spaces of #50605e

RGB 809694
HSL0.480.090.35
HSV173°17°38°
CMYK 0.170.000.02   0.62
XYZ9.511510.879412.1883
Yxy10.87940.29200.3339
Hunter Lab32.9839-6.24831.1798
CIE-Lab39.3766-6.5575-0.9114

#50605e color RGB value is (80,96,94).

#50605e hex color red value is 80, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50605e hue: 0.48 , saturation: 0.09 and the lightness value of 50605e is 0.35.

The process color (four color CMYK) of #50605e color hex is 0.17, 0.00, 0.02, 0.62. Web safe color of #50605e is #666666. Color #50605e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 01011110
Octal 120 140 136
Decimal 80 96 94
Hex 50 60 5E

RGB Percentages of Color #50605e

%29.63
%35.56
%34.81

CMYK Percentages of Color #50605e

%17
%0
%2
%62

Triadic Colors of #50605e

#50605e #5e5060 #605e50

Analogous Colors of #50605e

#50605e #505a60 #506056

Monochromatic Colors of #50605e

#50605e

Complementary Color

#50605e #605052

#50605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50605e Color CSS Codes

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

#50605e Text Font Color

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

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


#50605e Background Color

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

This div background color is #50605e


#50605e Border Color

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

This div border color is #50605e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,96,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 #50605e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50605e


Comments

No comments written yet.

Please login to write comment.