COLOR #896479

HEX: #896479
RGB: (137,100,121)

Color info

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

RGB color model

#896479 color RGB value is (137,100,121).

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

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 121 of 255 = 47%

137
100
121

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 121 = 358 (100%)
R 137 of 358 ~ 38.27%
G 100 of 358 ~ 27.93%
B 121 of 358 ~ 33.8%

%38.27
%27.93
%33.8

CMYK color model

#896479 color CMYK value is (0,27,12,46).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,27,12,46)
C0M27Y12K46 
(0%,27%,12%,46%)
(0.00/0.27/0.12/0.46)	

CMYK percentages

%0
%27.01
%11.68
%46.27

Codes

Color #896479 in popluar color models

896479
RGB137100121
HSL326°15.61%46.47%
HSB/HSV326°27.01%53.73%
CMYK0.00%27.01%11.68%
46.27%

Color #896479 in popluar number systems.

HEX896479
Decimal137100121
Binary1000100111001001111001
Octal211144171

Shades and tints

Shades of #896479

#896479
(137,100,121)
#7D5B6E
(125,91,110)
#715263
(113,82,99)
#654958
(101,73,88)
#59404D
(89,64,77)
#4D3742
(77,55,66)
#412E37
(65,46,55)
#35252C
(53,37,44)
#291C21
(41,28,33)
#1D1316
(29,19,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #896479

#896479
(137,100,121)
#937285
(147,114,133)
#9D8091
(157,128,145)
#A78E9D
(167,142,157)
#B19CA9
(177,156,169)
#BBAAB5
(187,170,181)
#C5B8C1
(197,184,193)
#CFC6CD
(207,198,205)
#D9D4D9
(217,212,217)
#E3E2E5
(227,226,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896479; }

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

This text font color is #896479.


Background Color

.myBgColor { background-color: #896479; }

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

This div background color is #896479.


Border color

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

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

This div border color is #896479.


Opacity

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

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

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

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

This text has shadow with #896479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896479 on black background.


Color preview on white background

This text has color #896479 on white background.



Black color preview on #896479 background

This text has black color on #896479 background.


White color preview on #896479 background

This text has white color on #896479 background.