Color Hex Logo

#899580 Color Hex

#899580
(137,149,128)
0 Favorites   0 Comments

Color spaces of #899580

RGB 137149128
HSL0.260.090.54
HSV94°14°58°
CMYK 0.080.000.14   0.42
XYZ24.960328.371824.5828
Yxy28.37180.32040.3641
Hunter Lab53.2652-9.56829.9223
CIE-Lab60.2232-8.35869.6361

#899580 color RGB value is (137,149,128).

#899580 hex color red value is 137, green value is 149 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #899580 hue: 0.26 , saturation: 0.09 and the lightness value of 899580 is 0.54.

The process color (four color CMYK) of #899580 color hex is 0.08, 0.00, 0.14, 0.42. Web safe color of #899580 is #999999. Color #899580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010101 10000000
Octal 211 225 200
Decimal 137 149 128
Hex 89 95 80

RGB Percentages of Color #899580

%33.09
%35.99
%30.92

CMYK Percentages of Color #899580

%8
%0
%14
%42

Triadic Colors of #899580

#899580 #808995 #958089

Analogous Colors of #899580

#899580 #809582 #949580

Monochromatic Colors of #899580

#899580

Complementary Color

#899580 #8c8095

#899580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899580 Color CSS Codes

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

#899580 Text Font Color

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

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


#899580 Background Color

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

This div background color is #899580


#899580 Border Color

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

This div border color is #899580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,149,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899580;
  -webkit-box-shadow: 1px 1px 3px 2px #899580;
  box-shadow:         1px 1px 3px 2px #899580; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899580


Comments

No comments written yet.

Please login to write comment.