COLOR #899487

HEX: #899487
RGB: (137,148,135)

Color info

#899487 contains red, green and blue colors in about the same proportion. Web safe color of #899487 is #999999 (or #999).

RGB color model

#899487 color RGB value is (137,148,135).

  • red value is 137;
  • green value is 148;
  • blue value is 135.
RGB:
(137,148,135)
(54%,58%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 135 of 255 = 53%

137
148
135

R + G + B ~ 55%. #899487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 135 = 420 (100%)
R 137 of 420 ~ 32.62%
G 148 of 420 ~ 35.24%
B 135 of 420 ~ 32.14%

%32.62
%35.24
%32.14

CMYK color model

#899487 color CMYK value is (7,0,9,42).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(7,0,9,42)
C7M0Y9K42 
(7%,0%,9%,42%)
(0.07/0.00/0.09/0.42)	

CMYK percentages

%7.43
%0
%8.78
%41.96

Codes

Color #899487 in popluar color models

899487
RGB137148135
HSL111°5.73%55.49%
HSB/HSV111°8.78%58.04%
CMYK7.43%0.00%8.78%
41.96%

Color #899487 in popluar number systems.

HEX899487
Decimal137148135
Binary100010011001010010000111
Octal211224207

Shades and tints

Shades of #899487

#899487
(137,148,135)
#7D877B
(125,135,123)
#717A6F
(113,122,111)
#656D63
(101,109,99)
#596057
(89,96,87)
#4D534B
(77,83,75)
#41463F
(65,70,63)
#353933
(53,57,51)
#292C27
(41,44,39)
#1D1F1B
(29,31,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #899487

#899487
(137,148,135)
#939D91
(147,157,145)
#9DA69B
(157,166,155)
#A7AFA5
(167,175,165)
#B1B8AF
(177,184,175)
#BBC1B9
(187,193,185)
#C5CAC3
(197,202,195)
#CFD3CD
(207,211,205)
#D9DCD7
(217,220,215)
#E3E5E1
(227,229,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899487 color. Also use rgb(137,148,135) instead hex code.

Text Font Color

.myTextColor { color: #899487; }

<p style="color:#899487">This sample text font color is #899487.</p>

This text font color is #899487.


Background Color

.myBgColor { background-color: #899487; }

<div style="background-color:#899487">Inner text</div>

This div background color is #899487.


Border color

.myBorderColor { border: 1px solid #899487; }

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

This div border color is #899487.


Opacity

.myOpacity80 { color: #899487; opacity: 0.8; }

<p style="color:#899487;opacity:0.8;">80%</p>

Text with #899487 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #899487;}

<p style="text-shadow: 3px 3px 1px #899487">Text here.</p>

This text has shadow with #899487 color.

.textShadow {text-shadow: 3px 3px 1px #899487, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #899487, 5px 5px 20px red">Text here.</p>

This text has shadow with #899487 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#899487, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#899487, Direction=45, Strength=4)">Text</p>

This text has shadow with #899487 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #899487;
  -webkit-box-shadow:	1px 1px 3px 2px #899487;
  box-shadow:		1px 1px 3px 2px #899487;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #899487;
-webkit-box-shadow: 1px 1px 3px 2px #899487;
box-shadow:1px 1px 3px 2px #899487;">
Div content here</div>
This div box has shadow with color #899487.

Preview

Color preview on black background

This text has color #899487 on black background.


Color preview on white background

This text has color #899487 on white background.



Black color preview on #899487 background

This text has black color on #899487 background.


White color preview on #899487 background

This text has white color on #899487 background.