Color Hex Logo

#5a541e Color Hex

#5A541E
(90,84,30)
0 Favorites   0 Comments

Color spaces of #5a541e

RGB 908430
HSL0.150.500.24
HSV54°67°35°
CMYK 0.000.070.67   0.65
XYZ7.62118.60802.4881
Yxy8.60800.40720.4599
Hunter Lab29.3394-4.977415.5095
CIE-Lab35.2183-5.161531.5531

#5a541e color RGB value is (90,84,30).

#5a541e hex color red value is 90, green value is 84 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5a541e hue: 0.15 , saturation: 0.50 and the lightness value of 5a541e is 0.24.

The process color (four color CMYK) of #5a541e color hex is 0.00, 0.07, 0.67, 0.65. Web safe color of #5a541e is #666633. Color #5a541e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010100 00011110
Octal 132 124 36
Decimal 90 84 30
Hex 5A 54 1E

RGB Percentages of Color #5a541e

%44.12
%41.18
%14.71

CMYK Percentages of Color #5a541e

%0
%7
%67
%65

Triadic Colors of #5a541e

#5a541e #1e5a54 #541e5a

Analogous Colors of #5a541e

#5a541e #425a1e #5a361e

Monochromatic Colors of #5a541e

#5a541e

Complementary Color

#5a541e #1e245a

#5a541e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a541e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a541e Color CSS Codes

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

#5a541e Text Font Color

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

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


#5a541e Background Color

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

This div background color is #5a541e


#5a541e Border Color

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

This div border color is #5a541e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a541e


Comments

No comments written yet.

Please login to write comment.