Color Hex Logo

#50554a Color Hex

#50554A
(80,85,74)
0 Favorites   0 Comments

Color spaces of #50554a

RGB 808574
HSL0.240.070.31
HSV87°13°33°
CMYK 0.060.000.13   0.67
XYZ7.79288.69697.7465
Yxy8.69690.32150.3588
Hunter Lab29.4905-4.44025.0692
CIE-Lab35.3940-4.31185.7377

#50554a color RGB value is (80,85,74).

#50554a hex color red value is 80, green value is 85 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50554a hue: 0.24 , saturation: 0.07 and the lightness value of 50554a is 0.31.

The process color (four color CMYK) of #50554a color hex is 0.06, 0.00, 0.13, 0.67. Web safe color of #50554a is #666633. Color #50554a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 01001010
Octal 120 125 112
Decimal 80 85 74
Hex 50 55 4A

RGB Percentages of Color #50554a

%33.47
%35.56
%30.96

CMYK Percentages of Color #50554a

%6
%0
%13
%67

Triadic Colors of #50554a

#50554a #4a5055 #554a50

Analogous Colors of #50554a

#50554a #4b554a #55554a

Monochromatic Colors of #50554a

#50554a

Complementary Color

#50554a #4f4a55

#50554a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50554a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50554a Color CSS Codes

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

#50554a Text Font Color

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

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


#50554a Background Color

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

This div background color is #50554a


#50554a Border Color

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

This div border color is #50554a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50554a


Comments

No comments written yet.

Please login to write comment.