COLOR #896B4F

HEX: #896B4F RGB: (137,107,79)

Color info

#896B4F contains red, green and blue colors in about the same proportion. Web safe color of #896B4F is #996666 (or #966).

RGB color model

#896B4F color RGB value is (137,107,79).

RGB: (137,107,79) (54%, 42%, 31%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 79 of 255 = 31%

137
107
79

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 79 = 323 (100%)
R 137 of 323 ~ 42.41%
G 107 of 323 ~ 33.13%
B 79 of 323 ~ 24.46'%

%42.41
%33.13
%24.46

CMYK color model

#896B4F color CMYK value is (0,22,42,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 42.34%
  • key color value is 46.27%

CMYK: (0,22,42,46)
C0M22Y42K46 (0%, 22%, 42%, 46%)
(0.00 / 0.22 / 0.42 / 0.46)

CMYK percentages

%0
%21.9
%42.34
%46.27

Codes

Color #896B4F in popluar color models

89 6B 4F
RGB 137 107 79
HSL 29° 26.85% 42.35%
HSB/HSV 29° 42.34% 53.73%
CMYK 0.00% 21.90% 42.34%
46.27%

Color #896B4F in popluar number systems.

HEX 89 6B 4F
Decimal 137 107 79
Binary 10001001 1101011 1001111
Octal 211 153 117

Shades and tints

Shades of #896B4F

#896B4F
(137,107,79)
#7D6248
(125,98,72)
#715941
(113,89,65)
#65503A
(101,80,58)
#594733
(89,71,51)
#4D3E2C
(77,62,44)
#413525
(65,53,37)
#352C1E
(53,44,30)
#292317
(41,35,23)
#1D1A10
(29,26,16)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #896B4F

#896B4F
(137,107,79)
#93785F
(147,120,95)
#9D856F
(157,133,111)
#A7927F
(167,146,127)
#B19F8F
(177,159,143)
#BBAC9F
(187,172,159)
#C5B9AF
(197,185,175)
#CFC6BF
(207,198,191)
#D9D3CF
(217,211,207)
#E3E0DF
(227,224,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896B4F color. Also use rgb(137,107,79) instead hex code.

Text Font Color

.myTextColor { color: #896B4F; }

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

This text font color is #896B4F.

Background Color

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

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

This div background color is #896B4F.

Border color

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

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

This div border color is #896B4F.

Opacity

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

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

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

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

This text has shadow with #896B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896B4F.

Preview

Color preview on black background

This text has color #896B4F on black background.


Color preview on white background

This text has color #896B4F on white background.


Black color preview on #896B4F background

This text has black color on #896B4F background.


White color preview on #896B4F background

This text has white color on #896B4F background.


Related colors

Complementary color

Complementary color for #hex is #7694B0.


I love getcolorcode.com

Triadic colors

1 #4F896B and #6B4F89 with #896B4F are triadic colors.

2 #4F6B89 and #6B894F with #896B4F are triadic colors.