COLOR #896E53

HEX: #896E53
RGB: (137,110,83)

Color info

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

RGB color model

#896E53 color RGB value is (137,110,83).

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

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 83 of 255 = 33%

137
110
83

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 83 = 330 (100%)
R 137 of 330 ~ 41.52%
G 110 of 330 ~ 33.33%
B 83 of 330 ~ 25.15%

%41.52
%33.33
%25.15

CMYK color model

#896E53 color CMYK value is (0,20,39,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(0,20,39,46)
C0M20Y39K46 
(0%,20%,39%,46%)
(0.00/0.20/0.39/0.46)	

CMYK percentages

%0
%19.71
%39.42
%46.27

Codes

Color #896E53 in popluar color models

896E53
RGB13711083
HSL30°24.55%43.14%
HSB/HSV30°39.42%53.73%
CMYK0.00%19.71%39.42%
46.27%

Color #896E53 in popluar number systems.

HEX896E53
Decimal13711083
Binary1000100111011101010011
Octal211156123

Shades and tints

Shades of #896E53

#896E53
(137,110,83)
#7D644C
(125,100,76)
#715A45
(113,90,69)
#65503E
(101,80,62)
#594637
(89,70,55)
#4D3C30
(77,60,48)
#413229
(65,50,41)
#352822
(53,40,34)
#291E1B
(41,30,27)
#1D1414
(29,20,20)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #896E53

#896E53
(137,110,83)
#937B62
(147,123,98)
#9D8871
(157,136,113)
#A79580
(167,149,128)
#B1A28F
(177,162,143)
#BBAF9E
(187,175,158)
#C5BCAD
(197,188,173)
#CFC9BC
(207,201,188)
#D9D6CB
(217,214,203)
#E3E3DA
(227,227,218)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E53; }

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

This text font color is #896E53.


Background Color

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

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

This div background color is #896E53.


Border color

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

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

This div border color is #896E53.


Opacity

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

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

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

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

This text has shadow with #896E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E53 on black background.


Color preview on white background

This text has color #896E53 on white background.



Black color preview on #896E53 background

This text has black color on #896E53 background.


White color preview on #896E53 background

This text has white color on #896E53 background.