Color Hex Logo

#5a511c Color Hex

#5A511C
(90,81,28)
0 Favorites   0 Comments

Color spaces of #5a511c

RGB 908128
HSL0.140.530.23
HSV51°69°35°
CMYK 0.000.100.69   0.65
XYZ7.36858.14242.2819
Yxy8.14240.41410.4576
Hunter Lab28.5349-3.842415.2331
CIE-Lab34.2777-3.516031.5446

#5a511c color RGB value is (90,81,28).

#5a511c hex color red value is 90, green value is 81 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5a511c hue: 0.14 , saturation: 0.53 and the lightness value of 5a511c is 0.23.

The process color (four color CMYK) of #5a511c color hex is 0.00, 0.10, 0.69, 0.65. Web safe color of #5a511c is #666633. Color #5a511c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010001 00011100
Octal 132 121 34
Decimal 90 81 28
Hex 5A 51 1C

RGB Percentages of Color #5a511c

%45.23
%40.70
%14.07

CMYK Percentages of Color #5a511c

%0
%10
%69
%65

Triadic Colors of #5a511c

#5a511c #1c5a51 #511c5a

Analogous Colors of #5a511c

#5a511c #445a1c #5a321c

Monochromatic Colors of #5a511c

#5a511c

Complementary Color

#5a511c #1c255a

#5a511c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a511c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a511c Color CSS Codes

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

#5a511c Text Font Color

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

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


#5a511c Background Color

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

This div background color is #5a511c


#5a511c Border Color

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

This div border color is #5a511c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a511c


Comments

No comments written yet.

Please login to write comment.