COLOR #899557

HEX: #899557
RGB: (137,149,87)

Color info

#899557 contains mainly red and green colors. Web safe color of #899557 is #999966 (or #996).

RGB color model

#899557 color RGB value is (137,149,87).

  • red value is 137;
  • green value is 149;
  • blue value is 87.
RGB:
(137,149,87)
(54%,58%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 87 of 255 = 34%

137
149
87

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 87 = 373 (100%)
R 137 of 373 ~ 36.73%
G 149 of 373 ~ 39.95%
B 87 of 373 ~ 23.32%

%36.73
%39.95
%23.32

CMYK color model

#899557 color CMYK value is (8,0,42,42).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(8,0,42,42)
C8M0Y42K42 
(8%,0%,42%,42%)
(0.08/0.00/0.42/0.42)	

CMYK percentages

%8.05
%0
%41.61
%41.57

Codes

Color #899557 in popluar color models

899557
RGB13714987
HSL72°26.27%46.27%
HSB/HSV72°41.61%58.43%
CMYK8.05%0.00%41.61%
41.57%

Color #899557 in popluar number systems.

HEX899557
Decimal13714987
Binary10001001100101011010111
Octal211225127

Shades and tints

Shades of #899557

#899557
(137,149,87)
#7D8850
(125,136,80)
#717B49
(113,123,73)
#656E42
(101,110,66)
#59613B
(89,97,59)
#4D5434
(77,84,52)
#41472D
(65,71,45)
#353A26
(53,58,38)
#292D1F
(41,45,31)
#1D2018
(29,32,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #899557

#899557
(137,149,87)
#939E66
(147,158,102)
#9DA775
(157,167,117)
#A7B084
(167,176,132)
#B1B993
(177,185,147)
#BBC2A2
(187,194,162)
#C5CBB1
(197,203,177)
#CFD4C0
(207,212,192)
#D9DDCF
(217,221,207)
#E3E6DE
(227,230,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899557 color. Also use rgb(137,149,87) instead hex code.

Text Font Color

.myTextColor { color: #899557; }

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

This text font color is #899557.


Background Color

.myBgColor { background-color: #899557; }

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

This div background color is #899557.


Border color

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

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

This div border color is #899557.


Opacity

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

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

Text with #899557 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 #899557;}

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

This text has shadow with #899557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899557 on black background.


Color preview on white background

This text has color #899557 on white background.



Black color preview on #899557 background

This text has black color on #899557 background.


White color preview on #899557 background

This text has white color on #899557 background.