COLOR #889863

HEX: #889863
RGB: (136,152,99)

Color info

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

RGB color model

#889863 color RGB value is (136,152,99).

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

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 99 of 255 = 39%

136
152
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 99 = 387 (100%)
R 136 of 387 ~ 35.14%
G 152 of 387 ~ 39.28%
B 99 of 387 ~ 25.58%

%35.14
%39.28
%25.58

CMYK color model

#889863 color CMYK value is (11,0,35,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(11,0,35,40)
C11M0Y35K40 
(11%,0%,35%,40%)
(0.11/0.00/0.35/0.40)	

CMYK percentages

%10.53
%0
%34.87
%40.39

Codes

Color #889863 in popluar color models

889863
RGB13615299
HSL78°21.12%49.22%
HSB/HSV78°34.87%59.61%
CMYK10.53%0.00%34.87%
40.39%

Color #889863 in popluar number systems.

HEX889863
Decimal13615299
Binary10001000100110001100011
Octal210230143

Shades and tints

Shades of #889863

#889863
(136,152,99)
#7C8B5A
(124,139,90)
#707E51
(112,126,81)
#647148
(100,113,72)
#58643F
(88,100,63)
#4C5736
(76,87,54)
#404A2D
(64,74,45)
#343D24
(52,61,36)
#28301B
(40,48,27)
#1C2312
(28,35,18)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #889863

#889863
(136,152,99)
#92A171
(146,161,113)
#9CAA7F
(156,170,127)
#A6B38D
(166,179,141)
#B0BC9B
(176,188,155)
#BAC5A9
(186,197,169)
#C4CEB7
(196,206,183)
#CED7C5
(206,215,197)
#D8E0D3
(216,224,211)
#E2E9E1
(226,233,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889863; }

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

This text font color is #889863.


Background Color

.myBgColor { background-color: #889863; }

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

This div background color is #889863.


Border color

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

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

This div border color is #889863.


Opacity

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

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

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

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

This text has shadow with #889863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889863 on black background.


Color preview on white background

This text has color #889863 on white background.



Black color preview on #889863 background

This text has black color on #889863 background.


White color preview on #889863 background

This text has white color on #889863 background.