COLOR #896E64

HEX: #896E64
RGB: (137,110,100)

Color info

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

RGB color model

#896E64 color RGB value is (137,110,100).

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

RGB channels and saturation

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

137
110
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 100 = 347 (100%)
R 137 of 347 ~ 39.48%
G 110 of 347 ~ 31.7%
B 100 of 347 ~ 28.82%

%39.48
%31.7
%28.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.71%
  • 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
%19.71
%27.01
%46.27

Codes

Color #896E64 in popluar color models

896E64
RGB137110100
HSL16°15.61%46.47%
HSB/HSV16°27.01%53.73%
CMYK0.00%19.71%27.01%
46.27%

Color #896E64 in popluar number systems.

HEX896E64
Decimal137110100
Binary1000100111011101100100
Octal211156144

Shades and tints

Shades of #896E64

#896E64
(137,110,100)
#7D645B
(125,100,91)
#715A52
(113,90,82)
#655049
(101,80,73)
#594640
(89,70,64)
#4D3C37
(77,60,55)
#41322E
(65,50,46)
#352825
(53,40,37)
#291E1C
(41,30,28)
#1D1413
(29,20,19)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #896E64

#896E64
(137,110,100)
#937B72
(147,123,114)
#9D8880
(157,136,128)
#A7958E
(167,149,142)
#B1A29C
(177,162,156)
#BBAFAA
(187,175,170)
#C5BCB8
(197,188,184)
#CFC9C6
(207,201,198)
#D9D6D4
(217,214,212)
#E3E3E2
(227,227,226)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E64; }

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

This text font color is #896E64.


Background Color

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

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

This div background color is #896E64.


Border color

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

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

This div border color is #896E64.


Opacity

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

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

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

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

This text has shadow with #896E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E64 on black background.


Color preview on white background

This text has color #896E64 on white background.



Black color preview on #896E64 background

This text has black color on #896E64 background.


White color preview on #896E64 background

This text has white color on #896E64 background.