Color Hex Logo

#50464a Color Hex

#50464A
(80,70,74)
0 Favorites   0 Comments

Color spaces of #50464a

RGB 807074
HSL0.930.070.29
HSV336°13°31°
CMYK 0.000.130.07   0.69
XYZ6.73456.58027.3937
Yxy6.58020.32520.3178
Hunter Lab25.65191.97150.8671
CIE-Lab30.83155.0395-0.8512

#50464a color RGB value is (80,70,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 01001010
Octal 120 106 112
Decimal 80 70 74
Hex 50 46 4A

RGB Percentages of Color #50464a

%35.71
%31.25
%33.04

CMYK Percentages of Color #50464a

%0
%13
%7
%69

Triadic Colors of #50464a

#50464a #4a5046 #464a50

Analogous Colors of #50464a

#50464a #504746 #50464f

Monochromatic Colors of #50464a

#50464a

Complementary Color

#50464a #46504c

#50464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50464a Color CSS Codes

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

#50464a Text Font Color

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

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


#50464a Background Color

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

This div background color is #50464a


#50464a Border Color

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

This div border color is #50464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50464a


Comments

No comments written yet.

Please login to write comment.