Color Hex Logo

#505a29 Color Hex

#505A29
(80,90,41)
0 Favorites   0 Comments

Color spaces of #505a29

RGB 809041
HSL0.200.370.26
HSV72°54°35°
CMYK 0.110.000.54   0.65
XYZ7.36479.17793.4812
Yxy9.17790.36780.4583
Hunter Lab30.2950-9.623114.3935
CIE-Lab36.3246-12.375426.7373

#505a29 color RGB value is (80,90,41).

#505a29 hex color red value is 80, green value is 90 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #505a29 hue: 0.20 , saturation: 0.37 and the lightness value of 505a29 is 0.26.

The process color (four color CMYK) of #505a29 color hex is 0.11, 0.00, 0.54, 0.65. Web safe color of #505a29 is #666633. Color #505a29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 00101001
Octal 120 132 51
Decimal 80 90 41
Hex 50 5A 29

RGB Percentages of Color #505a29

%37.91
%42.65
%19.43

CMYK Percentages of Color #505a29

%11
%0
%54
%65

Triadic Colors of #505a29

#505a29 #29505a #5a2950

Analogous Colors of #505a29

#505a29 #385a29 #5a4c29

Monochromatic Colors of #505a29

#505a29

Complementary Color

#505a29 #33295a

#505a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505a29 Color CSS Codes

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

#505a29 Text Font Color

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

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


#505a29 Background Color

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

This div background color is #505a29


#505a29 Border Color

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

This div border color is #505a29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,90,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505a29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505a29;
  -webkit-box-shadow: 1px 1px 3px 2px #505a29;
  box-shadow:         1px 1px 3px 2px #505a29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505a29


Comments

No comments written yet.

Please login to write comment.