COLOR #894D65

HEX: #894D65
RGB: (137,77,101)

Color info

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

RGB color model

#894D65 color RGB value is (137,77,101).

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

RGB channels and saturation

R 137 of 255 = 54%
G 77 of 255 = 30%
B 101 of 255 = 40%

137
77
101

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

Portions of RGB colors in percentages

R + G + B =
137 + 77 + 101 = 315 (100%)
R 137 of 315 ~ 43.49%
G 77 of 315 ~ 24.44%
B 101 of 315 ~ 32.06%

%43.49
%24.44
%32.06

CMYK color model

#894D65 color CMYK value is (0,44,26,46).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(0,44,26,46)
C0M44Y26K46 
(0%,44%,26%,46%)
(0.00/0.44/0.26/0.46)	

CMYK percentages

%0
%43.8
%26.28
%46.27

Codes

Color #894D65 in popluar color models

894D65
RGB13777101
HSL336°28.04%41.96%
HSB/HSV336°43.80%53.73%
CMYK0.00%43.80%26.28%
46.27%

Color #894D65 in popluar number systems.

HEX894D65
Decimal13777101
Binary1000100110011011100101
Octal211115145

Shades and tints

Shades of #894D65

#894D65
(137,77,101)
#7D465C
(125,70,92)
#713F53
(113,63,83)
#65384A
(101,56,74)
#593141
(89,49,65)
#4D2A38
(77,42,56)
#41232F
(65,35,47)
#351C26
(53,28,38)
#29151D
(41,21,29)
#1D0E14
(29,14,20)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #894D65

#894D65
(137,77,101)
#935D73
(147,93,115)
#9D6D81
(157,109,129)
#A77D8F
(167,125,143)
#B18D9D
(177,141,157)
#BB9DAB
(187,157,171)
#C5ADB9
(197,173,185)
#CFBDC7
(207,189,199)
#D9CDD5
(217,205,213)
#E3DDE3
(227,221,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894D65; }

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

This text font color is #894D65.


Background Color

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

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

This div background color is #894D65.


Border color

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

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

This div border color is #894D65.


Opacity

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

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

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

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

This text has shadow with #894D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894D65 on black background.


Color preview on white background

This text has color #894D65 on white background.



Black color preview on #894D65 background

This text has black color on #894D65 background.


White color preview on #894D65 background

This text has white color on #894D65 background.