COLOR #894F61

HEX: #894F61 RGB: (137,79,97)

Color info

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

RGB color model

#894F61 color RGB value is (137,79,97).

RGB: (137,79,97) (54%, 31%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 79 of 255 = 31%
B 97 of 255 = 38%

137
79
97

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

Portions of RGB colors in percentages

R + G + B = 137 + 79 + 97 = 313 (100%)
R 137 of 313 ~ 43.77%
G 79 of 313 ~ 25.24%
B 97 of 313 ~ 30.99'%

%43.77
%25.24
%30.99

CMYK color model

#894F61 color CMYK value is (0,42,29,46).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 29.20%
  • key color value is 46.27%

CMYK: (0,42,29,46)
C0M42Y29K46 (0%, 42%, 29%, 46%)
(0.00 / 0.42 / 0.29 / 0.46)

CMYK percentages

%0
%42.34
%29.2
%46.27

Codes

Color #894F61 in popluar color models

89 4F 61
RGB 137 79 97
HSL 341° 26.85% 42.35%
HSB/HSV 341° 42.34% 53.73%
CMYK 0.00% 42.34% 29.20%
46.27%

Color #894F61 in popluar number systems.

HEX 89 4F 61
Decimal 137 79 97
Binary 10001001 1001111 1100001
Octal 211 117 141

Shades and tints

Shades of #894F61

#894F61
(137,79,97)
#7D4859
(125,72,89)
#714151
(113,65,81)
#653A49
(101,58,73)
#593341
(89,51,65)
#4D2C39
(77,44,57)
#412531
(65,37,49)
#351E29
(53,30,41)
#291721
(41,23,33)
#1D1019
(29,16,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #894F61

#894F61
(137,79,97)
#935F6F
(147,95,111)
#9D6F7D
(157,111,125)
#A77F8B
(167,127,139)
#B18F99
(177,143,153)
#BB9FA7
(187,159,167)
#C5AFB5
(197,175,181)
#CFBFC3
(207,191,195)
#D9CFD1
(217,207,209)
#E3DFDF
(227,223,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894F61; }

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

This text font color is #894F61.

Background Color

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

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

This div background color is #894F61.

Border color

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

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

This div border color is #894F61.

Opacity

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

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

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

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

This text has shadow with #894F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #894F61.

Preview

Color preview on black background

This text has color #894F61 on black background.


Color preview on white background

This text has color #894F61 on white background.


Black color preview on #894F61 background

This text has black color on #894F61 background.


White color preview on #894F61 background

This text has white color on #894F61 background.


Related colors

Complementary color

Complementary color for #hex is #76B09E.


I love getcolorcode.com

Triadic colors

1 #61894F and #4F6189 with #894F61 are triadic colors.

2 #614F89 and #4F8961 with #894F61 are triadic colors.