COLOR #896D4D

HEX: #896D4D RGB: (137,109,77)

Color info

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

RGB color model

#896D4D color RGB value is (137,109,77).

RGB: (137,109,77) (54%, 43%, 30%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 77 of 255 = 30%

137
109
77

R + G + B ~ 42%. #896D4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 109 + 77 = 323 (100%)
R 137 of 323 ~ 42.41%
G 109 of 323 ~ 33.75%
B 77 of 323 ~ 23.84'%

%42.41
%33.75
%23.84

CMYK color model

#896D4D color CMYK value is (0,20,44,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 43.80%
  • key color value is 46.27%

CMYK: (0,20,44,46)
C0M20Y44K46 (0%, 20%, 44%, 46%)
(0.00 / 0.20 / 0.44 / 0.46)

CMYK percentages

%0
%20.44
%43.8
%46.27

Codes

Color #896D4D in popluar color models

89 6D 4D
RGB 137 109 77
HSL 32° 28.04% 41.96%
HSB/HSV 32° 43.80% 53.73%
CMYK 0.00% 20.44% 43.80%
46.27%

Color #896D4D in popluar number systems.

HEX 89 6D 4D
Decimal 137 109 77
Binary 10001001 1101101 1001101
Octal 211 155 115

Shades and tints

Shades of #896D4D

#896D4D
(137,109,77)
#7D6446
(125,100,70)
#715B3F
(113,91,63)
#655238
(101,82,56)
#594931
(89,73,49)
#4D402A
(77,64,42)
#413723
(65,55,35)
#352E1C
(53,46,28)
#292515
(41,37,21)
#1D1C0E
(29,28,14)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #896D4D

#896D4D
(137,109,77)
#937A5D
(147,122,93)
#9D876D
(157,135,109)
#A7947D
(167,148,125)
#B1A18D
(177,161,141)
#BBAE9D
(187,174,157)
#C5BBAD
(197,187,173)
#CFC8BD
(207,200,189)
#D9D5CD
(217,213,205)
#E3E2DD
(227,226,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896D4D color. Also use rgb(137,109,77) instead hex code.

Text Font Color

.myTextColor { color: #896D4D; }

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

This text font color is #896D4D.

Background Color

.myBgColor { background-color: #896D4D; }

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

This div background color is #896D4D.

Border color

.myBorderColor { border: 1px solid #896D4D; }

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

This div border color is #896D4D.

Opacity

.myOpacity80 { color: #896D4D; opacity: 0.8; }

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

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

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

This text has shadow with #896D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896D4D.

Preview

Color preview on black background

This text has color #896D4D on black background.


Color preview on white background

This text has color #896D4D on white background.


Black color preview on #896D4D background

This text has black color on #896D4D background.


White color preview on #896D4D background

This text has white color on #896D4D background.


Related colors

Complementary color

Complementary color for #hex is #7692B2.


I love getcolorcode.com

Triadic colors

1 #4D896D and #6D4D89 with #896D4D are triadic colors.

2 #4D6D89 and #6D894D with #896D4D are triadic colors.