Color Hex Logo

#50544a Color Hex

#50544A
(80,84,74)
0 Favorites   0 Comments

Color spaces of #50544a

RGB 808474
HSL0.230.060.31
HSV84°12°33°
CMYK 0.050.000.12   0.67
XYZ7.71468.54057.7204
Yxy8.54050.32180.3562
Hunter Lab29.2241-4.02174.7937
CIE-Lab35.0841-3.70485.2965

#50544a color RGB value is (80,84,74).

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

The process color (four color CMYK) of #50544a color hex is 0.05, 0.00, 0.12, 0.67. Web safe color of #50544a is #666633. Color #50544a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 01001010
Octal 120 124 112
Decimal 80 84 74
Hex 50 54 4A

RGB Percentages of Color #50544a

%33.61
%35.29
%31.09

CMYK Percentages of Color #50544a

%5
%0
%12
%67

Triadic Colors of #50544a

#50544a #4a5054 #544a50

Analogous Colors of #50544a

#50544a #4b544a #54534a

Monochromatic Colors of #50544a

#50544a

Complementary Color

#50544a #4e4a54

#50544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50544a Color CSS Codes

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

#50544a Text Font Color

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

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


#50544a Background Color

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

This div background color is #50544a


#50544a Border Color

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

This div border color is #50544a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50544a


Comments

No comments written yet.

Please login to write comment.