Color Hex Logo

#50554e Color Hex

#50554E
(80,85,78)
0 Favorites   0 Comments

Color spaces of #50554e

RGB 808578
HSL0.290.040.32
HSV103°33°
CMYK 0.060.000.08   0.67
XYZ7.93198.75258.4791
Yxy8.75250.31520.3478
Hunter Lab29.5846-3.91573.7164
CIE-Lab35.5033-3.49813.3919

#50554e color RGB value is (80,85,78).

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

The process color (four color CMYK) of #50554e color hex is 0.06, 0.00, 0.08, 0.67. Web safe color of #50554e is #666666. Color #50554e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 01001110
Octal 120 125 116
Decimal 80 85 78
Hex 50 55 4E

RGB Percentages of Color #50554e

%32.92
%34.98
%32.10

CMYK Percentages of Color #50554e

%6
%0
%8
%67

Triadic Colors of #50554e

#50554e #4e5055 #554e50

Analogous Colors of #50554e

#50554e #4e5550 #54554e

Monochromatic Colors of #50554e

#50554e

Complementary Color

#50554e #534e55

#50554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50554e Color CSS Codes

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

#50554e Text Font Color

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

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


#50554e Background Color

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

This div background color is #50554e


#50554e Border Color

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

This div border color is #50554e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50554e


Comments

No comments written yet.

Please login to write comment.