Color Hex Logo

#50484a Color Hex

#50484A
(80,72,74)
0 Favorites   0 Comments

Color spaces of #50484a

RGB 807274
HSL0.960.050.30
HSV345°10°31°
CMYK 0.000.100.07   0.69
XYZ6.86176.83467.4361
Yxy6.83460.32470.3234
Hunter Lab26.14311.10001.4358
CIE-Lab31.42743.76550.0206

#50484a color RGB value is (80,72,74).

#50484a hex color red value is 80, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50484a hue: 0.96 , saturation: 0.05 and the lightness value of 50484a is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 01001010
Octal 120 110 112
Decimal 80 72 74
Hex 50 48 4A

RGB Percentages of Color #50484a

%35.40
%31.86
%32.74

CMYK Percentages of Color #50484a

%0
%10
%7
%69

Triadic Colors of #50484a

#50484a #4a5048 #484a50

Analogous Colors of #50484a

#50484a #504a48 #50484e

Monochromatic Colors of #50484a

#50484a

Complementary Color

#50484a #48504e

#50484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50484a Color CSS Codes

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

#50484a Text Font Color

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

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


#50484a Background Color

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

This div background color is #50484a


#50484a Border Color

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

This div border color is #50484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50484a


Comments

No comments written yet.

Please login to write comment.