Color Hex Logo

#5a672f Color Hex

#5A672F
(90,103,47)
0 Favorites   0 Comments

Color spaces of #5a672f

RGB 9010347
HSL0.210.370.29
HSV74°54°40°
CMYK 0.130.000.54   0.60
XYZ9.579812.07944.5160
Yxy12.07940.36600.4615
Hunter Lab34.7554-11.621216.6249
CIE-Lab41.3420-14.474929.6355

#5a672f color RGB value is (90,103,47).

#5a672f hex color red value is 90, green value is 103 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5a672f hue: 0.21 , saturation: 0.37 and the lightness value of 5a672f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100111 00101111
Octal 132 147 57
Decimal 90 103 47
Hex 5A 67 2F

RGB Percentages of Color #5a672f

%37.50
%42.92
%19.58

CMYK Percentages of Color #5a672f

%13
%0
%54
%60

Triadic Colors of #5a672f

#5a672f #2f5a67 #672f5a

Analogous Colors of #5a672f

#5a672f #3e672f #67582f

Monochromatic Colors of #5a672f

#5a672f

Complementary Color

#5a672f #3c2f67

#5a672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a672f Color CSS Codes

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

#5a672f Text Font Color

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

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


#5a672f Background Color

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

This div background color is #5a672f


#5a672f Border Color

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

This div border color is #5a672f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a672f


Comments

No comments written yet.

Please login to write comment.