COLOR #89735D

HEX: #89735D
RGB: (137,115,93)

Color info

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

RGB color model

#89735D color RGB value is (137,115,93).

  • red value is 137;
  • green value is 115;
  • blue value is 93.
RGB:
(137,115,93)
(54%,45%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 93 of 255 = 36%

137
115
93

R + G + B ~ 45%. #89735D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 93 = 345 (100%)
R 137 of 345 ~ 39.71%
G 115 of 345 ~ 33.33%
B 93 of 345 ~ 26.96%

%39.71
%33.33
%26.96

CMYK color model

#89735D color CMYK value is (0,16,32,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(0,16,32,46)
C0M16Y32K46 
(0%,16%,32%,46%)
(0.00/0.16/0.32/0.46)	

CMYK percentages

%0
%16.06
%32.12
%46.27

Codes

Color #89735D in popluar color models

89735D
RGB13711593
HSL30°19.13%45.10%
HSB/HSV30°32.12%53.73%
CMYK0.00%16.06%32.12%
46.27%

Color #89735D in popluar number systems.

HEX89735D
Decimal13711593
Binary1000100111100111011101
Octal211163135

Shades and tints

Shades of #89735D

#89735D
(137,115,93)
#7D6955
(125,105,85)
#715F4D
(113,95,77)
#655545
(101,85,69)
#594B3D
(89,75,61)
#4D4135
(77,65,53)
#41372D
(65,55,45)
#352D25
(53,45,37)
#29231D
(41,35,29)
#1D1915
(29,25,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #89735D

#89735D
(137,115,93)
#937F6B
(147,127,107)
#9D8B79
(157,139,121)
#A79787
(167,151,135)
#B1A395
(177,163,149)
#BBAFA3
(187,175,163)
#C5BBB1
(197,187,177)
#CFC7BF
(207,199,191)
#D9D3CD
(217,211,205)
#E3DFDB
(227,223,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89735D color. Also use rgb(137,115,93) instead hex code.

Text Font Color

.myTextColor { color: #89735D; }

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

This text font color is #89735D.


Background Color

.myBgColor { background-color: #89735D; }

<div style="background-color:#89735D">Inner text</div>

This div background color is #89735D.


Border color

.myBorderColor { border: 1px solid #89735D; }

<div style="border:3px solid #89735D">Div</div>

This div border color is #89735D.


Opacity

.myOpacity80 { color: #89735D; opacity: 0.8; }

<p style="color:#89735D;opacity:0.8;">80%</p>

Text with #89735D 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 #89735D;}

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

This text has shadow with #89735D color.

.textShadow {text-shadow: 3px 3px 1px #89735D, 3px 3px 1px red;}

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

This text has shadow with #89735D primary color and red secondary color.


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

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

This text has shadow with #89735D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89735D on black background.


Color preview on white background

This text has color #89735D on white background.



Black color preview on #89735D background

This text has black color on #89735D background.


White color preview on #89735D background

This text has white color on #89735D background.