Color Hex Logo

#50444d Color Hex

#50444D
(80,68,77)
0 Favorites   0 Comments

Color spaces of #50444d

RGB 806877
HSL0.880.080.29
HSV315°15°31°
CMYK 0.000.150.04   0.69
XYZ6.71496.37557.8979
Yxy6.37550.31990.3038
Hunter Lab25.24983.2831-0.8706
CIE-Lab30.34076.9539-3.5114

#50444d color RGB value is (80,68,77).

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

The process color (four color CMYK) of #50444d color hex is 0.00, 0.15, 0.04, 0.69. Web safe color of #50444d is #663366. Color #50444d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 01001101
Octal 120 104 115
Decimal 80 68 77
Hex 50 44 4D

RGB Percentages of Color #50444d

%35.56
%30.22
%34.22

CMYK Percentages of Color #50444d

%0
%15
%4
%69

Triadic Colors of #50444d

#50444d #4d5044 #444d50

Analogous Colors of #50444d

#50444d #504447 #4d4450

Monochromatic Colors of #50444d

#50444d

Complementary Color

#50444d #445047

#50444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50444d Color CSS Codes

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

#50444d Text Font Color

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

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


#50444d Background Color

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

This div background color is #50444d


#50444d Border Color

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

This div border color is #50444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50444d


Comments

No comments written yet.

Please login to write comment.