COLOR #89493B

HEX: #89493B
RGB: (137,73,59)

Color info

#89493B contains mainly red color. Web safe color of #89493B is #993333 (or #933).

RGB color model

#89493B color RGB value is (137,73,59).

  • red value is 137;
  • green value is 73;
  • blue value is 59.
RGB:
(137,73,59)
(54%,29%,23%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 59 of 255 = 23%

137
73
59

R + G + B ~ 35%. #89493B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 59 = 269 (100%)
R 137 of 269 ~ 50.93%
G 73 of 269 ~ 27.14%
B 59 of 269 ~ 21.93%

%50.93
%27.14
%21.93

CMYK color model

#89493B color CMYK value is (0,47,57,46).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 56.93%
  • key color value is 46.27%
CMYK:
(0,47,57,46)
C0M47Y57K46 
(0%,47%,57%,46%)
(0.00/0.47/0.57/0.46)	

CMYK percentages

%0
%46.72
%56.93
%46.27

Codes

Color #89493B in popluar color models

89493B
RGB1377359
HSL11°39.80%38.43%
HSB/HSV11°56.93%53.73%
CMYK0.00%46.72%56.93%
46.27%

Color #89493B in popluar number systems.

HEX89493B
Decimal1377359
Binary100010011001001111011
Octal21111173

Shades and tints

Shades of #89493B

#89493B
(137,73,59)
#7D4336
(125,67,54)
#713D31
(113,61,49)
#65372C
(101,55,44)
#593127
(89,49,39)
#4D2B22
(77,43,34)
#41251D
(65,37,29)
#351F18
(53,31,24)
#291913
(41,25,19)
#1D130E
(29,19,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #89493B

#89493B
(137,73,59)
#93594C
(147,89,76)
#9D695D
(157,105,93)
#A7796E
(167,121,110)
#B1897F
(177,137,127)
#BB9990
(187,153,144)
#C5A9A1
(197,169,161)
#CFB9B2
(207,185,178)
#D9C9C3
(217,201,195)
#E3D9D4
(227,217,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89493B color. Also use rgb(137,73,59) instead hex code.

Text Font Color

.myTextColor { color: #89493B; }

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

This text font color is #89493B.


Background Color

.myBgColor { background-color: #89493B; }

<div style="background-color:#89493B">Inner text</div>

This div background color is #89493B.


Border color

.myBorderColor { border: 1px solid #89493B; }

<div style="border:3px solid #89493B">Div</div>

This div border color is #89493B.


Opacity

.myOpacity80 { color: #89493B; opacity: 0.8; }

<p style="color:#89493B;opacity:0.8;">80%</p>

Text with #89493B 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 #89493B;}

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

This text has shadow with #89493B color.

.textShadow {text-shadow: 3px 3px 1px #89493B, 3px 3px 1px red;}

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

This text has shadow with #89493B primary color and red secondary color.


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

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

This text has shadow with #89493B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89493B on black background.


Color preview on white background

This text has color #89493B on white background.



Black color preview on #89493B background

This text has black color on #89493B background.


White color preview on #89493B background

This text has white color on #89493B background.