COLOR #889678

HEX: #889678
RGB: (136,150,120)

Color info

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

RGB color model

#889678 color RGB value is (136,150,120).

  • red value is 136;
  • green value is 150;
  • blue value is 120.
RGB:
(136,150,120)
(53%,59%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 120 of 255 = 47%

136
150
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 120 = 406 (100%)
R 136 of 406 ~ 33.5%
G 150 of 406 ~ 36.95%
B 120 of 406 ~ 29.56%

%33.5
%36.95
%29.56

CMYK color model

#889678 color CMYK value is (9,0,20,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(9,0,20,41)
C9M0Y20K41 
(9%,0%,20%,41%)
(0.09/0.00/0.20/0.41)	

CMYK percentages

%9.33
%0
%20
%41.18

Codes

Color #889678 in popluar color models

889678
RGB136150120
HSL88°12.50%52.94%
HSB/HSV88°20.00%58.82%
CMYK9.33%0.00%20.00%
41.18%

Color #889678 in popluar number systems.

HEX889678
Decimal136150120
Binary10001000100101101111000
Octal210226170

Shades and tints

Shades of #889678

#889678
(136,150,120)
#7C896E
(124,137,110)
#707C64
(112,124,100)
#646F5A
(100,111,90)
#586250
(88,98,80)
#4C5546
(76,85,70)
#40483C
(64,72,60)
#343B32
(52,59,50)
#282E28
(40,46,40)
#1C211E
(28,33,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #889678

#889678
(136,150,120)
#929F84
(146,159,132)
#9CA890
(156,168,144)
#A6B19C
(166,177,156)
#B0BAA8
(176,186,168)
#BAC3B4
(186,195,180)
#C4CCC0
(196,204,192)
#CED5CC
(206,213,204)
#D8DED8
(216,222,216)
#E2E7E4
(226,231,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889678 color. Also use rgb(136,150,120) instead hex code.

Text Font Color

.myTextColor { color: #889678; }

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

This text font color is #889678.


Background Color

.myBgColor { background-color: #889678; }

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

This div background color is #889678.


Border color

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

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

This div border color is #889678.


Opacity

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

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

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

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

This text has shadow with #889678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889678 on black background.


Color preview on white background

This text has color #889678 on white background.



Black color preview on #889678 background

This text has black color on #889678 background.


White color preview on #889678 background

This text has white color on #889678 background.