Color Hex Logo

#5a6c2f Color Hex

#5A6C2F
(90,108,47)
0 Favorites   0 Comments

Color spaces of #5a6c2f

RGB 9010847
HSL0.220.390.30
HSV78°56°42°
CMYK 0.170.000.56   0.58
XYZ10.092113.10404.6867
Yxy13.10400.36190.4700
Hunter Lab36.1994-13.584717.6634
CIE-Lab42.9195-17.198431.4938

#5a6c2f color RGB value is (90,108,47).

#5a6c2f hex color red value is 90, green value is 108 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5a6c2f hue: 0.22 , saturation: 0.39 and the lightness value of 5a6c2f is 0.30.

The process color (four color CMYK) of #5a6c2f color hex is 0.17, 0.00, 0.56, 0.58. Web safe color of #5a6c2f is #666633. Color #5a6c2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101100 00101111
Octal 132 154 57
Decimal 90 108 47
Hex 5A 6C 2F

RGB Percentages of Color #5a6c2f

%36.73
%44.08
%19.18

CMYK Percentages of Color #5a6c2f

%17
%0
%56
%58

Triadic Colors of #5a6c2f

#5a6c2f #2f5a6c #6c2f5a

Analogous Colors of #5a6c2f

#5a6c2f #3c6c2f #6c602f

Monochromatic Colors of #5a6c2f

#5a6c2f

Complementary Color

#5a6c2f #412f6c

#5a6c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6c2f Color CSS Codes

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

#5a6c2f Text Font Color

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

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


#5a6c2f Background Color

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

This div background color is #5a6c2f


#5a6c2f Border Color

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

This div border color is #5a6c2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6c2f


Comments

No comments written yet.

Please login to write comment.