COLOR #889557

HEX: #889557
RGB: (136,149,87)

Color info

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

RGB color model

#889557 color RGB value is (136,149,87).

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

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 87 of 255 = 34%

136
149
87

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 87 = 372 (100%)
R 136 of 372 ~ 36.56%
G 149 of 372 ~ 40.05%
B 87 of 372 ~ 23.39%

%36.56
%40.05
%23.39

CMYK color model

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

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(9,0,42,42)
C9M0Y42K42 
(9%,0%,42%,42%)
(0.09/0.00/0.42/0.42)	

CMYK percentages

%8.72
%0
%41.61
%41.57

Codes

Color #889557 in popluar color models

889557
RGB13614987
HSL73°26.27%46.27%
HSB/HSV73°41.61%58.43%
CMYK8.72%0.00%41.61%
41.57%

Color #889557 in popluar number systems.

HEX889557
Decimal13614987
Binary10001000100101011010111
Octal210225127

Shades and tints

Shades of #889557

#889557
(136,149,87)
#7C8850
(124,136,80)
#707B49
(112,123,73)
#646E42
(100,110,66)
#58613B
(88,97,59)
#4C5434
(76,84,52)
#40472D
(64,71,45)
#343A26
(52,58,38)
#282D1F
(40,45,31)
#1C2018
(28,32,24)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #889557

#889557
(136,149,87)
#929E66
(146,158,102)
#9CA775
(156,167,117)
#A6B084
(166,176,132)
#B0B993
(176,185,147)
#BAC2A2
(186,194,162)
#C4CBB1
(196,203,177)
#CED4C0
(206,212,192)
#D8DDCF
(216,221,207)
#E2E6DE
(226,230,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889557; }

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

This text font color is #889557.


Background Color

.myBgColor { background-color: #889557; }

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

This div background color is #889557.


Border color

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

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

This div border color is #889557.


Opacity

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

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

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

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

This text has shadow with #889557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889557 on black background.


Color preview on white background

This text has color #889557 on white background.



Black color preview on #889557 background

This text has black color on #889557 background.


White color preview on #889557 background

This text has white color on #889557 background.