COLOR #889D79

HEX: #889D79 RGB: (136,157,121)

Color info

#889D79 contains red, green and blue colors in about the same proportion. Web safe color of #889D79 is #999966 (or #996).

RGB color model

#889D79 color RGB value is (136,157,121).

RGB: (136,157,121) (53%, 62%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 121 of 255 = 47%

136
157
121

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

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 121 = 414 (100%)
R 136 of 414 ~ 32.85%
G 157 of 414 ~ 37.92%
B 121 of 414 ~ 29.23'%

%32.85
%37.92
%29.23

CMYK color model

#889D79 color CMYK value is (13,0,23,38).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 38.43%

CMYK: (13,0,23,38)
C13M0Y23K38 (13%, 0%, 23%, 38%)
(0.13 / 0.00 / 0.23 / 0.38)

CMYK percentages

%13.38
%0
%22.93
%38.43

Codes

Color #889D79 in popluar color models

88 9D 79
RGB 136 157 121
HSL 95° 15.52% 54.51%
HSB/HSV 95° 22.93% 61.57%
CMYK 13.38% 0.00% 22.93%
38.43%

Color #889D79 in popluar number systems.

HEX 88 9D 79
Decimal 136 157 121
Binary 10001000 10011101 1111001
Octal 210 235 171

Shades and tints

Shades of #889D79

#889D79
(136,157,121)
#7C8F6E
(124,143,110)
#708163
(112,129,99)
#647358
(100,115,88)
#58654D
(88,101,77)
#4C5742
(76,87,66)
#404937
(64,73,55)
#343B2C
(52,59,44)
#282D21
(40,45,33)
#1C1F16
(28,31,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #889D79

#889D79
(136,157,121)
#92A585
(146,165,133)
#9CAD91
(156,173,145)
#A6B59D
(166,181,157)
#B0BDA9
(176,189,169)
#BAC5B5
(186,197,181)
#C4CDC1
(196,205,193)
#CED5CD
(206,213,205)
#D8DDD9
(216,221,217)
#E2E5E5
(226,229,229)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889D79 color. Also use rgb(136,157,121) instead hex code.

Text Font Color

.myTextColor { color: #889D79; }

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

This text font color is #889D79.

Background Color

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

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

This div background color is #889D79.

Border color

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

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

This div border color is #889D79.

Opacity

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

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

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

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

This text has shadow with #889D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889D79.

Preview

Color preview on black background

This text has color #889D79 on black background.


Color preview on white background

This text has color #889D79 on white background.


Black color preview on #889D79 background

This text has black color on #889D79 background.


White color preview on #889D79 background

This text has white color on #889D79 background.


Related colors

Complementary color

Complementary color for #hex is #776286.


I love getcolorcode.com

Triadic colors

1 #79889D and #9D7988 with #889D79 are triadic colors.

2 #799D88 and #9D8879 with #889D79 are triadic colors.