COLOR #896D7D

HEX: #896D7D
RGB: (137,109,125)

Color info

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

RGB color model

#896D7D color RGB value is (137,109,125).

  • red value is 137;
  • green value is 109;
  • blue value is 125.
RGB:
(137,109,125)
(54%,43%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 125 of 255 = 49%

137
109
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 125 = 371 (100%)
R 137 of 371 ~ 36.93%
G 109 of 371 ~ 29.38%
B 125 of 371 ~ 33.69%

%36.93
%29.38
%33.69

CMYK color model

#896D7D color CMYK value is (0,20,9,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(0,20,9,46)
C0M20Y9K46 
(0%,20%,9%,46%)
(0.00/0.20/0.09/0.46)	

CMYK percentages

%0
%20.44
%8.76
%46.27

Codes

Color #896D7D in popluar color models

896D7D
RGB137109125
HSL326°11.38%48.24%
HSB/HSV326°20.44%53.73%
CMYK0.00%20.44%8.76%
46.27%

Color #896D7D in popluar number systems.

HEX896D7D
Decimal137109125
Binary1000100111011011111101
Octal211155175

Shades and tints

Shades of #896D7D

#896D7D
(137,109,125)
#7D6472
(125,100,114)
#715B67
(113,91,103)
#65525C
(101,82,92)
#594951
(89,73,81)
#4D4046
(77,64,70)
#41373B
(65,55,59)
#352E30
(53,46,48)
#292525
(41,37,37)
#1D1C1A
(29,28,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #896D7D

#896D7D
(137,109,125)
#937A88
(147,122,136)
#9D8793
(157,135,147)
#A7949E
(167,148,158)
#B1A1A9
(177,161,169)
#BBAEB4
(187,174,180)
#C5BBBF
(197,187,191)
#CFC8CA
(207,200,202)
#D9D5D5
(217,213,213)
#E3E2E0
(227,226,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896D7D color. Also use rgb(137,109,125) instead hex code.

Text Font Color

.myTextColor { color: #896D7D; }

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

This text font color is #896D7D.


Background Color

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

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

This div background color is #896D7D.


Border color

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

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

This div border color is #896D7D.


Opacity

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

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

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

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

This text has shadow with #896D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D7D on black background.


Color preview on white background

This text has color #896D7D on white background.



Black color preview on #896D7D background

This text has black color on #896D7D background.


White color preview on #896D7D background

This text has white color on #896D7D background.