COLOR #895976

HEX: #895976
RGB: (137,89,118)

Color info

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

RGB color model

#895976 color RGB value is (137,89,118).

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

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 118 of 255 = 46%

137
89
118

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

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 118 = 344 (100%)
R 137 of 344 ~ 39.83%
G 89 of 344 ~ 25.87%
B 118 of 344 ~ 34.3%

%39.83
%25.87
%34.3

CMYK color model

#895976 color CMYK value is (0,35,14,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(0,35,14,46)
C0M35Y14K46 
(0%,35%,14%,46%)
(0.00/0.35/0.14/0.46)	

CMYK percentages

%0
%35.04
%13.87
%46.27

Codes

Color #895976 in popluar color models

895976
RGB13789118
HSL324°21.24%44.31%
HSB/HSV324°35.04%53.73%
CMYK0.00%35.04%13.87%
46.27%

Color #895976 in popluar number systems.

HEX895976
Decimal13789118
Binary1000100110110011110110
Octal211131166

Shades and tints

Shades of #895976

#895976
(137,89,118)
#7D516C
(125,81,108)
#714962
(113,73,98)
#654158
(101,65,88)
#59394E
(89,57,78)
#4D3144
(77,49,68)
#41293A
(65,41,58)
#352130
(53,33,48)
#291926
(41,25,38)
#1D111C
(29,17,28)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #895976

#895976
(137,89,118)
#936882
(147,104,130)
#9D778E
(157,119,142)
#A7869A
(167,134,154)
#B195A6
(177,149,166)
#BBA4B2
(187,164,178)
#C5B3BE
(197,179,190)
#CFC2CA
(207,194,202)
#D9D1D6
(217,209,214)
#E3E0E2
(227,224,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895976; }

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

This text font color is #895976.


Background Color

.myBgColor { background-color: #895976; }

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

This div background color is #895976.


Border color

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

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

This div border color is #895976.


Opacity

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

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

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

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

This text has shadow with #895976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895976 on black background.


Color preview on white background

This text has color #895976 on white background.



Black color preview on #895976 background

This text has black color on #895976 background.


White color preview on #895976 background

This text has white color on #895976 background.