COLOR #894E3D

HEX: #894E3D
RGB: (137,78,61)

Color info

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

RGB color model

#894E3D color RGB value is (137,78,61).

  • red value is 137;
  • green value is 78;
  • blue value is 61.
RGB:
(137,78,61)
(54%,31%,24%)

RGB channels and saturation

R 137 of 255 = 54%
G 78 of 255 = 31%
B 61 of 255 = 24%

137
78
61

R + G + B ~ 36%. #894E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 78 + 61 = 276 (100%)
R 137 of 276 ~ 49.64%
G 78 of 276 ~ 28.26%
B 61 of 276 ~ 22.1%

%49.64
%28.26
%22.1

CMYK color model

#894E3D color CMYK value is (0,43,55,46).

  • cyan value is 0.00%
  • magenta value is 43.07%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(0,43,55,46)
C0M43Y55K46 
(0%,43%,55%,46%)
(0.00/0.43/0.55/0.46)	

CMYK percentages

%0
%43.07
%55.47
%46.27

Codes

Color #894E3D in popluar color models

894E3D
RGB1377861
HSL13°38.38%38.82%
HSB/HSV13°55.47%53.73%
CMYK0.00%43.07%55.47%
46.27%

Color #894E3D in popluar number systems.

HEX894E3D
Decimal1377861
Binary100010011001110111101
Octal21111675

Shades and tints

Shades of #894E3D

#894E3D
(137,78,61)
#7D4738
(125,71,56)
#714033
(113,64,51)
#65392E
(101,57,46)
#593229
(89,50,41)
#4D2B24
(77,43,36)
#41241F
(65,36,31)
#351D1A
(53,29,26)
#291615
(41,22,21)
#1D0F10
(29,15,16)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #894E3D

#894E3D
(137,78,61)
#935E4E
(147,94,78)
#9D6E5F
(157,110,95)
#A77E70
(167,126,112)
#B18E81
(177,142,129)
#BB9E92
(187,158,146)
#C5AEA3
(197,174,163)
#CFBEB4
(207,190,180)
#D9CEC5
(217,206,197)
#E3DED6
(227,222,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894E3D color. Also use rgb(137,78,61) instead hex code.

Text Font Color

.myTextColor { color: #894E3D; }

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

This text font color is #894E3D.


Background Color

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

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

This div background color is #894E3D.


Border color

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

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

This div border color is #894E3D.


Opacity

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

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

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

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

This text has shadow with #894E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894E3D on black background.


Color preview on white background

This text has color #894E3D on white background.



Black color preview on #894E3D background

This text has black color on #894E3D background.


White color preview on #894E3D background

This text has white color on #894E3D background.