COLOR #896D64

HEX: #896D64
RGB: (137,109,100)

Color info

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

RGB color model

#896D64 color RGB value is (137,109,100).

  • red value is 137;
  • green value is 109;
  • blue value is 100.
RGB:
(137,109,100)
(54%,43%,39%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 100 of 255 = 39%

137
109
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 100 = 346 (100%)
R 137 of 346 ~ 39.6%
G 109 of 346 ~ 31.5%
B 100 of 346 ~ 28.9%

%39.6
%31.5
%28.9

CMYK color model

#896D64 color CMYK value is (0,20,27,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,20,27,46)
C0M20Y27K46 
(0%,20%,27%,46%)
(0.00/0.20/0.27/0.46)	

CMYK percentages

%0
%20.44
%27.01
%46.27

Codes

Color #896D64 in popluar color models

896D64
RGB137109100
HSL15°15.61%46.47%
HSB/HSV15°27.01%53.73%
CMYK0.00%20.44%27.01%
46.27%

Color #896D64 in popluar number systems.

HEX896D64
Decimal137109100
Binary1000100111011011100100
Octal211155144

Shades and tints

Shades of #896D64

#896D64
(137,109,100)
#7D645B
(125,100,91)
#715B52
(113,91,82)
#655249
(101,82,73)
#594940
(89,73,64)
#4D4037
(77,64,55)
#41372E
(65,55,46)
#352E25
(53,46,37)
#29251C
(41,37,28)
#1D1C13
(29,28,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #896D64

#896D64
(137,109,100)
#937A72
(147,122,114)
#9D8780
(157,135,128)
#A7948E
(167,148,142)
#B1A19C
(177,161,156)
#BBAEAA
(187,174,170)
#C5BBB8
(197,187,184)
#CFC8C6
(207,200,198)
#D9D5D4
(217,213,212)
#E3E2E2
(227,226,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D64; }

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

This text font color is #896D64.


Background Color

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

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

This div background color is #896D64.


Border color

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

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

This div border color is #896D64.


Opacity

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

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

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

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

This text has shadow with #896D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D64 on black background.


Color preview on white background

This text has color #896D64 on white background.



Black color preview on #896D64 background

This text has black color on #896D64 background.


White color preview on #896D64 background

This text has white color on #896D64 background.