COLOR #894F57

HEX: #894F57
RGB: (137,79,87)

Color info

#894F57 contains red, green and blue colors in about the same proportion. Web safe color of #894F57 is #996666 (or #966).

RGB color model

#894F57 color RGB value is (137,79,87).

  • red value is 137;
  • green value is 79;
  • blue value is 87.
RGB:
(137,79,87)
(54%,31%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 79 of 255 = 31%
B 87 of 255 = 34%

137
79
87

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

Portions of RGB colors in percentages

R + G + B =
137 + 79 + 87 = 303 (100%)
R 137 of 303 ~ 45.21%
G 79 of 303 ~ 26.07%
B 87 of 303 ~ 28.71%

%45.21
%26.07
%28.71

CMYK color model

#894F57 color CMYK value is (0,42,36,46).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 36.50%
  • key color value is 46.27%
CMYK:
(0,42,36,46)
C0M42Y36K46 
(0%,42%,36%,46%)
(0.00/0.42/0.36/0.46)	

CMYK percentages

%0
%42.34
%36.5
%46.27

Codes

Color #894F57 in popluar color models

894F57
RGB1377987
HSL352°26.85%42.35%
HSB/HSV352°42.34%53.73%
CMYK0.00%42.34%36.50%
46.27%

Color #894F57 in popluar number systems.

HEX894F57
Decimal1377987
Binary1000100110011111010111
Octal211117127

Shades and tints

Shades of #894F57

#894F57
(137,79,87)
#7D4850
(125,72,80)
#714149
(113,65,73)
#653A42
(101,58,66)
#59333B
(89,51,59)
#4D2C34
(77,44,52)
#41252D
(65,37,45)
#351E26
(53,30,38)
#29171F
(41,23,31)
#1D1018
(29,16,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #894F57

#894F57
(137,79,87)
#935F66
(147,95,102)
#9D6F75
(157,111,117)
#A77F84
(167,127,132)
#B18F93
(177,143,147)
#BB9FA2
(187,159,162)
#C5AFB1
(197,175,177)
#CFBFC0
(207,191,192)
#D9CFCF
(217,207,207)
#E3DFDE
(227,223,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894F57 color. Also use rgb(137,79,87) instead hex code.

Text Font Color

.myTextColor { color: #894F57; }

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

This text font color is #894F57.


Background Color

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

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

This div background color is #894F57.


Border color

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

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

This div border color is #894F57.


Opacity

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

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

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

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

This text has shadow with #894F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894F57 on black background.


Color preview on white background

This text has color #894F57 on white background.



Black color preview on #894F57 background

This text has black color on #894F57 background.


White color preview on #894F57 background

This text has white color on #894F57 background.