Color Hex Logo

#5a380a Color Hex

#5A380A
(90,56,10)
0 Favorites   0 Comments

Color spaces of #5a380a

RGB 905610
HSL0.100.800.20
HSV35°89°35°
CMYK 0.000.380.89   0.65
XYZ5.68545.02390.9572
Yxy5.02390.48730.4306
Hunter Lab22.41416.052513.1578
CIE-Lab26.802711.049332.5204

#5a380a color RGB value is (90,56,10).

#5a380a hex color red value is 90, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5a380a hue: 0.10 , saturation: 0.80 and the lightness value of 5a380a is 0.20.

The process color (four color CMYK) of #5a380a color hex is 0.00, 0.38, 0.89, 0.65. Web safe color of #5a380a is #663300. Color #5a380a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111000 00001010
Octal 132 70 12
Decimal 90 56 10
Hex 5A 38 A

RGB Percentages of Color #5a380a

%57.69
%35.90
%6.41

CMYK Percentages of Color #5a380a

%0
%38
%89
%65

Triadic Colors of #5a380a

#5a380a #0a5a38 #380a5a

Analogous Colors of #5a380a

#5a380a #545a0a #5a100a

Monochromatic Colors of #5a380a

#5a380a

Complementary Color

#5a380a #0a2c5a

#5a380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a380a Color CSS Codes

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

#5a380a Text Font Color

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

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


#5a380a Background Color

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

This div background color is #5a380a


#5a380a Border Color

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

This div border color is #5a380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a380a


Comments

No comments written yet.

Please login to write comment.