COLOR #889C65

HEX: #889C65
RGB: (136,156,101)

Color info

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

RGB color model

#889C65 color RGB value is (136,156,101).

  • red value is 136;
  • green value is 156;
  • blue value is 101.
RGB:
(136,156,101)
(53%,61%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 101 of 255 = 40%

136
156
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 156 + 101 = 393 (100%)
R 136 of 393 ~ 34.61%
G 156 of 393 ~ 39.69%
B 101 of 393 ~ 25.7%

%34.61
%39.69
%25.7

CMYK color model

#889C65 color CMYK value is (13,0,35,39).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 38.82%
CMYK:
(13,0,35,39)
C13M0Y35K39 
(13%,0%,35%,39%)
(0.13/0.00/0.35/0.39)	

CMYK percentages

%12.82
%0
%35.26
%38.82

Codes

Color #889C65 in popluar color models

889C65
RGB136156101
HSL82°21.74%50.39%
HSB/HSV82°35.26%61.18%
CMYK12.82%0.00%35.26%
38.82%

Color #889C65 in popluar number systems.

HEX889C65
Decimal136156101
Binary10001000100111001100101
Octal210234145

Shades and tints

Shades of #889C65

#889C65
(136,156,101)
#7C8E5C
(124,142,92)
#708053
(112,128,83)
#64724A
(100,114,74)
#586441
(88,100,65)
#4C5638
(76,86,56)
#40482F
(64,72,47)
#343A26
(52,58,38)
#282C1D
(40,44,29)
#1C1E14
(28,30,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #889C65

#889C65
(136,156,101)
#92A573
(146,165,115)
#9CAE81
(156,174,129)
#A6B78F
(166,183,143)
#B0C09D
(176,192,157)
#BAC9AB
(186,201,171)
#C4D2B9
(196,210,185)
#CEDBC7
(206,219,199)
#D8E4D5
(216,228,213)
#E2EDE3
(226,237,227)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889C65; }

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

This text font color is #889C65.


Background Color

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

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

This div background color is #889C65.


Border color

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

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

This div border color is #889C65.


Opacity

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

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

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

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

This text has shadow with #889C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889C65 on black background.


Color preview on white background

This text has color #889C65 on white background.



Black color preview on #889C65 background

This text has black color on #889C65 background.


White color preview on #889C65 background

This text has white color on #889C65 background.