COLOR #89684E

HEX: #89684E
RGB: (137,104,78)

Color info

#89684E contains red, green and blue colors in about the same proportion. Web safe color of #89684E is #996666 (or #966).

RGB color model

#89684E color RGB value is (137,104,78).

  • red value is 137;
  • green value is 104;
  • blue value is 78.
RGB:
(137,104,78)
(54%,41%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 78 of 255 = 31%

137
104
78

R + G + B ~ 42%. #89684E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 78 = 319 (100%)
R 137 of 319 ~ 42.95%
G 104 of 319 ~ 32.6%
B 78 of 319 ~ 24.45%

%42.95
%32.6
%24.45

CMYK color model

#89684E color CMYK value is (0,24,43,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 43.07%
  • key color value is 46.27%
CMYK:
(0,24,43,46)
C0M24Y43K46 
(0%,24%,43%,46%)
(0.00/0.24/0.43/0.46)	

CMYK percentages

%0
%24.09
%43.07
%46.27

Codes

Color #89684E in popluar color models

89684E
RGB13710478
HSL26°27.44%42.16%
HSB/HSV26°43.07%53.73%
CMYK0.00%24.09%43.07%
46.27%

Color #89684E in popluar number systems.

HEX89684E
Decimal13710478
Binary1000100111010001001110
Octal211150116

Shades and tints

Shades of #89684E

#89684E
(137,104,78)
#7D5F47
(125,95,71)
#715640
(113,86,64)
#654D39
(101,77,57)
#594432
(89,68,50)
#4D3B2B
(77,59,43)
#413224
(65,50,36)
#35291D
(53,41,29)
#292016
(41,32,22)
#1D170F
(29,23,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #89684E

#89684E
(137,104,78)
#93755E
(147,117,94)
#9D826E
(157,130,110)
#A78F7E
(167,143,126)
#B19C8E
(177,156,142)
#BBA99E
(187,169,158)
#C5B6AE
(197,182,174)
#CFC3BE
(207,195,190)
#D9D0CE
(217,208,206)
#E3DDDE
(227,221,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89684E color. Also use rgb(137,104,78) instead hex code.

Text Font Color

.myTextColor { color: #89684E; }

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

This text font color is #89684E.


Background Color

.myBgColor { background-color: #89684E; }

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

This div background color is #89684E.


Border color

.myBorderColor { border: 1px solid #89684E; }

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

This div border color is #89684E.


Opacity

.myOpacity80 { color: #89684E; opacity: 0.8; }

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

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

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

This text has shadow with #89684E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89684E on black background.


Color preview on white background

This text has color #89684E on white background.



Black color preview on #89684E background

This text has black color on #89684E background.


White color preview on #89684E background

This text has white color on #89684E background.