COLOR #889082

HEX: #889082
RGB: (136,144,130)

Color info

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

RGB color model

#889082 color RGB value is (136,144,130).

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

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 130 of 255 = 51%

136
144
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 130 = 410 (100%)
R 136 of 410 ~ 33.17%
G 144 of 410 ~ 35.12%
B 130 of 410 ~ 31.71%

%33.17
%35.12
%31.71

CMYK color model

#889082 color CMYK value is (6,0,10,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 43.53%
CMYK:
(6,0,10,44)
C6M0Y10K44 
(6%,0%,10%,44%)
(0.06/0.00/0.10/0.44)	

CMYK percentages

%5.56
%0
%9.72
%43.53

Codes

Color #889082 in popluar color models

889082
RGB136144130
HSL94°5.93%53.73%
HSB/HSV94°9.72%56.47%
CMYK5.56%0.00%9.72%
43.53%

Color #889082 in popluar number systems.

HEX889082
Decimal136144130
Binary100010001001000010000010
Octal210220202

Shades and tints

Shades of #889082

#889082
(136,144,130)
#7C8377
(124,131,119)
#70766C
(112,118,108)
#646961
(100,105,97)
#585C56
(88,92,86)
#4C4F4B
(76,79,75)
#404240
(64,66,64)
#343535
(52,53,53)
#28282A
(40,40,42)
#1C1B1F
(28,27,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #889082

#889082
(136,144,130)
#929A8D
(146,154,141)
#9CA498
(156,164,152)
#A6AEA3
(166,174,163)
#B0B8AE
(176,184,174)
#BAC2B9
(186,194,185)
#C4CCC4
(196,204,196)
#CED6CF
(206,214,207)
#D8E0DA
(216,224,218)
#E2EAE5
(226,234,229)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889082; }

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

This text font color is #889082.


Background Color

.myBgColor { background-color: #889082; }

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

This div background color is #889082.


Border color

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

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

This div border color is #889082.


Opacity

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

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

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

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

This text has shadow with #889082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889082 on black background.


Color preview on white background

This text has color #889082 on white background.



Black color preview on #889082 background

This text has black color on #889082 background.


White color preview on #889082 background

This text has white color on #889082 background.