Color Hex Logo

#50574e Color Hex

#50574E
(80,87,78)
0 Favorites   0 Comments

Color spaces of #50574e

RGB 808778
HSL0.300.050.32
HSV107°10°34°
CMYK 0.080.000.10   0.66
XYZ8.09169.07198.5323
Yxy9.07190.31490.3530
Hunter Lab30.1196-4.75544.2880
CIE-Lab36.1224-4.70964.2809

#50574e color RGB value is (80,87,78).

#50574e hex color red value is 80, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50574e hue: 0.30 , saturation: 0.05 and the lightness value of 50574e is 0.32.

The process color (four color CMYK) of #50574e color hex is 0.08, 0.00, 0.10, 0.66. Web safe color of #50574e is #666666. Color #50574e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010111 01001110
Octal 120 127 116
Decimal 80 87 78
Hex 50 57 4E

RGB Percentages of Color #50574e

%32.65
%35.51
%31.84

CMYK Percentages of Color #50574e

%8
%0
%10
%66

Triadic Colors of #50574e

#50574e #4e5057 #574e50

Analogous Colors of #50574e

#50574e #4e5751 #55574e

Monochromatic Colors of #50574e

#50574e

Complementary Color

#50574e #554e57

#50574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50574e Color CSS Codes

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

#50574e Text Font Color

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

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


#50574e Background Color

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

This div background color is #50574e


#50574e Border Color

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

This div border color is #50574e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50574e


Comments

No comments written yet.

Please login to write comment.