Color Hex Logo

#50394e Color Hex

#50394E
(80,57,78)
0 Favorites   0 Comments

Color spaces of #50394e

RGB 805778
HSL0.850.170.27
HSV305°29°31°
CMYK 0.000.290.02   0.69
XYZ6.14655.18187.8840
Yxy5.18180.31990.2697
Hunter Lab22.76368.3614-4.6002
CIE-Lab27.246614.2859-8.7972

#50394e color RGB value is (80,57,78).

#50394e hex color red value is 80, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50394e hue: 0.85 , saturation: 0.17 and the lightness value of 50394e is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 01001110
Octal 120 71 116
Decimal 80 57 78
Hex 50 39 4E

RGB Percentages of Color #50394e

%37.21
%26.51
%36.28

CMYK Percentages of Color #50394e

%0
%29
%2
%69

Triadic Colors of #50394e

#50394e #4e5039 #394e50

Analogous Colors of #50394e

#50394e #503943 #473950

Monochromatic Colors of #50394e

#50394e

Complementary Color

#50394e #39503b

#50394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50394e Color CSS Codes

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

#50394e Text Font Color

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

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


#50394e Background Color

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

This div background color is #50394e


#50394e Border Color

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

This div border color is #50394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50394e


Comments

No comments written yet.

Please login to write comment.