COLOR #896F81

HEX: #896F81 RGB: (137,111,129)

Color info

#896F81 contains red, green and blue colors in about the same proportion. Web safe color of #896F81 is #996699 (or #969).

RGB color model

#896F81 color RGB value is (137,111,129).

RGB: (137,111,129) (54%, 44%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 129 of 255 = 51%

137
111
129

R + G + B ~ 50%. #896F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 111 + 129 = 377 (100%)
R 137 of 377 ~ 36.34%
G 111 of 377 ~ 29.44%
B 129 of 377 ~ 34.22'%

%36.34
%29.44
%34.22

CMYK color model

#896F81 color CMYK value is (0,19,6,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 5.84%
  • key color value is 46.27%

CMYK: (0,19,6,46)
C0M19Y6K46 (0%, 19%, 6%, 46%)
(0.00 / 0.19 / 0.06 / 0.46)

CMYK percentages

%0
%18.98
%5.84
%46.27

Codes

Color #896F81 in popluar color models

89 6F 81
RGB 137 111 129
HSL 318° 10.48% 48.63%
HSB/HSV 318° 18.98% 53.73%
CMYK 0.00% 18.98% 5.84%
46.27%

Color #896F81 in popluar number systems.

HEX 89 6F 81
Decimal 137 111 129
Binary 10001001 1101111 10000001
Octal 211 157 201

Shades and tints

Shades of #896F81

#896F81
(137,111,129)
#7D6576
(125,101,118)
#715B6B
(113,91,107)
#655160
(101,81,96)
#594755
(89,71,85)
#4D3D4A
(77,61,74)
#41333F
(65,51,63)
#352934
(53,41,52)
#291F29
(41,31,41)
#1D151E
(29,21,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #896F81

#896F81
(137,111,129)
#937C8C
(147,124,140)
#9D8997
(157,137,151)
#A796A2
(167,150,162)
#B1A3AD
(177,163,173)
#BBB0B8
(187,176,184)
#C5BDC3
(197,189,195)
#CFCACE
(207,202,206)
#D9D7D9
(217,215,217)
#E3E4E4
(227,228,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F81 color. Also use rgb(137,111,129) instead hex code.

Text Font Color

.myTextColor { color: #896F81; }

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

This text font color is #896F81.

Background Color

.myBgColor { background-color: #896F81; }

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

This div background color is #896F81.

Border color

.myBorderColor { border: 1px solid #896F81; }

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

This div border color is #896F81.

Opacity

.myOpacity80 { color: #896F81; opacity: 0.8; }

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

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

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

This text has shadow with #896F81 color.


.textShadow {text-shadow: 3px 3px 1px #896F81', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #896F81; -webkit-box-shadow: 1px 1px 3px 2px #896F81; box-shadow:1px 1px 3px 2px #896F81;">
Div content here
</div>

This div box has shadow with color #896F81.

Preview

Color preview on black background

This text has color #896F81 on black background.


Color preview on white background

This text has color #896F81 on white background.


Black color preview on #896F81 background

This text has black color on #896F81 background.


White color preview on #896F81 background

This text has white color on #896F81 background.


Related colors

Complementary color

Complementary color for #hex is #76907E.


I love getcolorcode.com

Triadic colors

1 #81896F and #6F8189 with #896F81 are triadic colors.

2 #816F89 and #6F8981 with #896F81 are triadic colors.