COLOR #894C34

HEX: #894C34 RGB: (137,76,52)

Color info

#894C34 contains mainly red color. Web safe color of #894C34 is #993333 (or #933).

RGB color model

#894C34 color RGB value is (137,76,52).

RGB: (137,76,52) (54%, 30%, 20%)

RGB channels and saturation

R 137 of 255 = 54%
G 76 of 255 = 30%
B 52 of 255 = 20%

137
76
52

R + G + B ~ 35%. #894C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 76 + 52 = 265 (100%)
R 137 of 265 ~ 51.7%
G 76 of 265 ~ 28.68%
B 52 of 265 ~ 19.62'%

%51.7
%28.68
%19.62

CMYK color model

#894C34 color CMYK value is (0,45,62,46).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 62.04%
  • key color value is 46.27%

CMYK: (0,45,62,46)
C0M45Y62K46 (0%, 45%, 62%, 46%)
(0.00 / 0.45 / 0.62 / 0.46)

CMYK percentages

%0
%44.53
%62.04
%46.27

Codes

Color #894C34 in popluar color models

89 4C 34
RGB 137 76 52
HSL 17° 44.97% 37.06%
HSB/HSV 17° 62.04% 53.73%
CMYK 0.00% 44.53% 62.04%
46.27%

Color #894C34 in popluar number systems.

HEX 89 4C 34
Decimal 137 76 52
Binary 10001001 1001100 110100
Octal 211 114 64

Shades and tints

Shades of #894C34

#894C34
(137,76,52)
#7D4630
(125,70,48)
#71402C
(113,64,44)
#653A28
(101,58,40)
#593424
(89,52,36)
#4D2E20
(77,46,32)
#41281C
(65,40,28)
#352218
(53,34,24)
#291C14
(41,28,20)
#1D1610
(29,22,16)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #894C34

#894C34
(137,76,52)
#935C46
(147,92,70)
#9D6C58
(157,108,88)
#A77C6A
(167,124,106)
#B18C7C
(177,140,124)
#BB9C8E
(187,156,142)
#C5ACA0
(197,172,160)
#CFBCB2
(207,188,178)
#D9CCC4
(217,204,196)
#E3DCD6
(227,220,214)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894C34 color. Also use rgb(137,76,52) instead hex code.

Text Font Color

.myTextColor { color: #894C34; }

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

This text font color is #894C34.

Background Color

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

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

This div background color is #894C34.

Border color

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

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

This div border color is #894C34.

Opacity

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

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

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

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

This text has shadow with #894C34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #894C34.

Preview

Color preview on black background

This text has color #894C34 on black background.


Color preview on white background

This text has color #894C34 on white background.


Black color preview on #894C34 background

This text has black color on #894C34 background.


White color preview on #894C34 background

This text has white color on #894C34 background.


Related colors

Complementary color

Complementary color for #hex is #76B3CB.


I love getcolorcode.com

Triadic colors

1 #34894C and #4C3489 with #894C34 are triadic colors.

2 #344C89 and #4C8934 with #894C34 are triadic colors.