COLOR #894F52

HEX: #894F52 RGB: (137,79,82)

Color info

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

RGB color model

#894F52 color RGB value is (137,79,82).

RGB: (137,79,82) (54%, 31%, 32%)

RGB channels and saturation

R 137 of 255 = 54%
G 79 of 255 = 31%
B 82 of 255 = 32%

137
79
82

R + G + B ~ 39%. #894F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 79 + 82 = 298 (100%)
R 137 of 298 ~ 45.97%
G 79 of 298 ~ 26.51%
B 82 of 298 ~ 27.52'%

%45.97
%26.51
%27.52

CMYK color model

#894F52 color CMYK value is (0,42,40,46).

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

CMYK: (0,42,40,46)
C0M42Y40K46 (0%, 42%, 40%, 46%)
(0.00 / 0.42 / 0.40 / 0.46)

CMYK percentages

%0
%42.34
%40.15
%46.27

Codes

Color #894F52 in popluar color models

89 4F 52
RGB 137 79 82
HSL 357° 26.85% 42.35%
HSB/HSV 357° 42.34% 53.73%
CMYK 0.00% 42.34% 40.15%
46.27%

Color #894F52 in popluar number systems.

HEX 89 4F 52
Decimal 137 79 82
Binary 10001001 1001111 1010010
Octal 211 117 122

Shades and tints

Shades of #894F52

#894F52
(137,79,82)
#7D484B
(125,72,75)
#714144
(113,65,68)
#653A3D
(101,58,61)
#593336
(89,51,54)
#4D2C2F
(77,44,47)
#412528
(65,37,40)
#351E21
(53,30,33)
#29171A
(41,23,26)
#1D1013
(29,16,19)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #894F52

#894F52
(137,79,82)
#935F61
(147,95,97)
#9D6F70
(157,111,112)
#A77F7F
(167,127,127)
#B18F8E
(177,143,142)
#BB9F9D
(187,159,157)
#C5AFAC
(197,175,172)
#CFBFBB
(207,191,187)
#D9CFCA
(217,207,202)
#E3DFD9
(227,223,217)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894F52; }

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

This text font color is #894F52.

Background Color

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

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

This div background color is #894F52.

Border color

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

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

This div border color is #894F52.

Opacity

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

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

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

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

This text has shadow with #894F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #894F52.

Preview

Color preview on black background

This text has color #894F52 on black background.


Color preview on white background

This text has color #894F52 on white background.


Black color preview on #894F52 background

This text has black color on #894F52 background.


White color preview on #894F52 background

This text has white color on #894F52 background.


Related colors

Complementary color

Complementary color for #hex is #76B0AD.


I love getcolorcode.com

Triadic colors

1 #52894F and #4F5289 with #894F52 are triadic colors.

2 #524F89 and #4F8952 with #894F52 are triadic colors.