COLOR #896771

HEX: #896771
RGB: (137,103,113)

Color info

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

RGB color model

#896771 color RGB value is (137,103,113).

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

RGB channels and saturation

R 137 of 255 = 54%
G 103 of 255 = 40%
B 113 of 255 = 44%

137
103
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 103 + 113 = 353 (100%)
R 137 of 353 ~ 38.81%
G 103 of 353 ~ 29.18%
B 113 of 353 ~ 32.01%

%38.81
%29.18
%32.01

CMYK color model

#896771 color CMYK value is (0,25,18,46).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(0,25,18,46)
C0M25Y18K46 
(0%,25%,18%,46%)
(0.00/0.25/0.18/0.46)	

CMYK percentages

%0
%24.82
%17.52
%46.27

Codes

Color #896771 in popluar color models

896771
RGB137103113
HSL342°14.17%47.06%
HSB/HSV342°24.82%53.73%
CMYK0.00%24.82%17.52%
46.27%

Color #896771 in popluar number systems.

HEX896771
Decimal137103113
Binary1000100111001111110001
Octal211147161

Shades and tints

Shades of #896771

#896771
(137,103,113)
#7D5E67
(125,94,103)
#71555D
(113,85,93)
#654C53
(101,76,83)
#594349
(89,67,73)
#4D3A3F
(77,58,63)
#413135
(65,49,53)
#35282B
(53,40,43)
#291F21
(41,31,33)
#1D1617
(29,22,23)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #896771

#896771
(137,103,113)
#93747D
(147,116,125)
#9D8189
(157,129,137)
#A78E95
(167,142,149)
#B19BA1
(177,155,161)
#BBA8AD
(187,168,173)
#C5B5B9
(197,181,185)
#CFC2C5
(207,194,197)
#D9CFD1
(217,207,209)
#E3DCDD
(227,220,221)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896771; }

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

This text font color is #896771.


Background Color

.myBgColor { background-color: #896771; }

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

This div background color is #896771.


Border color

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

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

This div border color is #896771.


Opacity

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

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

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

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

This text has shadow with #896771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896771 on black background.


Color preview on white background

This text has color #896771 on white background.



Black color preview on #896771 background

This text has black color on #896771 background.


White color preview on #896771 background

This text has white color on #896771 background.