COLOR #894D74

HEX: #894D74
RGB: (137,77,116)

Color info

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

RGB color model

#894D74 color RGB value is (137,77,116).

  • red value is 137;
  • green value is 77;
  • blue value is 116.
RGB:
(137,77,116)
(54%,30%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 77 of 255 = 30%
B 116 of 255 = 45%

137
77
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 77 + 116 = 330 (100%)
R 137 of 330 ~ 41.52%
G 77 of 330 ~ 23.33%
B 116 of 330 ~ 35.15%

%41.52
%23.33
%35.15

CMYK color model

#894D74 color CMYK value is (0,44,15,46).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(0,44,15,46)
C0M44Y15K46 
(0%,44%,15%,46%)
(0.00/0.44/0.15/0.46)	

CMYK percentages

%0
%43.8
%15.33
%46.27

Codes

Color #894D74 in popluar color models

894D74
RGB13777116
HSL321°28.04%41.96%
HSB/HSV321°43.80%53.73%
CMYK0.00%43.80%15.33%
46.27%

Color #894D74 in popluar number systems.

HEX894D74
Decimal13777116
Binary1000100110011011110100
Octal211115164

Shades and tints

Shades of #894D74

#894D74
(137,77,116)
#7D466A
(125,70,106)
#713F60
(113,63,96)
#653856
(101,56,86)
#59314C
(89,49,76)
#4D2A42
(77,42,66)
#412338
(65,35,56)
#351C2E
(53,28,46)
#291524
(41,21,36)
#1D0E1A
(29,14,26)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #894D74

#894D74
(137,77,116)
#935D80
(147,93,128)
#9D6D8C
(157,109,140)
#A77D98
(167,125,152)
#B18DA4
(177,141,164)
#BB9DB0
(187,157,176)
#C5ADBC
(197,173,188)
#CFBDC8
(207,189,200)
#D9CDD4
(217,205,212)
#E3DDE0
(227,221,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894D74 color. Also use rgb(137,77,116) instead hex code.

Text Font Color

.myTextColor { color: #894D74; }

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

This text font color is #894D74.


Background Color

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

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

This div background color is #894D74.


Border color

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

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

This div border color is #894D74.


Opacity

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

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

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

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

This text has shadow with #894D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894D74 on black background.


Color preview on white background

This text has color #894D74 on white background.



Black color preview on #894D74 background

This text has black color on #894D74 background.


White color preview on #894D74 background

This text has white color on #894D74 background.