COLOR #89886C

HEX: #89886C
RGB: (137,136,108)

Color info

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

RGB color model

#89886C color RGB value is (137,136,108).

  • red value is 137;
  • green value is 136;
  • blue value is 108.
RGB:
(137,136,108)
(54%,53%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 108 of 255 = 42%

137
136
108

R + G + B ~ 50%. #89886C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 108 = 381 (100%)
R 137 of 381 ~ 35.96%
G 136 of 381 ~ 35.7%
B 108 of 381 ~ 28.35%

%35.96
%35.7
%28.35

CMYK color model

#89886C color CMYK value is (0,1,21,46).

  • cyan value is 0.00%
  • magenta value is 0.73%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,1,21,46)
C0M1Y21K46 
(0%,1%,21%,46%)
(0.00/0.01/0.21/0.46)	

CMYK percentages

%0
%0.73
%21.17
%46.27

Codes

Color #89886C in popluar color models

89886C
RGB137136108
HSL58°11.84%48.04%
HSB/HSV58°21.17%53.73%
CMYK0.00%0.73%21.17%
46.27%

Color #89886C in popluar number systems.

HEX89886C
Decimal137136108
Binary10001001100010001101100
Octal211210154

Shades and tints

Shades of #89886C

#89886C
(137,136,108)
#7D7C63
(125,124,99)
#71705A
(113,112,90)
#656451
(101,100,81)
#595848
(89,88,72)
#4D4C3F
(77,76,63)
#414036
(65,64,54)
#35342D
(53,52,45)
#292824
(41,40,36)
#1D1C1B
(29,28,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #89886C

#89886C
(137,136,108)
#939279
(147,146,121)
#9D9C86
(157,156,134)
#A7A693
(167,166,147)
#B1B0A0
(177,176,160)
#BBBAAD
(187,186,173)
#C5C4BA
(197,196,186)
#CFCEC7
(207,206,199)
#D9D8D4
(217,216,212)
#E3E2E1
(227,226,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89886C color. Also use rgb(137,136,108) instead hex code.

Text Font Color

.myTextColor { color: #89886C; }

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

This text font color is #89886C.


Background Color

.myBgColor { background-color: #89886C; }

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

This div background color is #89886C.


Border color

.myBorderColor { border: 1px solid #89886C; }

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

This div border color is #89886C.


Opacity

.myOpacity80 { color: #89886C; opacity: 0.8; }

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

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

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

This text has shadow with #89886C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89886C on black background.


Color preview on white background

This text has color #89886C on white background.



Black color preview on #89886C background

This text has black color on #89886C background.


White color preview on #89886C background

This text has white color on #89886C background.