Color Hex Logo

#5a6b20 Color Hex

#5A6B20
(90,107,32)
0 Favorites   0 Comments

Color spaces of #5a6b20

RGB 9010732
HSL0.200.540.27
HSV74°70°42°
CMYK 0.160.000.70   0.58
XYZ9.734912.79333.3228
Yxy12.79330.37660.4949
Hunter Lab35.7677-14.011219.5294
CIE-Lab42.4501-18.002138.2764

#5a6b20 color RGB value is (90,107,32).

#5a6b20 hex color red value is 90, green value is 107 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5a6b20 hue: 0.20 , saturation: 0.54 and the lightness value of 5a6b20 is 0.27.

The process color (four color CMYK) of #5a6b20 color hex is 0.16, 0.00, 0.70, 0.58. Web safe color of #5a6b20 is #666633. Color #5a6b20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01101011 00100000
Octal 132 153 40
Decimal 90 107 32
Hex 5A 6B 20

RGB Percentages of Color #5a6b20

%39.30
%46.72
%13.97

CMYK Percentages of Color #5a6b20

%16
%0
%70
%58

Triadic Colors of #5a6b20

#5a6b20 #205a6b #6b205a

Analogous Colors of #5a6b20

#5a6b20 #356b20 #6b5620

Monochromatic Colors of #5a6b20

#5a6b20

Complementary Color

#5a6b20 #31206b

#5a6b20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6b20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6b20 Color CSS Codes

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

#5a6b20 Text Font Color

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

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


#5a6b20 Background Color

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

This div background color is #5a6b20


#5a6b20 Border Color

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

This div border color is #5a6b20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6b20


Comments

No comments written yet.

Please login to write comment.