COLOR #896E5C

HEX: #896E5C RGB: (137,110,92)

Color info

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

RGB color model

#896E5C color RGB value is (137,110,92).

RGB: (137,110,92) (54%, 43%, 36%)

RGB channels and saturation

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

137
110
92

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

Portions of RGB colors in percentages

R + G + B = 137 + 110 + 92 = 339 (100%)
R 137 of 339 ~ 40.41%
G 110 of 339 ~ 32.45%
B 92 of 339 ~ 27.14'%

%40.41
%32.45
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.71%
  • 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
%19.71
%32.85
%46.27

Codes

Color #896E5C in popluar color models

89 6E 5C
RGB 137 110 92
HSL 24° 19.65% 44.90%
HSB/HSV 24° 32.85% 53.73%
CMYK 0.00% 19.71% 32.85%
46.27%

Color #896E5C in popluar number systems.

HEX 89 6E 5C
Decimal 137 110 92
Binary 10001001 1101110 1011100
Octal 211 156 134

Shades and tints

Shades of #896E5C

#896E5C
(137,110,92)
#7D6454
(125,100,84)
#715A4C
(113,90,76)
#655044
(101,80,68)
#59463C
(89,70,60)
#4D3C34
(77,60,52)
#41322C
(65,50,44)
#352824
(53,40,36)
#291E1C
(41,30,28)
#1D1414
(29,20,20)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #896E5C

#896E5C
(137,110,92)
#937B6A
(147,123,106)
#9D8878
(157,136,120)
#A79586
(167,149,134)
#B1A294
(177,162,148)
#BBAFA2
(187,175,162)
#C5BCB0
(197,188,176)
#CFC9BE
(207,201,190)
#D9D6CC
(217,214,204)
#E3E3DA
(227,227,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896E5C; }

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

This text font color is #896E5C.

Background Color

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

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

This div background color is #896E5C.

Border color

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

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

This div border color is #896E5C.

Opacity

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

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

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

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

This text has shadow with #896E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896E5C.

Preview

Color preview on black background

This text has color #896E5C on black background.


Color preview on white background

This text has color #896E5C on white background.


Black color preview on #896E5C background

This text has black color on #896E5C background.


White color preview on #896E5C background

This text has white color on #896E5C background.


Related colors

Complementary color

Complementary color for #hex is #7691A3.


I love getcolorcode.com

Triadic colors

1 #5C896E and #6E5C89 with #896E5C are triadic colors.

2 #5C6E89 and #6E895C with #896E5C are triadic colors.