COLOR #889C60

HEX: #889C60 RGB: (136,156,96)

Color info

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

RGB color model

#889C60 color RGB value is (136,156,96).

RGB: (136,156,96) (53%, 61%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 96 of 255 = 38%

136
156
96

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

Portions of RGB colors in percentages

R + G + B = 136 + 156 + 96 = 388 (100%)
R 136 of 388 ~ 35.05%
G 156 of 388 ~ 40.21%
B 96 of 388 ~ 24.74'%

%35.05
%40.21
%24.74

CMYK color model

#889C60 color CMYK value is (13,0,38,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 38.82%

CMYK: (13,0,38,39)
C13M0Y38K39 (13%, 0%, 38%, 39%)
(0.13 / 0.00 / 0.38 / 0.39)

CMYK percentages

%12.82
%0
%38.46
%38.82

Codes

Color #889C60 in popluar color models

88 9C 60
RGB 136 156 96
HSL 80° 23.81% 49.41%
HSB/HSV 80° 38.46% 61.18%
CMYK 12.82% 0.00% 38.46%
38.82%

Color #889C60 in popluar number systems.

HEX 88 9C 60
Decimal 136 156 96
Binary 10001000 10011100 1100000
Octal 210 234 140

Shades and tints

Shades of #889C60

#889C60
(136,156,96)
#7C8E58
(124,142,88)
#708050
(112,128,80)
#647248
(100,114,72)
#586440
(88,100,64)
#4C5638
(76,86,56)
#404830
(64,72,48)
#343A28
(52,58,40)
#282C20
(40,44,32)
#1C1E18
(28,30,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #889C60

#889C60
(136,156,96)
#92A56E
(146,165,110)
#9CAE7C
(156,174,124)
#A6B78A
(166,183,138)
#B0C098
(176,192,152)
#BAC9A6
(186,201,166)
#C4D2B4
(196,210,180)
#CEDBC2
(206,219,194)
#D8E4D0
(216,228,208)
#E2EDDE
(226,237,222)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889C60 color. Also use rgb(136,156,96) instead hex code.

Text Font Color

.myTextColor { color: #889C60; }

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

This text font color is #889C60.

Background Color

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

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

This div background color is #889C60.

Border color

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

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

This div border color is #889C60.

Opacity

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

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

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

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

This text has shadow with #889C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889C60.

Preview

Color preview on black background

This text has color #889C60 on black background.


Color preview on white background

This text has color #889C60 on white background.


Black color preview on #889C60 background

This text has black color on #889C60 background.


White color preview on #889C60 background

This text has white color on #889C60 background.


Related colors

Complementary color

Complementary color for #hex is #77639F.


I love getcolorcode.com

Triadic colors

1 #60889C and #9C6088 with #889C60 are triadic colors.

2 #609C88 and #9C8860 with #889C60 are triadic colors.