COLOR #894927

HEX: #894927
RGB: (137,73,39)

Color info

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

RGB color model

#894927 color RGB value is (137,73,39).

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

RGB channels and saturation

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

137
73
39

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

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 39 = 249 (100%)
R 137 of 249 ~ 55.02%
G 73 of 249 ~ 29.32%
B 39 of 249 ~ 15.66%

%55.02
%29.32
%15.66

CMYK color model

#894927 color CMYK value is (0,47,72,46).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 71.53%
  • key color value is 46.27%
CMYK:
(0,47,72,46)
C0M47Y72K46 
(0%,47%,72%,46%)
(0.00/0.47/0.72/0.46)	

CMYK percentages

%0
%46.72
%71.53
%46.27

Codes

Color #894927 in popluar color models

894927
RGB1377339
HSL21°55.68%34.51%
HSB/HSV21°71.53%53.73%
CMYK0.00%46.72%71.53%
46.27%

Color #894927 in popluar number systems.

HEX894927
Decimal1377339
Binary100010011001001100111
Octal21111147

Shades and tints

Shades of #894927

#894927
(137,73,39)
#7D4324
(125,67,36)
#713D21
(113,61,33)
#65371E
(101,55,30)
#59311B
(89,49,27)
#4D2B18
(77,43,24)
#412515
(65,37,21)
#351F12
(53,31,18)
#29190F
(41,25,15)
#1D130C
(29,19,12)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #894927

#894927
(137,73,39)
#93593A
(147,89,58)
#9D694D
(157,105,77)
#A77960
(167,121,96)
#B18973
(177,137,115)
#BB9986
(187,153,134)
#C5A999
(197,169,153)
#CFB9AC
(207,185,172)
#D9C9BF
(217,201,191)
#E3D9D2
(227,217,210)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894927; }

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

This text font color is #894927.


Background Color

.myBgColor { background-color: #894927; }

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

This div background color is #894927.


Border color

.myBorderColor { border: 1px solid #894927; }

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

This div border color is #894927.


Opacity

.myOpacity80 { color: #894927; opacity: 0.8; }

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

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

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

This text has shadow with #894927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894927 on black background.


Color preview on white background

This text has color #894927 on white background.



Black color preview on #894927 background

This text has black color on #894927 background.


White color preview on #894927 background

This text has white color on #894927 background.