COLOR #894F21

HEX: #894F21
RGB: (137,79,33)

Color info

#894F21 contains mainly red and green colors. Web safe color of #894F21 is #996633 (or #963).

RGB color model

#894F21 color RGB value is (137,79,33).

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

RGB channels and saturation

R 137 of 255 = 54%
G 79 of 255 = 31%
B 33 of 255 = 13%

137
79
33

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

Portions of RGB colors in percentages

R + G + B =
137 + 79 + 33 = 249 (100%)
R 137 of 249 ~ 55.02%
G 79 of 249 ~ 31.73%
B 33 of 249 ~ 13.25%

%55.02
%31.73
%13.25

CMYK color model

#894F21 color CMYK value is (0,42,76,46).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 75.91%
  • key color value is 46.27%
CMYK:
(0,42,76,46)
C0M42Y76K46 
(0%,42%,76%,46%)
(0.00/0.42/0.76/0.46)	

CMYK percentages

%0
%42.34
%75.91
%46.27

Codes

Color #894F21 in popluar color models

894F21
RGB1377933
HSL27°61.18%33.33%
HSB/HSV27°75.91%53.73%
CMYK0.00%42.34%75.91%
46.27%

Color #894F21 in popluar number systems.

HEX894F21
Decimal1377933
Binary100010011001111100001
Octal21111741

Shades and tints

Shades of #894F21

#894F21
(137,79,33)
#7D481E
(125,72,30)
#71411B
(113,65,27)
#653A18
(101,58,24)
#593315
(89,51,21)
#4D2C12
(77,44,18)
#41250F
(65,37,15)
#351E0C
(53,30,12)
#291709
(41,23,9)
#1D1006
(29,16,6)
#110903
(17,9,3)
#000000
(0,0,0)

Tints of #894F21

#894F21
(137,79,33)
#935F35
(147,95,53)
#9D6F49
(157,111,73)
#A77F5D
(167,127,93)
#B18F71
(177,143,113)
#BB9F85
(187,159,133)
#C5AF99
(197,175,153)
#CFBFAD
(207,191,173)
#D9CFC1
(217,207,193)
#E3DFD5
(227,223,213)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894F21; }

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

This text font color is #894F21.


Background Color

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

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

This div background color is #894F21.


Border color

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

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

This div border color is #894F21.


Opacity

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

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

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

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

This text has shadow with #894F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894F21 on black background.


Color preview on white background

This text has color #894F21 on white background.



Black color preview on #894F21 background

This text has black color on #894F21 background.


White color preview on #894F21 background

This text has white color on #894F21 background.