COLOR #889092

HEX: #889092
RGB: (136,144,146)

Color info

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

RGB color model

#889092 color RGB value is (136,144,146).

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

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 146 of 255 = 57%

136
144
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 146 = 426 (100%)
R 136 of 426 ~ 31.92%
G 144 of 426 ~ 33.8%
B 146 of 426 ~ 34.27%

%31.92
%33.8
%34.27

CMYK color model

#889092 color CMYK value is (7,1,0,43).

  • cyan value is 6.85%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(7,1,0,43)
C7M1Y0K43 
(7%,1%,0%,43%)
(0.07/0.01/0.00/0.43)	

CMYK percentages

%6.85
%1.37
%0
%42.75

Codes

Color #889092 in popluar color models

889092
RGB136144146
HSL192°4.39%55.29%
HSB/HSV192°6.85%57.25%
CMYK6.85%1.37%0.00%
42.75%

Color #889092 in popluar number systems.

HEX889092
Decimal136144146
Binary100010001001000010010010
Octal210220222

Shades and tints

Shades of #889092

#889092
(136,144,146)
#7C8385
(124,131,133)
#707678
(112,118,120)
#64696B
(100,105,107)
#585C5E
(88,92,94)
#4C4F51
(76,79,81)
#404244
(64,66,68)
#343537
(52,53,55)
#28282A
(40,40,42)
#1C1B1D
(28,27,29)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #889092

#889092
(136,144,146)
#929A9B
(146,154,155)
#9CA4A4
(156,164,164)
#A6AEAD
(166,174,173)
#B0B8B6
(176,184,182)
#BAC2BF
(186,194,191)
#C4CCC8
(196,204,200)
#CED6D1
(206,214,209)
#D8E0DA
(216,224,218)
#E2EAE3
(226,234,227)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889092; }

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

This text font color is #889092.


Background Color

.myBgColor { background-color: #889092; }

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

This div background color is #889092.


Border color

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

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

This div border color is #889092.


Opacity

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

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

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

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

This text has shadow with #889092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889092 on black background.


Color preview on white background

This text has color #889092 on white background.



Black color preview on #889092 background

This text has black color on #889092 background.


White color preview on #889092 background

This text has white color on #889092 background.