COLOR #889663

HEX: #889663
RGB: (136,150,99)

Color info

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

RGB color model

#889663 color RGB value is (136,150,99).

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

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 99 of 255 = 39%

136
150
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 99 = 385 (100%)
R 136 of 385 ~ 35.32%
G 150 of 385 ~ 38.96%
B 99 of 385 ~ 25.71%

%35.32
%38.96
%25.71

CMYK color model

#889663 color CMYK value is (9,0,34,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 41.18%
CMYK:
(9,0,34,41)
C9M0Y34K41 
(9%,0%,34%,41%)
(0.09/0.00/0.34/0.41)	

CMYK percentages

%9.33
%0
%34
%41.18

Codes

Color #889663 in popluar color models

889663
RGB13615099
HSL76°20.48%48.82%
HSB/HSV76°34.00%58.82%
CMYK9.33%0.00%34.00%
41.18%

Color #889663 in popluar number systems.

HEX889663
Decimal13615099
Binary10001000100101101100011
Octal210226143

Shades and tints

Shades of #889663

#889663
(136,150,99)
#7C895A
(124,137,90)
#707C51
(112,124,81)
#646F48
(100,111,72)
#58623F
(88,98,63)
#4C5536
(76,85,54)
#40482D
(64,72,45)
#343B24
(52,59,36)
#282E1B
(40,46,27)
#1C2112
(28,33,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #889663

#889663
(136,150,99)
#929F71
(146,159,113)
#9CA87F
(156,168,127)
#A6B18D
(166,177,141)
#B0BA9B
(176,186,155)
#BAC3A9
(186,195,169)
#C4CCB7
(196,204,183)
#CED5C5
(206,213,197)
#D8DED3
(216,222,211)
#E2E7E1
(226,231,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889663; }

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

This text font color is #889663.


Background Color

.myBgColor { background-color: #889663; }

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

This div background color is #889663.


Border color

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

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

This div border color is #889663.


Opacity

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

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

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

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

This text has shadow with #889663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889663 on black background.


Color preview on white background

This text has color #889663 on white background.



Black color preview on #889663 background

This text has black color on #889663 background.


White color preview on #889663 background

This text has white color on #889663 background.