Color Hex Logo

#50544f Color Hex

#50544F
(80,84,79)
0 Favorites   0 Comments

Color spaces of #50544f

RGB 808479
HSL0.300.030.32
HSV108°33°
CMYK 0.050.000.06   0.67
XYZ7.88998.61068.6433
Yxy8.61060.31380.3425
Hunter Lab29.3438-3.35703.0767
CIE-Lab35.2235-2.67812.3616

#50544f color RGB value is (80,84,79).

#50544f hex color red value is 80, green value is 84 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #50544f hue: 0.30 , saturation: 0.03 and the lightness value of 50544f is 0.32.

The process color (four color CMYK) of #50544f color hex is 0.05, 0.00, 0.06, 0.67. Web safe color of #50544f is #666666. Color #50544f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 01001111
Octal 120 124 117
Decimal 80 84 79
Hex 50 54 4F

RGB Percentages of Color #50544f

%32.92
%34.57
%32.51

CMYK Percentages of Color #50544f

%5
%0
%6
%67

Triadic Colors of #50544f

#50544f #4f5054 #544f50

Analogous Colors of #50544f

#50544f #4f5451 #53544f

Monochromatic Colors of #50544f

#50544f

Complementary Color

#50544f #534f54

#50544f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50544f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50544f Color CSS Codes

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

#50544f Text Font Color

<p style="color:#50544f">Text here</p>

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


#50544f Background Color

<div style="background-color:#50544f">
Div content here</div>

This div background color is #50544f


#50544f Border Color

<div style="border:3px solid #50544f">
Div here</div>

This div border color is #50544f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,84,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50544f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50544f;
  -webkit-box-shadow: 1px 1px 3px 2px #50544f;
  box-shadow:         1px 1px 3px 2px #50544f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50544f


Comments

No comments written yet.

Please login to write comment.