COLOR #889A7A

HEX: #889A7A
RGB: (136,154,122)

Color info

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

RGB color model

#889A7A color RGB value is (136,154,122).

  • red value is 136;
  • green value is 154;
  • blue value is 122.
RGB:
(136,154,122)
(53%,60%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 122 of 255 = 48%

136
154
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 122 = 412 (100%)
R 136 of 412 ~ 33.01%
G 154 of 412 ~ 37.38%
B 122 of 412 ~ 29.61%

%33.01
%37.38
%29.61

CMYK color model

#889A7A color CMYK value is (12,0,21,40).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(12,0,21,40)
C12M0Y21K40 
(12%,0%,21%,40%)
(0.12/0.00/0.21/0.40)	

CMYK percentages

%11.69
%0
%20.78
%39.61

Codes

Color #889A7A in popluar color models

889A7A
RGB136154122
HSL94°13.68%54.12%
HSB/HSV94°20.78%60.39%
CMYK11.69%0.00%20.78%
39.61%

Color #889A7A in popluar number systems.

HEX889A7A
Decimal136154122
Binary10001000100110101111010
Octal210232172

Shades and tints

Shades of #889A7A

#889A7A
(136,154,122)
#7C8C6F
(124,140,111)
#707E64
(112,126,100)
#647059
(100,112,89)
#58624E
(88,98,78)
#4C5443
(76,84,67)
#404638
(64,70,56)
#34382D
(52,56,45)
#282A22
(40,42,34)
#1C1C17
(28,28,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #889A7A

#889A7A
(136,154,122)
#92A386
(146,163,134)
#9CAC92
(156,172,146)
#A6B59E
(166,181,158)
#B0BEAA
(176,190,170)
#BAC7B6
(186,199,182)
#C4D0C2
(196,208,194)
#CED9CE
(206,217,206)
#D8E2DA
(216,226,218)
#E2EBE6
(226,235,230)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889A7A color. Also use rgb(136,154,122) instead hex code.

Text Font Color

.myTextColor { color: #889A7A; }

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

This text font color is #889A7A.


Background Color

.myBgColor { background-color: #889A7A; }

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

This div background color is #889A7A.


Border color

.myBorderColor { border: 1px solid #889A7A; }

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

This div border color is #889A7A.


Opacity

.myOpacity80 { color: #889A7A; opacity: 0.8; }

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

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

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

This text has shadow with #889A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889A7A on black background.


Color preview on white background

This text has color #889A7A on white background.



Black color preview on #889A7A background

This text has black color on #889A7A background.


White color preview on #889A7A background

This text has white color on #889A7A background.