COLOR #889A4D

HEX: #889A4D RGB: (136,154,77)

Color info

#889A4D contains mainly red and green colors. Web safe color of #889A4D is #999933 (or #993).

RGB color model

#889A4D color RGB value is (136,154,77).

RGB: (136,154,77) (53%, 60%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 77 of 255 = 30%

136
154
77

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 77 = 367 (100%)
R 136 of 367 ~ 37.06%
G 154 of 367 ~ 41.96%
B 77 of 367 ~ 20.98'%

%37.06
%41.96
%20.98

CMYK color model

#889A4D color CMYK value is (12,0,50,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 39.61%

CMYK: (12,0,50,40)
C12M0Y50K40 (12%, 0%, 50%, 40%)
(0.12 / 0.00 / 0.50 / 0.40)

CMYK percentages

%11.69
%0
%50
%39.61

Codes

Color #889A4D in popluar color models

88 9A 4D
RGB 136 154 77
HSL 74° 33.33% 45.29%
HSB/HSV 74° 50.00% 60.39%
CMYK 11.69% 0.00% 50.00%
39.61%

Color #889A4D in popluar number systems.

HEX 88 9A 4D
Decimal 136 154 77
Binary 10001000 10011010 1001101
Octal 210 232 115

Shades and tints

Shades of #889A4D

#889A4D
(136,154,77)
#7C8C46
(124,140,70)
#707E3F
(112,126,63)
#647038
(100,112,56)
#586231
(88,98,49)
#4C542A
(76,84,42)
#404623
(64,70,35)
#34381C
(52,56,28)
#282A15
(40,42,21)
#1C1C0E
(28,28,14)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #889A4D

#889A4D
(136,154,77)
#92A35D
(146,163,93)
#9CAC6D
(156,172,109)
#A6B57D
(166,181,125)
#B0BE8D
(176,190,141)
#BAC79D
(186,199,157)
#C4D0AD
(196,208,173)
#CED9BD
(206,217,189)
#D8E2CD
(216,226,205)
#E2EBDD
(226,235,221)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889A4D color. Also use rgb(136,154,77) instead hex code.

Text Font Color

.myTextColor { color: #889A4D; }

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

This text font color is #889A4D.

Background Color

.myBgColor { background-color: #889A4D; }

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

This div background color is #889A4D.

Border color

.myBorderColor { border: 1px solid #889A4D; }

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

This div border color is #889A4D.

Opacity

.myOpacity80 { color: #889A4D; opacity: 0.8; }

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

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

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

This text has shadow with #889A4D color.


.textShadow {text-shadow: 3px 3px 1px #889A4D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #889A4D; -webkit-box-shadow: 1px 1px 3px 2px #889A4D; box-shadow:1px 1px 3px 2px #889A4D;">
Div content here
</div>

This div box has shadow with color #889A4D.

Preview

Color preview on black background

This text has color #889A4D on black background.


Color preview on white background

This text has color #889A4D on white background.


Black color preview on #889A4D background

This text has black color on #889A4D background.


White color preview on #889A4D background

This text has white color on #889A4D background.


Related colors

Complementary color

Complementary color for #hex is #7765B2.


I love getcolorcode.com

Triadic colors

1 #4D889A and #9A4D88 with #889A4D are triadic colors.

2 #4D9A88 and #9A884D with #889A4D are triadic colors.