COLOR #894A27

HEX: #894A27
RGB: (137,74,39)

Color info

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

RGB color model

#894A27 color RGB value is (137,74,39).

  • red value is 137;
  • green value is 74;
  • blue value is 39.
RGB:
(137,74,39)
(54%,29%,15%)

RGB channels and saturation

R 137 of 255 = 54%
G 74 of 255 = 29%
B 39 of 255 = 15%

137
74
39

R + G + B ~ 33%. #894A27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 74 + 39 = 250 (100%)
R 137 of 250 ~ 54.8%
G 74 of 250 ~ 29.6%
B 39 of 250 ~ 15.6%

%54.8
%29.6
%15.6

CMYK color model

#894A27 color CMYK value is (0,46,72,46).

  • cyan value is 0.00%
  • magenta value is 45.99%
  • yellow value is 71.53%
  • key color value is 46.27%
CMYK:
(0,46,72,46)
C0M46Y72K46 
(0%,46%,72%,46%)
(0.00/0.46/0.72/0.46)	

CMYK percentages

%0
%45.99
%71.53
%46.27

Codes

Color #894A27 in popluar color models

894A27
RGB1377439
HSL21°55.68%34.51%
HSB/HSV21°71.53%53.73%
CMYK0.00%45.99%71.53%
46.27%

Color #894A27 in popluar number systems.

HEX894A27
Decimal1377439
Binary100010011001010100111
Octal21111247

Shades and tints

Shades of #894A27

#894A27
(137,74,39)
#7D4424
(125,68,36)
#713E21
(113,62,33)
#65381E
(101,56,30)
#59321B
(89,50,27)
#4D2C18
(77,44,24)
#412615
(65,38,21)
#352012
(53,32,18)
#291A0F
(41,26,15)
#1D140C
(29,20,12)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #894A27

#894A27
(137,74,39)
#935A3A
(147,90,58)
#9D6A4D
(157,106,77)
#A77A60
(167,122,96)
#B18A73
(177,138,115)
#BB9A86
(187,154,134)
#C5AA99
(197,170,153)
#CFBAAC
(207,186,172)
#D9CABF
(217,202,191)
#E3DAD2
(227,218,210)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894A27 color. Also use rgb(137,74,39) instead hex code.

Text Font Color

.myTextColor { color: #894A27; }

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

This text font color is #894A27.


Background Color

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

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

This div background color is #894A27.


Border color

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

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

This div border color is #894A27.


Opacity

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

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

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

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

This text has shadow with #894A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894A27 on black background.


Color preview on white background

This text has color #894A27 on white background.



Black color preview on #894A27 background

This text has black color on #894A27 background.


White color preview on #894A27 background

This text has white color on #894A27 background.