Color Hex Logo

#50323a Color Hex

#50323A
(80,50,58)
0 Favorites   0 Comments

Color spaces of #50323a

RGB 805058
HSL0.960.230.25
HSV344°38°31°
CMYK 0.000.380.28   0.69
XYZ5.21264.29224.5567
Yxy4.29220.37070.3052
Hunter Lab20.71768.65511.4619
CIE-Lab24.614814.90180.5882

#50323a color RGB value is (80,50,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 00111010
Octal 120 62 72
Decimal 80 50 58
Hex 50 32 3A

RGB Percentages of Color #50323a

%42.55
%26.60
%30.85

CMYK Percentages of Color #50323a

%0
%38
%28
%69

Triadic Colors of #50323a

#50323a #3a5032 #323a50

Analogous Colors of #50323a

#50323a #503932 #503249

Monochromatic Colors of #50323a

#50323a

Complementary Color

#50323a #325048

#50323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50323a Color CSS Codes

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

#50323a Text Font Color

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

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


#50323a Background Color

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

This div background color is #50323a


#50323a Border Color

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

This div border color is #50323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50323a


Comments

No comments written yet.

Please login to write comment.