Color Hex Logo

#50323e Color Hex

#50323E
(80,50,62)
0 Favorites   0 Comments

Color spaces of #50323e

RGB 805062
HSL0.930.230.25
HSV336°38°31°
CMYK 0.000.380.23   0.69
XYZ5.31844.33455.1138
Yxy4.33450.36020.2935
Hunter Lab20.81959.16440.0105
CIE-Lab24.747815.6053-1.9043

#50323e color RGB value is (80,50,62).

#50323e hex color red value is 80, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #50323e hue: 0.93 , saturation: 0.23 and the lightness value of 50323e is 0.25.

The process color (four color CMYK) of #50323e color hex is 0.00, 0.38, 0.23, 0.69. Web safe color of #50323e is #663333. Color #50323e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 00111110
Octal 120 62 76
Decimal 80 50 62
Hex 50 32 3E

RGB Percentages of Color #50323e

%41.67
%26.04
%32.29

CMYK Percentages of Color #50323e

%0
%38
%23
%69

Triadic Colors of #50323e

#50323e #3e5032 #323e50

Analogous Colors of #50323e

#50323e #503532 #50324d

Monochromatic Colors of #50323e

#50323e

Complementary Color

#50323e #325044

#50323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50323e Color CSS Codes

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

#50323e Text Font Color

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

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


#50323e Background Color

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

This div background color is #50323e


#50323e Border Color

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

This div border color is #50323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50323e


Comments

No comments written yet.

Please login to write comment.