Color Hex Logo

#5a995f Color Hex

#5A995F
(90,153,95)
0 Favorites   0 Comments

Color spaces of #5a995f

RGB 9015395
HSL0.350.260.48
HSV125°41°60°
CMYK 0.410.000.38   0.40
XYZ17.673225.782314.8715
Yxy25.78230.30300.4420
Hunter Lab50.7763-26.729718.1784
CIE-Lab57.8298-32.848524.2949

#5a995f color RGB value is (90,153,95).

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

The process color (four color CMYK) of #5a995f color hex is 0.41, 0.00, 0.38, 0.40. Web safe color of #5a995f is #669966. Color #5a995f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10011001 01011111
Octal 132 231 137
Decimal 90 153 95
Hex 5A 99 5F

RGB Percentages of Color #5a995f

%26.63
%45.27
%28.11

CMYK Percentages of Color #5a995f

%41
%0
%38
%40

Triadic Colors of #5a995f

#5a995f #5f5a99 #995f5a

Analogous Colors of #5a995f

#5a995f #5a997f #75995a

Monochromatic Colors of #5a995f

#5a995f

Complementary Color

#5a995f #995a94

#5a995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a995f Color CSS Codes

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

#5a995f Text Font Color

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

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


#5a995f Background Color

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

This div background color is #5a995f


#5a995f Border Color

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

This div border color is #5a995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a995f


Comments

No comments written yet.

Please login to write comment.