COLOR #896D5C

HEX: #896D5C
RGB: (137,109,92)

Color info

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

RGB color model

#896D5C color RGB value is (137,109,92).

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

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 92 of 255 = 36%

137
109
92

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 92 = 338 (100%)
R 137 of 338 ~ 40.53%
G 109 of 338 ~ 32.25%
B 92 of 338 ~ 27.22%

%40.53
%32.25
%27.22

CMYK color model

#896D5C color CMYK value is (0,20,33,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(0,20,33,46)
C0M20Y33K46 
(0%,20%,33%,46%)
(0.00/0.20/0.33/0.46)	

CMYK percentages

%0
%20.44
%32.85
%46.27

Codes

Color #896D5C in popluar color models

896D5C
RGB13710992
HSL23°19.65%44.90%
HSB/HSV23°32.85%53.73%
CMYK0.00%20.44%32.85%
46.27%

Color #896D5C in popluar number systems.

HEX896D5C
Decimal13710992
Binary1000100111011011011100
Octal211155134

Shades and tints

Shades of #896D5C

#896D5C
(137,109,92)
#7D6454
(125,100,84)
#715B4C
(113,91,76)
#655244
(101,82,68)
#59493C
(89,73,60)
#4D4034
(77,64,52)
#41372C
(65,55,44)
#352E24
(53,46,36)
#29251C
(41,37,28)
#1D1C14
(29,28,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #896D5C

#896D5C
(137,109,92)
#937A6A
(147,122,106)
#9D8778
(157,135,120)
#A79486
(167,148,134)
#B1A194
(177,161,148)
#BBAEA2
(187,174,162)
#C5BBB0
(197,187,176)
#CFC8BE
(207,200,190)
#D9D5CC
(217,213,204)
#E3E2DA
(227,226,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D5C; }

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

This text font color is #896D5C.


Background Color

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

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

This div background color is #896D5C.


Border color

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

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

This div border color is #896D5C.


Opacity

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

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

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

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

This text has shadow with #896D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D5C on black background.


Color preview on white background

This text has color #896D5C on white background.



Black color preview on #896D5C background

This text has black color on #896D5C background.


White color preview on #896D5C background

This text has white color on #896D5C background.