COLOR #896254

HEX: #896254
RGB: (137,98,84)

Color info

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

RGB color model

#896254 color RGB value is (137,98,84).

  • red value is 137;
  • green value is 98;
  • blue value is 84.
RGB:
(137,98,84)
(54%,38%,33%)

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 84 of 255 = 33%

137
98
84

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

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 84 = 319 (100%)
R 137 of 319 ~ 42.95%
G 98 of 319 ~ 30.72%
B 84 of 319 ~ 26.33%

%42.95
%30.72
%26.33

CMYK color model

#896254 color CMYK value is (0,28,39,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 38.69%
  • key color value is 46.27%
CMYK:
(0,28,39,46)
C0M28Y39K46 
(0%,28%,39%,46%)
(0.00/0.28/0.39/0.46)	

CMYK percentages

%0
%28.47
%38.69
%46.27

Codes

Color #896254 in popluar color models

896254
RGB1379884
HSL16°23.98%43.33%
HSB/HSV16°38.69%53.73%
CMYK0.00%28.47%38.69%
46.27%

Color #896254 in popluar number systems.

HEX896254
Decimal1379884
Binary1000100111000101010100
Octal211142124

Shades and tints

Shades of #896254

#896254
(137,98,84)
#7D5A4D
(125,90,77)
#715246
(113,82,70)
#654A3F
(101,74,63)
#594238
(89,66,56)
#4D3A31
(77,58,49)
#41322A
(65,50,42)
#352A23
(53,42,35)
#29221C
(41,34,28)
#1D1A15
(29,26,21)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #896254

#896254
(137,98,84)
#937063
(147,112,99)
#9D7E72
(157,126,114)
#A78C81
(167,140,129)
#B19A90
(177,154,144)
#BBA89F
(187,168,159)
#C5B6AE
(197,182,174)
#CFC4BD
(207,196,189)
#D9D2CC
(217,210,204)
#E3E0DB
(227,224,219)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896254 color. Also use rgb(137,98,84) instead hex code.

Text Font Color

.myTextColor { color: #896254; }

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

This text font color is #896254.


Background Color

.myBgColor { background-color: #896254; }

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

This div background color is #896254.


Border color

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

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

This div border color is #896254.


Opacity

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

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

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

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

This text has shadow with #896254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896254 on black background.


Color preview on white background

This text has color #896254 on white background.



Black color preview on #896254 background

This text has black color on #896254 background.


White color preview on #896254 background

This text has white color on #896254 background.