COLOR #896473

HEX: #896473
RGB: (137,100,115)

Color info

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

RGB color model

#896473 color RGB value is (137,100,115).

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

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 115 of 255 = 45%

137
100
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 115 = 352 (100%)
R 137 of 352 ~ 38.92%
G 100 of 352 ~ 28.41%
B 115 of 352 ~ 32.67%

%38.92
%28.41
%32.67

CMYK color model

#896473 color CMYK value is (0,27,16,46).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(0,27,16,46)
C0M27Y16K46 
(0%,27%,16%,46%)
(0.00/0.27/0.16/0.46)	

CMYK percentages

%0
%27.01
%16.06
%46.27

Codes

Color #896473 in popluar color models

896473
RGB137100115
HSL336°15.61%46.47%
HSB/HSV336°27.01%53.73%
CMYK0.00%27.01%16.06%
46.27%

Color #896473 in popluar number systems.

HEX896473
Decimal137100115
Binary1000100111001001110011
Octal211144163

Shades and tints

Shades of #896473

#896473
(137,100,115)
#7D5B69
(125,91,105)
#71525F
(113,82,95)
#654955
(101,73,85)
#59404B
(89,64,75)
#4D3741
(77,55,65)
#412E37
(65,46,55)
#35252D
(53,37,45)
#291C23
(41,28,35)
#1D1319
(29,19,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #896473

#896473
(137,100,115)
#93727F
(147,114,127)
#9D808B
(157,128,139)
#A78E97
(167,142,151)
#B19CA3
(177,156,163)
#BBAAAF
(187,170,175)
#C5B8BB
(197,184,187)
#CFC6C7
(207,198,199)
#D9D4D3
(217,212,211)
#E3E2DF
(227,226,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896473; }

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

This text font color is #896473.


Background Color

.myBgColor { background-color: #896473; }

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

This div background color is #896473.


Border color

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

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

This div border color is #896473.


Opacity

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

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

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

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

This text has shadow with #896473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896473 on black background.


Color preview on white background

This text has color #896473 on white background.



Black color preview on #896473 background

This text has black color on #896473 background.


White color preview on #896473 background

This text has white color on #896473 background.