COLOR #889085

HEX: #889085
RGB: (136,144,133)

Color info

#889085 contains red, green and blue colors in about the same proportion. Web safe color of #889085 is #999999 (or #999).

RGB color model

#889085 color RGB value is (136,144,133).

  • red value is 136;
  • green value is 144;
  • blue value is 133.
RGB:
(136,144,133)
(53%,56%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 133 of 255 = 52%

136
144
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 133 = 413 (100%)
R 136 of 413 ~ 32.93%
G 144 of 413 ~ 34.87%
B 133 of 413 ~ 32.2%

%32.93
%34.87
%32.2

CMYK color model

#889085 color CMYK value is (6,0,8,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 43.53%
CMYK:
(6,0,8,44)
C6M0Y8K44 
(6%,0%,8%,44%)
(0.06/0.00/0.08/0.44)	

CMYK percentages

%5.56
%0
%7.64
%43.53

Codes

Color #889085 in popluar color models

889085
RGB136144133
HSL104°4.72%54.31%
HSB/HSV104°7.64%56.47%
CMYK5.56%0.00%7.64%
43.53%

Color #889085 in popluar number systems.

HEX889085
Decimal136144133
Binary100010001001000010000101
Octal210220205

Shades and tints

Shades of #889085

#889085
(136,144,133)
#7C8379
(124,131,121)
#70766D
(112,118,109)
#646961
(100,105,97)
#585C55
(88,92,85)
#4C4F49
(76,79,73)
#40423D
(64,66,61)
#343531
(52,53,49)
#282825
(40,40,37)
#1C1B19
(28,27,25)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #889085

#889085
(136,144,133)
#929A90
(146,154,144)
#9CA49B
(156,164,155)
#A6AEA6
(166,174,166)
#B0B8B1
(176,184,177)
#BAC2BC
(186,194,188)
#C4CCC7
(196,204,199)
#CED6D2
(206,214,210)
#D8E0DD
(216,224,221)
#E2EAE8
(226,234,232)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889085 color. Also use rgb(136,144,133) instead hex code.

Text Font Color

.myTextColor { color: #889085; }

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

This text font color is #889085.


Background Color

.myBgColor { background-color: #889085; }

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

This div background color is #889085.


Border color

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

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

This div border color is #889085.


Opacity

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

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

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

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

This text has shadow with #889085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889085 on black background.


Color preview on white background

This text has color #889085 on white background.



Black color preview on #889085 background

This text has black color on #889085 background.


White color preview on #889085 background

This text has white color on #889085 background.