Color Hex Logo

#50522a Color Hex

#50522A
(80,82,42)
0 Favorites   0 Comments

Color spaces of #50522a

RGB 808242
HSL0.180.320.24
HSV63°49°32°
CMYK 0.020.000.49   0.68
XYZ6.74357.90723.3613
Yxy7.90720.37440.4390
Hunter Lab28.1197-6.402812.5966
CIE-Lab33.7889-7.615823.1027

#50522a color RGB value is (80,82,42).

#50522a hex color red value is 80, green value is 82 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #50522a hue: 0.18 , saturation: 0.32 and the lightness value of 50522a is 0.24.

The process color (four color CMYK) of #50522a color hex is 0.02, 0.00, 0.49, 0.68. Web safe color of #50522a is #666633. Color #50522a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 00101010
Octal 120 122 52
Decimal 80 82 42
Hex 50 52 2A

RGB Percentages of Color #50522a

%39.22
%40.20
%20.59

CMYK Percentages of Color #50522a

%2
%0
%49
%68

Triadic Colors of #50522a

#50522a #2a5052 #522a50

Analogous Colors of #50522a

#50522a #3c522a #52402a

Monochromatic Colors of #50522a

#50522a

Complementary Color

#50522a #2c2a52

#50522a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50522a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50522a Color CSS Codes

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

#50522a Text Font Color

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

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


#50522a Background Color

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

This div background color is #50522a


#50522a Border Color

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

This div border color is #50522a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50522a


Comments

No comments written yet.

Please login to write comment.