COLOR #889868

HEX: #889868
RGB: (136,152,104)

Color info

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

RGB color model

#889868 color RGB value is (136,152,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 104 of 255 = 41%

136
152
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 104 = 392 (100%)
R 136 of 392 ~ 34.69%
G 152 of 392 ~ 38.78%
B 104 of 392 ~ 26.53%

%34.69
%38.78
%26.53

CMYK color model

#889868 color CMYK value is (11,0,32,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(11,0,32,40)
C11M0Y32K40 
(11%,0%,32%,40%)
(0.11/0.00/0.32/0.40)	

CMYK percentages

%10.53
%0
%31.58
%40.39

Codes

Color #889868 in popluar color models

889868
RGB136152104
HSL80°18.90%50.20%
HSB/HSV80°31.58%59.61%
CMYK10.53%0.00%31.58%
40.39%

Color #889868 in popluar number systems.

HEX889868
Decimal136152104
Binary10001000100110001101000
Octal210230150

Shades and tints

Shades of #889868

#889868
(136,152,104)
#7C8B5F
(124,139,95)
#707E56
(112,126,86)
#64714D
(100,113,77)
#586444
(88,100,68)
#4C573B
(76,87,59)
#404A32
(64,74,50)
#343D29
(52,61,41)
#283020
(40,48,32)
#1C2317
(28,35,23)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #889868

#889868
(136,152,104)
#92A175
(146,161,117)
#9CAA82
(156,170,130)
#A6B38F
(166,179,143)
#B0BC9C
(176,188,156)
#BAC5A9
(186,197,169)
#C4CEB6
(196,206,182)
#CED7C3
(206,215,195)
#D8E0D0
(216,224,208)
#E2E9DD
(226,233,221)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889868; }

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

This text font color is #889868.


Background Color

.myBgColor { background-color: #889868; }

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

This div background color is #889868.


Border color

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

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

This div border color is #889868.


Opacity

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

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

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

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

This text has shadow with #889868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889868 on black background.


Color preview on white background

This text has color #889868 on white background.



Black color preview on #889868 background

This text has black color on #889868 background.


White color preview on #889868 background

This text has white color on #889868 background.