COLOR #896853

HEX: #896853
RGB: (137,104,83)

Color info

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

RGB color model

#896853 color RGB value is (137,104,83).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 83 of 255 = 33%

137
104
83

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 83 = 324 (100%)
R 137 of 324 ~ 42.28%
G 104 of 324 ~ 32.1%
B 83 of 324 ~ 25.62%

%42.28
%32.1
%25.62

CMYK color model

#896853 color CMYK value is (0,24,39,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(0,24,39,46)
C0M24Y39K46 
(0%,24%,39%,46%)
(0.00/0.24/0.39/0.46)	

CMYK percentages

%0
%24.09
%39.42
%46.27

Codes

Color #896853 in popluar color models

896853
RGB13710483
HSL23°24.55%43.14%
HSB/HSV23°39.42%53.73%
CMYK0.00%24.09%39.42%
46.27%

Color #896853 in popluar number systems.

HEX896853
Decimal13710483
Binary1000100111010001010011
Octal211150123

Shades and tints

Shades of #896853

#896853
(137,104,83)
#7D5F4C
(125,95,76)
#715645
(113,86,69)
#654D3E
(101,77,62)
#594437
(89,68,55)
#4D3B30
(77,59,48)
#413229
(65,50,41)
#352922
(53,41,34)
#29201B
(41,32,27)
#1D1714
(29,23,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #896853

#896853
(137,104,83)
#937562
(147,117,98)
#9D8271
(157,130,113)
#A78F80
(167,143,128)
#B19C8F
(177,156,143)
#BBA99E
(187,169,158)
#C5B6AD
(197,182,173)
#CFC3BC
(207,195,188)
#D9D0CB
(217,208,203)
#E3DDDA
(227,221,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896853; }

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

This text font color is #896853.


Background Color

.myBgColor { background-color: #896853; }

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

This div background color is #896853.


Border color

.myBorderColor { border: 1px solid #896853; }

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

This div border color is #896853.


Opacity

.myOpacity80 { color: #896853; opacity: 0.8; }

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

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

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

This text has shadow with #896853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896853 on black background.


Color preview on white background

This text has color #896853 on white background.



Black color preview on #896853 background

This text has black color on #896853 background.


White color preview on #896853 background

This text has white color on #896853 background.