COLOR #89705A

HEX: #89705A
RGB: (137,112,90)

Color info

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

RGB color model

#89705A color RGB value is (137,112,90).

  • red value is 137;
  • green value is 112;
  • blue value is 90.
RGB:
(137,112,90)
(54%,44%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 90 of 255 = 35%

137
112
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 90 = 339 (100%)
R 137 of 339 ~ 40.41%
G 112 of 339 ~ 33.04%
B 90 of 339 ~ 26.55%

%40.41
%33.04
%26.55

CMYK color model

#89705A color CMYK value is (0,18,34,46).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(0,18,34,46)
C0M18Y34K46 
(0%,18%,34%,46%)
(0.00/0.18/0.34/0.46)	

CMYK percentages

%0
%18.25
%34.31
%46.27

Codes

Color #89705A in popluar color models

89705A
RGB13711290
HSL28°20.70%44.51%
HSB/HSV28°34.31%53.73%
CMYK0.00%18.25%34.31%
46.27%

Color #89705A in popluar number systems.

HEX89705A
Decimal13711290
Binary1000100111100001011010
Octal211160132

Shades and tints

Shades of #89705A

#89705A
(137,112,90)
#7D6652
(125,102,82)
#715C4A
(113,92,74)
#655242
(101,82,66)
#59483A
(89,72,58)
#4D3E32
(77,62,50)
#41342A
(65,52,42)
#352A22
(53,42,34)
#29201A
(41,32,26)
#1D1612
(29,22,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #89705A

#89705A
(137,112,90)
#937D69
(147,125,105)
#9D8A78
(157,138,120)
#A79787
(167,151,135)
#B1A496
(177,164,150)
#BBB1A5
(187,177,165)
#C5BEB4
(197,190,180)
#CFCBC3
(207,203,195)
#D9D8D2
(217,216,210)
#E3E5E1
(227,229,225)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89705A color. Also use rgb(137,112,90) instead hex code.

Text Font Color

.myTextColor { color: #89705A; }

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

This text font color is #89705A.


Background Color

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

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

This div background color is #89705A.


Border color

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

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

This div border color is #89705A.


Opacity

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

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

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

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

This text has shadow with #89705A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89705A on black background.


Color preview on white background

This text has color #89705A on white background.



Black color preview on #89705A background

This text has black color on #89705A background.


White color preview on #89705A background

This text has white color on #89705A background.