Color Hex Logo

#50464e Color Hex

#50464E
(80,70,78)
0 Favorites   0 Comments

Color spaces of #50464e

RGB 807078
HSL0.870.070.29
HSV312°13°31°
CMYK 0.000.130.02   0.69
XYZ6.87366.63588.1263
Yxy6.63580.31770.3067
Hunter Lab25.76002.5494-0.6717
CIE-Lab30.96305.8874-3.2349

#50464e color RGB value is (80,70,78).

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

The process color (four color CMYK) of #50464e color hex is 0.00, 0.13, 0.02, 0.69. Web safe color of #50464e is #663366. Color #50464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 01001110
Octal 120 106 116
Decimal 80 70 78
Hex 50 46 4E

RGB Percentages of Color #50464e

%35.09
%30.70
%34.21

CMYK Percentages of Color #50464e

%0
%13
%2
%69

Triadic Colors of #50464e

#50464e #4e5046 #464e50

Analogous Colors of #50464e

#50464e #504649 #4d4650

Monochromatic Colors of #50464e

#50464e

Complementary Color

#50464e #465048

#50464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50464e Color CSS Codes

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

#50464e Text Font Color

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

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


#50464e Background Color

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

This div background color is #50464e


#50464e Border Color

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

This div border color is #50464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50464e


Comments

No comments written yet.

Please login to write comment.