Color Hex Logo

#899480 Color Hex

#899480
(137,148,128)
0 Favorites   0 Comments

Color spaces of #899480

RGB 137148128
HSL0.260.090.54
HSV93°14°58°
CMYK 0.070.000.14   0.42
XYZ24.802728.056724.5303
Yxy28.05670.32050.3625
Hunter Lab52.9686-9.11189.6202
CIE-Lab59.9399-7.81319.2346

#899480 color RGB value is (137,148,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010100 10000000
Octal 211 224 200
Decimal 137 148 128
Hex 89 94 80

RGB Percentages of Color #899480

%33.17
%35.84
%30.99

CMYK Percentages of Color #899480

%7
%0
%14
%42

Triadic Colors of #899480

#899480 #808994 #948089

Analogous Colors of #899480

#899480 #809481 #939480

Monochromatic Colors of #899480

#899480

Complementary Color

#899480 #8b8094

#899480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899480 Color CSS Codes

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

#899480 Text Font Color

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

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


#899480 Background Color

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

This div background color is #899480


#899480 Border Color

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

This div border color is #899480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,148,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 #899480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899480


Comments

No comments written yet.

Please login to write comment.