COLOR #895671

HEX: #895671
RGB: (137,86,113)

Color info

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

RGB color model

#895671 color RGB value is (137,86,113).

  • red value is 137;
  • green value is 86;
  • blue value is 113.
RGB:
(137,86,113)
(54%,34%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 86 of 255 = 34%
B 113 of 255 = 44%

137
86
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 86 + 113 = 336 (100%)
R 137 of 336 ~ 40.77%
G 86 of 336 ~ 25.6%
B 113 of 336 ~ 33.63%

%40.77
%25.6
%33.63

CMYK color model

#895671 color CMYK value is (0,37,18,46).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(0,37,18,46)
C0M37Y18K46 
(0%,37%,18%,46%)
(0.00/0.37/0.18/0.46)	

CMYK percentages

%0
%37.23
%17.52
%46.27

Codes

Color #895671 in popluar color models

895671
RGB13786113
HSL328°22.87%43.73%
HSB/HSV328°37.23%53.73%
CMYK0.00%37.23%17.52%
46.27%

Color #895671 in popluar number systems.

HEX895671
Decimal13786113
Binary1000100110101101110001
Octal211126161

Shades and tints

Shades of #895671

#895671
(137,86,113)
#7D4F67
(125,79,103)
#71485D
(113,72,93)
#654153
(101,65,83)
#593A49
(89,58,73)
#4D333F
(77,51,63)
#412C35
(65,44,53)
#35252B
(53,37,43)
#291E21
(41,30,33)
#1D1717
(29,23,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #895671

#895671
(137,86,113)
#93657D
(147,101,125)
#9D7489
(157,116,137)
#A78395
(167,131,149)
#B192A1
(177,146,161)
#BBA1AD
(187,161,173)
#C5B0B9
(197,176,185)
#CFBFC5
(207,191,197)
#D9CED1
(217,206,209)
#E3DDDD
(227,221,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895671 color. Also use rgb(137,86,113) instead hex code.

Text Font Color

.myTextColor { color: #895671; }

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

This text font color is #895671.


Background Color

.myBgColor { background-color: #895671; }

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

This div background color is #895671.


Border color

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

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

This div border color is #895671.


Opacity

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

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

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

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

This text has shadow with #895671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895671 on black background.


Color preview on white background

This text has color #895671 on white background.



Black color preview on #895671 background

This text has black color on #895671 background.


White color preview on #895671 background

This text has white color on #895671 background.