Color Hex Logo

#505232 Color Hex

#505232
(80,82,50)
0 Favorites   0 Comments

Color spaces of #505232

RGB 808250
HSL0.180.240.26
HSV64°39°32°
CMYK 0.020.000.39   0.68
XYZ6.90137.97034.1923
Yxy7.97030.36200.4181
Hunter Lab28.2317-5.770810.9579
CIE-Lab33.9210-6.583018.5358

#505232 color RGB value is (80,82,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 00110010
Octal 120 122 62
Decimal 80 82 50
Hex 50 52 32

RGB Percentages of Color #505232

%37.74
%38.68
%23.58

CMYK Percentages of Color #505232

%2
%0
%39
%68

Triadic Colors of #505232

#505232 #325052 #523250

Analogous Colors of #505232

#505232 #405232 #524432

Monochromatic Colors of #505232

#505232

Complementary Color

#505232 #343252

#505232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505232 Color CSS Codes

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

#505232 Text Font Color

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

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


#505232 Background Color

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

This div background color is #505232


#505232 Border Color

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

This div border color is #505232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505232


Comments

No comments written yet.

Please login to write comment.