Color Hex Logo

#5a804b Color Hex

#5A804B
(90,128,75)
0 Favorites   0 Comments

Color spaces of #5a804b

RGB 9012875
HSL0.290.260.40
HSV103°41°50°
CMYK 0.300.000.41   0.50
XYZ13.205618.12009.4581
Yxy18.12000.32380.4443
Hunter Lab42.5676-19.117816.6237
CIE-Lab49.6413-23.970524.5997

#5a804b color RGB value is (90,128,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000000 01001011
Octal 132 200 113
Decimal 90 128 75
Hex 5A 80 4B

RGB Percentages of Color #5a804b

%30.72
%43.69
%25.60

CMYK Percentages of Color #5a804b

%30
%0
%41
%50

Triadic Colors of #5a804b

#5a804b #4b5a80 #804b5a

Analogous Colors of #5a804b

#5a804b #4b8057 #75804b

Monochromatic Colors of #5a804b

#5a804b

Complementary Color

#5a804b #714b80

#5a804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a804b Color CSS Codes

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

#5a804b Text Font Color

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

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


#5a804b Background Color

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

This div background color is #5a804b


#5a804b Border Color

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

This div border color is #5a804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a804b


Comments

No comments written yet.

Please login to write comment.