COLOR #89867A

HEX: #89867A
RGB: (137,134,122)

Color info

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

RGB color model

#89867A color RGB value is (137,134,122).

  • red value is 137;
  • green value is 134;
  • blue value is 122.
RGB:
(137,134,122)
(54%,53%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 122 of 255 = 48%

137
134
122

R + G + B ~ 52%. #89867A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 122 = 393 (100%)
R 137 of 393 ~ 34.86%
G 134 of 393 ~ 34.1%
B 122 of 393 ~ 31.04%

%34.86
%34.1
%31.04

CMYK color model

#89867A color CMYK value is (0,2,11,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(0,2,11,46)
C0M2Y11K46 
(0%,2%,11%,46%)
(0.00/0.02/0.11/0.46)	

CMYK percentages

%0
%2.19
%10.95
%46.27

Codes

Color #89867A in popluar color models

89867A
RGB137134122
HSL48°5.98%50.78%
HSB/HSV48°10.95%53.73%
CMYK0.00%2.19%10.95%
46.27%

Color #89867A in popluar number systems.

HEX89867A
Decimal137134122
Binary10001001100001101111010
Octal211206172

Shades and tints

Shades of #89867A

#89867A
(137,134,122)
#7D7A6F
(125,122,111)
#716E64
(113,110,100)
#656259
(101,98,89)
#59564E
(89,86,78)
#4D4A43
(77,74,67)
#413E38
(65,62,56)
#35322D
(53,50,45)
#292622
(41,38,34)
#1D1A17
(29,26,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #89867A

#89867A
(137,134,122)
#939186
(147,145,134)
#9D9C92
(157,156,146)
#A7A79E
(167,167,158)
#B1B2AA
(177,178,170)
#BBBDB6
(187,189,182)
#C5C8C2
(197,200,194)
#CFD3CE
(207,211,206)
#D9DEDA
(217,222,218)
#E3E9E6
(227,233,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89867A color. Also use rgb(137,134,122) instead hex code.

Text Font Color

.myTextColor { color: #89867A; }

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

This text font color is #89867A.


Background Color

.myBgColor { background-color: #89867A; }

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

This div background color is #89867A.


Border color

.myBorderColor { border: 1px solid #89867A; }

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

This div border color is #89867A.


Opacity

.myOpacity80 { color: #89867A; opacity: 0.8; }

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

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

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

This text has shadow with #89867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89867A on black background.


Color preview on white background

This text has color #89867A on white background.



Black color preview on #89867A background

This text has black color on #89867A background.


White color preview on #89867A background

This text has white color on #89867A background.