Color Hex Logo

#5a673f Color Hex

#5A673F
(90,103,63)
0 Favorites   0 Comments

Color spaces of #5a673f

RGB 9010363
HSL0.220.240.33
HSV80°39°40°
CMYK 0.130.000.39   0.60
XYZ9.963912.23306.5387
Yxy12.23300.34670.4257
Hunter Lab34.9757-10.356313.3987
CIE-Lab41.5841-12.448920.9627

#5a673f color RGB value is (90,103,63).

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

The process color (four color CMYK) of #5a673f color hex is 0.13, 0.00, 0.39, 0.60. Web safe color of #5a673f is #666633. Color #5a673f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100111 00111111
Octal 132 147 77
Decimal 90 103 63
Hex 5A 67 3F

RGB Percentages of Color #5a673f

%35.16
%40.23
%24.61

CMYK Percentages of Color #5a673f

%13
%0
%39
%60

Triadic Colors of #5a673f

#5a673f #3f5a67 #673f5a

Analogous Colors of #5a673f

#5a673f #46673f #67603f

Monochromatic Colors of #5a673f

#5a673f

Complementary Color

#5a673f #4c3f67

#5a673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a673f Color CSS Codes

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

#5a673f Text Font Color

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

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


#5a673f Background Color

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

This div background color is #5a673f


#5a673f Border Color

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

This div border color is #5a673f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,103,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 #5a673f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a673f


Comments

No comments written yet.

Please login to write comment.