COLOR #896850

HEX: #896850
RGB: (137,104,80)

Color info

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

RGB color model

#896850 color RGB value is (137,104,80).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 80 of 255 = 31%

137
104
80

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 80 = 321 (100%)
R 137 of 321 ~ 42.68%
G 104 of 321 ~ 32.4%
B 80 of 321 ~ 24.92%

%42.68
%32.4
%24.92

CMYK color model

#896850 color CMYK value is (0,24,42,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 41.61%
  • key color value is 46.27%
CMYK:
(0,24,42,46)
C0M24Y42K46 
(0%,24%,42%,46%)
(0.00/0.24/0.42/0.46)	

CMYK percentages

%0
%24.09
%41.61
%46.27

Codes

Color #896850 in popluar color models

896850
RGB13710480
HSL25°26.27%42.55%
HSB/HSV25°41.61%53.73%
CMYK0.00%24.09%41.61%
46.27%

Color #896850 in popluar number systems.

HEX896850
Decimal13710480
Binary1000100111010001010000
Octal211150120

Shades and tints

Shades of #896850

#896850
(137,104,80)
#7D5F49
(125,95,73)
#715642
(113,86,66)
#654D3B
(101,77,59)
#594434
(89,68,52)
#4D3B2D
(77,59,45)
#413226
(65,50,38)
#35291F
(53,41,31)
#292018
(41,32,24)
#1D1711
(29,23,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #896850

#896850
(137,104,80)
#93755F
(147,117,95)
#9D826E
(157,130,110)
#A78F7D
(167,143,125)
#B19C8C
(177,156,140)
#BBA99B
(187,169,155)
#C5B6AA
(197,182,170)
#CFC3B9
(207,195,185)
#D9D0C8
(217,208,200)
#E3DDD7
(227,221,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896850; }

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

This text font color is #896850.


Background Color

.myBgColor { background-color: #896850; }

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

This div background color is #896850.


Border color

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

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

This div border color is #896850.


Opacity

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

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

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

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

This text has shadow with #896850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896850 on black background.


Color preview on white background

This text has color #896850 on white background.



Black color preview on #896850 background

This text has black color on #896850 background.


White color preview on #896850 background

This text has white color on #896850 background.