Color Hex Logo

#5a6130 Color Hex

#5A6130
(90,97,48)
0 Favorites   0 Comments

Color spaces of #5a6130

RGB 909748
HSL0.190.340.28
HSV69°51°38°
CMYK 0.070.000.51   0.62
XYZ9.024610.93644.4316
Yxy10.93640.37000.4483
Hunter Lab33.0702-9.161715.2040
CIE-Lab39.4731-11.004226.8473

#5a6130 color RGB value is (90,97,48).

#5a6130 hex color red value is 90, green value is 97 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #5a6130 hue: 0.19 , saturation: 0.34 and the lightness value of 5a6130 is 0.28.

The process color (four color CMYK) of #5a6130 color hex is 0.07, 0.00, 0.51, 0.62. Web safe color of #5a6130 is #666633. Color #5a6130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100001 00110000
Octal 132 141 60
Decimal 90 97 48
Hex 5A 61 30

RGB Percentages of Color #5a6130

%38.30
%41.28
%20.43

CMYK Percentages of Color #5a6130

%7
%0
%51
%62

Triadic Colors of #5a6130

#5a6130 #305a61 #61305a

Analogous Colors of #5a6130

#5a6130 #426130 #615030

Monochromatic Colors of #5a6130

#5a6130

Complementary Color

#5a6130 #373061

#5a6130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a6130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a6130 Color CSS Codes

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

#5a6130 Text Font Color

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

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


#5a6130 Background Color

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

This div background color is #5a6130


#5a6130 Border Color

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

This div border color is #5a6130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a6130


Comments

No comments written yet.

Please login to write comment.