COLOR #89456D

HEX: #89456D RGB: (137,69,109)

Color info

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

RGB color model

#89456D color RGB value is (137,69,109).

RGB: (137,69,109) (54%, 27%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 69 of 255 = 27%
B 109 of 255 = 43%

137
69
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 69 + 109 = 315 (100%)
R 137 of 315 ~ 43.49%
G 69 of 315 ~ 21.9%
B 109 of 315 ~ 34.6'%

%43.49
%21.9
%34.6

CMYK color model

#89456D color CMYK value is (0,50,20,46).

  • cyan value is 0.00%
  • magenta value is 49.64%
  • yellow value is 20.44%
  • key color value is 46.27%

CMYK: (0,50,20,46)
C0M50Y20K46 (0%, 50%, 20%, 46%)
(0.00 / 0.50 / 0.20 / 0.46)

CMYK percentages

%0
%49.64
%20.44
%46.27

Codes

Color #89456D in popluar color models

89 45 6D
RGB 137 69 109
HSL 325° 33.01% 40.39%
HSB/HSV 325° 49.64% 53.73%
CMYK 0.00% 49.64% 20.44%
46.27%

Color #89456D in popluar number systems.

HEX 89 45 6D
Decimal 137 69 109
Binary 10001001 1000101 1101101
Octal 211 105 155

Shades and tints

Shades of #89456D

#89456D
(137,69,109)
#7D3F64
(125,63,100)
#71395B
(113,57,91)
#653352
(101,51,82)
#592D49
(89,45,73)
#4D2740
(77,39,64)
#412137
(65,33,55)
#351B2E
(53,27,46)
#291525
(41,21,37)
#1D0F1C
(29,15,28)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #89456D

#89456D
(137,69,109)
#93557A
(147,85,122)
#9D6587
(157,101,135)
#A77594
(167,117,148)
#B185A1
(177,133,161)
#BB95AE
(187,149,174)
#C5A5BB
(197,165,187)
#CFB5C8
(207,181,200)
#D9C5D5
(217,197,213)
#E3D5E2
(227,213,226)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89456D color. Also use rgb(137,69,109) instead hex code.

Text Font Color

.myTextColor { color: #89456D; }

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

This text font color is #89456D.

Background Color

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

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

This div background color is #89456D.

Border color

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

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

This div border color is #89456D.

Opacity

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

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

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

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

This text has shadow with #89456D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89456D.

Preview

Color preview on black background

This text has color #89456D on black background.


Color preview on white background

This text has color #89456D on white background.


Black color preview on #89456D background

This text has black color on #89456D background.


White color preview on #89456D background

This text has white color on #89456D background.


Related colors

Complementary color

Complementary color for #hex is #76BA92.


I love getcolorcode.com

Triadic colors

1 #6D8945 and #456D89 with #89456D are triadic colors.

2 #6D4589 and #45896D with #89456D are triadic colors.