COLOR #89753E

HEX: #89753E
RGB: (137,117,62)

Color info

#89753E contains mainly red and green colors. Web safe color of #89753E is #996633 (or #963).

RGB color model

#89753E color RGB value is (137,117,62).

  • red value is 137;
  • green value is 117;
  • blue value is 62.
RGB:
(137,117,62)
(54%,46%,24%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 62 of 255 = 24%

137
117
62

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 62 = 316 (100%)
R 137 of 316 ~ 43.35%
G 117 of 316 ~ 37.03%
B 62 of 316 ~ 19.62%

%43.35
%37.03
%19.62

CMYK color model

#89753E color CMYK value is (0,15,55,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 54.74%
  • key color value is 46.27%
CMYK:
(0,15,55,46)
C0M15Y55K46 
(0%,15%,55%,46%)
(0.00/0.15/0.55/0.46)	

CMYK percentages

%0
%14.6
%54.74
%46.27

Codes

Color #89753E in popluar color models

89753E
RGB13711762
HSL44°37.69%39.02%
HSB/HSV44°54.74%53.73%
CMYK0.00%14.60%54.74%
46.27%

Color #89753E in popluar number systems.

HEX89753E
Decimal13711762
Binary100010011110101111110
Octal21116576

Shades and tints

Shades of #89753E

#89753E
(137,117,62)
#7D6B39
(125,107,57)
#716134
(113,97,52)
#65572F
(101,87,47)
#594D2A
(89,77,42)
#4D4325
(77,67,37)
#413920
(65,57,32)
#352F1B
(53,47,27)
#292516
(41,37,22)
#1D1B11
(29,27,17)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #89753E

#89753E
(137,117,62)
#93814F
(147,129,79)
#9D8D60
(157,141,96)
#A79971
(167,153,113)
#B1A582
(177,165,130)
#BBB193
(187,177,147)
#C5BDA4
(197,189,164)
#CFC9B5
(207,201,181)
#D9D5C6
(217,213,198)
#E3E1D7
(227,225,215)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89753E color. Also use rgb(137,117,62) instead hex code.

Text Font Color

.myTextColor { color: #89753E; }

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

This text font color is #89753E.


Background Color

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

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

This div background color is #89753E.


Border color

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

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

This div border color is #89753E.


Opacity

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

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

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

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

This text has shadow with #89753E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89753E on black background.


Color preview on white background

This text has color #89753E on white background.



Black color preview on #89753E background

This text has black color on #89753E background.


White color preview on #89753E background

This text has white color on #89753E background.