COLOR #896D67

HEX: #896D67
RGB: (137,109,103)

Color info

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

RGB color model

#896D67 color RGB value is (137,109,103).

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

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 103 of 255 = 40%

137
109
103

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

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 103 = 349 (100%)
R 137 of 349 ~ 39.26%
G 109 of 349 ~ 31.23%
B 103 of 349 ~ 29.51%

%39.26
%31.23
%29.51

CMYK color model

#896D67 color CMYK value is (0,20,25,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(0,20,25,46)
C0M20Y25K46 
(0%,20%,25%,46%)
(0.00/0.20/0.25/0.46)	

CMYK percentages

%0
%20.44
%24.82
%46.27

Codes

Color #896D67 in popluar color models

896D67
RGB137109103
HSL11°14.17%47.06%
HSB/HSV11°24.82%53.73%
CMYK0.00%20.44%24.82%
46.27%

Color #896D67 in popluar number systems.

HEX896D67
Decimal137109103
Binary1000100111011011100111
Octal211155147

Shades and tints

Shades of #896D67

#896D67
(137,109,103)
#7D645E
(125,100,94)
#715B55
(113,91,85)
#65524C
(101,82,76)
#594943
(89,73,67)
#4D403A
(77,64,58)
#413731
(65,55,49)
#352E28
(53,46,40)
#29251F
(41,37,31)
#1D1C16
(29,28,22)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #896D67

#896D67
(137,109,103)
#937A74
(147,122,116)
#9D8781
(157,135,129)
#A7948E
(167,148,142)
#B1A19B
(177,161,155)
#BBAEA8
(187,174,168)
#C5BBB5
(197,187,181)
#CFC8C2
(207,200,194)
#D9D5CF
(217,213,207)
#E3E2DC
(227,226,220)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D67; }

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

This text font color is #896D67.


Background Color

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

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

This div background color is #896D67.


Border color

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

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

This div border color is #896D67.


Opacity

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

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

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

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

This text has shadow with #896D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D67 on black background.


Color preview on white background

This text has color #896D67 on white background.



Black color preview on #896D67 background

This text has black color on #896D67 background.


White color preview on #896D67 background

This text has white color on #896D67 background.