Color Hex Logo

#5a803e Color Hex

#5A803E
(90,128,62)
0 Favorites   0 Comments

Color spaces of #5a803e

RGB 9012862
HSL0.260.350.37
HSV95°52°50°
CMYK 0.300.000.52   0.50
XYZ12.805117.95987.3491
Yxy17.95980.33600.4712
Hunter Lab42.3790-20.228319.3836
CIE-Lab49.4473-25.779131.4095

#5a803e color RGB value is (90,128,62).

#5a803e hex color red value is 90, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5a803e hue: 0.26 , saturation: 0.35 and the lightness value of 5a803e is 0.37.

The process color (four color CMYK) of #5a803e color hex is 0.30, 0.00, 0.52, 0.50. Web safe color of #5a803e is #669933. Color #5a803e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000000 00111110
Octal 132 200 76
Decimal 90 128 62
Hex 5A 80 3E

RGB Percentages of Color #5a803e

%32.14
%45.71
%22.14

CMYK Percentages of Color #5a803e

%30
%0
%52
%50

Triadic Colors of #5a803e

#5a803e #3e5a80 #803e5a

Analogous Colors of #5a803e

#5a803e #3e8043 #7b803e

Monochromatic Colors of #5a803e

#5a803e

Complementary Color

#5a803e #643e80

#5a803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a803e Color CSS Codes

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

#5a803e Text Font Color

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

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


#5a803e Background Color

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

This div background color is #5a803e


#5a803e Border Color

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

This div border color is #5a803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a803e


Comments

No comments written yet.

Please login to write comment.