Color Hex Logo

#50444a Color Hex

#50444A
(80,68,74)
0 Favorites   0 Comments

Color spaces of #50444a

RGB 806874
HSL0.920.080.29
HSV330°15°31°
CMYK 0.000.150.07   0.69
XYZ6.61146.33417.3527
Yxy6.33410.32570.3121
Hunter Lab25.16762.84760.2958
CIE-Lab30.24026.3197-1.7195

#50444a color RGB value is (80,68,74).

#50444a hex color red value is 80, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50444a hue: 0.92 , saturation: 0.08 and the lightness value of 50444a is 0.29.

The process color (four color CMYK) of #50444a color hex is 0.00, 0.15, 0.07, 0.69. Web safe color of #50444a is #663333. Color #50444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 01001010
Octal 120 104 112
Decimal 80 68 74
Hex 50 44 4A

RGB Percentages of Color #50444a

%36.04
%30.63
%33.33

CMYK Percentages of Color #50444a

%0
%15
%7
%69

Triadic Colors of #50444a

#50444a #4a5044 #444a50

Analogous Colors of #50444a

#50444a #504444 #504450

Monochromatic Colors of #50444a

#50444a

Complementary Color

#50444a #44504a

#50444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50444a Color CSS Codes

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

#50444a Text Font Color

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

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


#50444a Background Color

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

This div background color is #50444a


#50444a Border Color

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

This div border color is #50444a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50444a


Comments

No comments written yet.

Please login to write comment.