COLOR #89475E

HEX: #89475E
RGB: (137,71,94)

Color info

#89475E contains mainly red and blue colors. Web safe color of #89475E is #993366 (or #936).

RGB color model

#89475E color RGB value is (137,71,94).

  • red value is 137;
  • green value is 71;
  • blue value is 94.
RGB:
(137,71,94)
(54%,28%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 71 of 255 = 28%
B 94 of 255 = 37%

137
71
94

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

Portions of RGB colors in percentages

R + G + B =
137 + 71 + 94 = 302 (100%)
R 137 of 302 ~ 45.36%
G 71 of 302 ~ 23.51%
B 94 of 302 ~ 31.13%

%45.36
%23.51
%31.13

CMYK color model

#89475E color CMYK value is (0,48,31,46).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 31.39%
  • key color value is 46.27%
CMYK:
(0,48,31,46)
C0M48Y31K46 
(0%,48%,31%,46%)
(0.00/0.48/0.31/0.46)	

CMYK percentages

%0
%48.18
%31.39
%46.27

Codes

Color #89475E in popluar color models

89475E
RGB1377194
HSL339°31.73%40.78%
HSB/HSV339°48.18%53.73%
CMYK0.00%48.18%31.39%
46.27%

Color #89475E in popluar number systems.

HEX89475E
Decimal1377194
Binary1000100110001111011110
Octal211107136

Shades and tints

Shades of #89475E

#89475E
(137,71,94)
#7D4156
(125,65,86)
#713B4E
(113,59,78)
#653546
(101,53,70)
#592F3E
(89,47,62)
#4D2936
(77,41,54)
#41232E
(65,35,46)
#351D26
(53,29,38)
#29171E
(41,23,30)
#1D1116
(29,17,22)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #89475E

#89475E
(137,71,94)
#93576C
(147,87,108)
#9D677A
(157,103,122)
#A77788
(167,119,136)
#B18796
(177,135,150)
#BB97A4
(187,151,164)
#C5A7B2
(197,167,178)
#CFB7C0
(207,183,192)
#D9C7CE
(217,199,206)
#E3D7DC
(227,215,220)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89475E color. Also use rgb(137,71,94) instead hex code.

Text Font Color

.myTextColor { color: #89475E; }

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

This text font color is #89475E.


Background Color

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

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

This div background color is #89475E.


Border color

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

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

This div border color is #89475E.


Opacity

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

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

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

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

This text has shadow with #89475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89475E on black background.


Color preview on white background

This text has color #89475E on white background.



Black color preview on #89475E background

This text has black color on #89475E background.


White color preview on #89475E background

This text has white color on #89475E background.