COLOR #896476

HEX: #896476
RGB: (137,100,118)

Color info

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

RGB color model

#896476 color RGB value is (137,100,118).

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

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 118 of 255 = 46%

137
100
118

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 118 = 355 (100%)
R 137 of 355 ~ 38.59%
G 100 of 355 ~ 28.17%
B 118 of 355 ~ 33.24%

%38.59
%28.17
%33.24

CMYK color model

#896476 color CMYK value is (0,27,14,46).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(0,27,14,46)
C0M27Y14K46 
(0%,27%,14%,46%)
(0.00/0.27/0.14/0.46)	

CMYK percentages

%0
%27.01
%13.87
%46.27

Codes

Color #896476 in popluar color models

896476
RGB137100118
HSL331°15.61%46.47%
HSB/HSV331°27.01%53.73%
CMYK0.00%27.01%13.87%
46.27%

Color #896476 in popluar number systems.

HEX896476
Decimal137100118
Binary1000100111001001110110
Octal211144166

Shades and tints

Shades of #896476

#896476
(137,100,118)
#7D5B6C
(125,91,108)
#715262
(113,82,98)
#654958
(101,73,88)
#59404E
(89,64,78)
#4D3744
(77,55,68)
#412E3A
(65,46,58)
#352530
(53,37,48)
#291C26
(41,28,38)
#1D131C
(29,19,28)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #896476

#896476
(137,100,118)
#937282
(147,114,130)
#9D808E
(157,128,142)
#A78E9A
(167,142,154)
#B19CA6
(177,156,166)
#BBAAB2
(187,170,178)
#C5B8BE
(197,184,190)
#CFC6CA
(207,198,202)
#D9D4D6
(217,212,214)
#E3E2E2
(227,226,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896476; }

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

This text font color is #896476.


Background Color

.myBgColor { background-color: #896476; }

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

This div background color is #896476.


Border color

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

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

This div border color is #896476.


Opacity

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

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

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

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

This text has shadow with #896476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896476 on black background.


Color preview on white background

This text has color #896476 on white background.



Black color preview on #896476 background

This text has black color on #896476 background.


White color preview on #896476 background

This text has white color on #896476 background.