Color Hex Logo

#5a492e Color Hex

#5A492E
(90,73,46)
0 Favorites   0 Comments

Color spaces of #5a492e

RGB 907346
HSL0.100.320.27
HSV37°49°35°
CMYK 0.000.190.49   0.65
XYZ7.09217.13603.5884
Yxy7.13600.39810.4005
Hunter Lab26.71330.641610.7349
CIE-Lab32.11453.108218.8336

#5a492e color RGB value is (90,73,46).

#5a492e hex color red value is 90, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5a492e hue: 0.10 , saturation: 0.32 and the lightness value of 5a492e is 0.27.

The process color (four color CMYK) of #5a492e color hex is 0.00, 0.19, 0.49, 0.65. Web safe color of #5a492e is #663333. Color #5a492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01001001 00101110
Octal 132 111 56
Decimal 90 73 46
Hex 5A 49 2E

RGB Percentages of Color #5a492e

%43.06
%34.93
%22.01

CMYK Percentages of Color #5a492e

%0
%19
%49
%65

Triadic Colors of #5a492e

#5a492e #2e5a49 #492e5a

Analogous Colors of #5a492e

#5a492e #555a2e #5a332e

Monochromatic Colors of #5a492e

#5a492e

Complementary Color

#5a492e #2e3f5a

#5a492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a492e Color CSS Codes

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

#5a492e Text Font Color

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

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


#5a492e Background Color

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

This div background color is #5a492e


#5a492e Border Color

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

This div border color is #5a492e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,73,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a492e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a492e;
  -webkit-box-shadow: 1px 1px 3px 2px #5a492e;
  box-shadow:         1px 1px 3px 2px #5a492e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a492e

#5a492e Color Palettes


Comments

No comments written yet.

Please login to write comment.