Color Hex Logo

#5a393f Color Hex

#5A393F
(90,57,63)
0 Favorites   0 Comments

Color spaces of #5a393f

RGB 905763
HSL0.970.220.29
HSV349°37°35°
CMYK 0.000.370.30   0.65
XYZ6.57685.45885.4096
Yxy5.45880.37700.3129
Hunter Lab23.36419.35922.6271
CIE-Lab28.003815.59992.3442

#5a393f color RGB value is (90,57,63).

#5a393f hex color red value is 90, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5a393f hue: 0.97 , saturation: 0.22 and the lightness value of 5a393f is 0.29.

The process color (four color CMYK) of #5a393f color hex is 0.00, 0.37, 0.30, 0.65. Web safe color of #5a393f is #663333. Color #5a393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111001 00111111
Octal 132 71 77
Decimal 90 57 63
Hex 5A 39 3F

RGB Percentages of Color #5a393f

%42.86
%27.14
%30.00

CMYK Percentages of Color #5a393f

%0
%37
%30
%65

Triadic Colors of #5a393f

#5a393f #3f5a39 #393f5a

Analogous Colors of #5a393f

#5a393f #5a4439 #5a3950

Monochromatic Colors of #5a393f

#5a393f

Complementary Color

#5a393f #395a54

#5a393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a393f Color CSS Codes

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

#5a393f Text Font Color

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

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


#5a393f Background Color

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

This div background color is #5a393f


#5a393f Border Color

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

This div border color is #5a393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a393f


Comments

No comments written yet.

Please login to write comment.