COLOR #89366C

HEX: #89366C
RGB: (137,54,108)

Color info

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

RGB color model

#89366C color RGB value is (137,54,108).

  • red value is 137;
  • green value is 54;
  • blue value is 108.
RGB:
(137,54,108)
(54%,21%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 54 of 255 = 21%
B 108 of 255 = 42%

137
54
108

R + G + B ~ 39%. #89366C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 54 + 108 = 299 (100%)
R 137 of 299 ~ 45.82%
G 54 of 299 ~ 18.06%
B 108 of 299 ~ 36.12%

%45.82
%18.06
%36.12

CMYK color model

#89366C color CMYK value is (0,61,21,46).

  • cyan value is 0.00%
  • magenta value is 60.58%
  • yellow value is 21.17%
  • key color value is 46.27%
CMYK:
(0,61,21,46)
C0M61Y21K46 
(0%,61%,21%,46%)
(0.00/0.61/0.21/0.46)	

CMYK percentages

%0
%60.58
%21.17
%46.27

Codes

Color #89366C in popluar color models

89366C
RGB13754108
HSL321°43.46%37.45%
HSB/HSV321°60.58%53.73%
CMYK0.00%60.58%21.17%
46.27%

Color #89366C in popluar number systems.

HEX89366C
Decimal13754108
Binary100010011101101101100
Octal21166154

Shades and tints

Shades of #89366C

#89366C
(137,54,108)
#7D3263
(125,50,99)
#712E5A
(113,46,90)
#652A51
(101,42,81)
#592648
(89,38,72)
#4D223F
(77,34,63)
#411E36
(65,30,54)
#351A2D
(53,26,45)
#291624
(41,22,36)
#1D121B
(29,18,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #89366C

#89366C
(137,54,108)
#934879
(147,72,121)
#9D5A86
(157,90,134)
#A76C93
(167,108,147)
#B17EA0
(177,126,160)
#BB90AD
(187,144,173)
#C5A2BA
(197,162,186)
#CFB4C7
(207,180,199)
#D9C6D4
(217,198,212)
#E3D8E1
(227,216,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89366C color. Also use rgb(137,54,108) instead hex code.

Text Font Color

.myTextColor { color: #89366C; }

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

This text font color is #89366C.


Background Color

.myBgColor { background-color: #89366C; }

<div style="background-color:#89366C">Inner text</div>

This div background color is #89366C.


Border color

.myBorderColor { border: 1px solid #89366C; }

<div style="border:3px solid #89366C">Div</div>

This div border color is #89366C.


Opacity

.myOpacity80 { color: #89366C; opacity: 0.8; }

<p style="color:#89366C;opacity:0.8;">80%</p>

Text with #89366C 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 #89366C;}

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

This text has shadow with #89366C color.

.textShadow {text-shadow: 3px 3px 1px #89366C, 3px 3px 1px red;}

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

This text has shadow with #89366C primary color and red secondary color.


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

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

This text has shadow with #89366C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89366C on black background.


Color preview on white background

This text has color #89366C on white background.



Black color preview on #89366C background

This text has black color on #89366C background.


White color preview on #89366C background

This text has white color on #89366C background.