COLOR #894C6E

HEX: #894C6E RGB: (137,76,110)

Color info

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

RGB color model

#894C6E color RGB value is (137,76,110).

RGB: (137,76,110) (54%, 30%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 76 of 255 = 30%
B 110 of 255 = 43%

137
76
110

R + G + B ~ 42%. #894C6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 76 + 110 = 323 (100%)
R 137 of 323 ~ 42.41%
G 76 of 323 ~ 23.53%
B 110 of 323 ~ 34.06'%

%42.41
%23.53
%34.06

CMYK color model

#894C6E color CMYK value is (0,45,20,46).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 19.71%
  • key color value is 46.27%

CMYK: (0,45,20,46)
C0M45Y20K46 (0%, 45%, 20%, 46%)
(0.00 / 0.45 / 0.20 / 0.46)

CMYK percentages

%0
%44.53
%19.71
%46.27

Codes

Color #894C6E in popluar color models

89 4C 6E
RGB 137 76 110
HSL 327° 28.64% 41.76%
HSB/HSV 327° 44.53% 53.73%
CMYK 0.00% 44.53% 19.71%
46.27%

Color #894C6E in popluar number systems.

HEX 89 4C 6E
Decimal 137 76 110
Binary 10001001 1001100 1101110
Octal 211 114 156

Shades and tints

Shades of #894C6E

#894C6E
(137,76,110)
#7D4664
(125,70,100)
#71405A
(113,64,90)
#653A50
(101,58,80)
#593446
(89,52,70)
#4D2E3C
(77,46,60)
#412832
(65,40,50)
#352228
(53,34,40)
#291C1E
(41,28,30)
#1D1614
(29,22,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #894C6E

#894C6E
(137,76,110)
#935C7B
(147,92,123)
#9D6C88
(157,108,136)
#A77C95
(167,124,149)
#B18CA2
(177,140,162)
#BB9CAF
(187,156,175)
#C5ACBC
(197,172,188)
#CFBCC9
(207,188,201)
#D9CCD6
(217,204,214)
#E3DCE3
(227,220,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894C6E color. Also use rgb(137,76,110) instead hex code.

Text Font Color

.myTextColor { color: #894C6E; }

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

This text font color is #894C6E.

Background Color

.myBgColor { background-color: #894C6E; }

<div style="background-color:#894C6E">Inner text</div>

This div background color is #894C6E.

Border color

.myBorderColor { border: 1px solid #894C6E; }

<div style="border:3px solid #894C6E">Div</div>

This div border color is #894C6E.

Opacity

.myOpacity80 { color: #894C6E; opacity: 0.8; }

<p style="color:#894C6E;opacity:0.8;">80%</p>

Text with #894C6E 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 #894C6E;}

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

This text has shadow with #894C6E color.


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

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

This text has shadow with #894C6E primary color and red secondary color.


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

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

This text has shadow with #894C6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #894C6E.

Preview

Color preview on black background

This text has color #894C6E on black background.


Color preview on white background

This text has color #894C6E on white background.


Black color preview on #894C6E background

This text has black color on #894C6E background.


White color preview on #894C6E background

This text has white color on #894C6E background.


Related colors

Complementary color

Complementary color for #hex is #76B391.


I love getcolorcode.com

Triadic colors

1 #6E894C and #4C6E89 with #894C6E are triadic colors.

2 #6E4C89 and #4C896E with #894C6E are triadic colors.