COLOR #896D29

HEX: #896D29
RGB: (137,109,41)

Color info

#896D29 contains mainly red and green colors. Web safe color of #896D29 is #996633 (or #963).

RGB color model

#896D29 color RGB value is (137,109,41).

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

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 41 of 255 = 16%

137
109
41

R + G + B ~ 38%. #896D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 41 = 287 (100%)
R 137 of 287 ~ 47.74%
G 109 of 287 ~ 37.98%
B 41 of 287 ~ 14.29%

%47.74
%37.98
%14.29

CMYK color model

#896D29 color CMYK value is (0,20,70,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 70.07%
  • key color value is 46.27%
CMYK:
(0,20,70,46)
C0M20Y70K46 
(0%,20%,70%,46%)
(0.00/0.20/0.70/0.46)	

CMYK percentages

%0
%20.44
%70.07
%46.27

Codes

Color #896D29 in popluar color models

896D29
RGB13710941
HSL43°53.93%34.90%
HSB/HSV43°70.07%53.73%
CMYK0.00%20.44%70.07%
46.27%

Color #896D29 in popluar number systems.

HEX896D29
Decimal13710941
Binary100010011101101101001
Octal21115551

Shades and tints

Shades of #896D29

#896D29
(137,109,41)
#7D6426
(125,100,38)
#715B23
(113,91,35)
#655220
(101,82,32)
#59491D
(89,73,29)
#4D401A
(77,64,26)
#413717
(65,55,23)
#352E14
(53,46,20)
#292511
(41,37,17)
#1D1C0E
(29,28,14)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #896D29

#896D29
(137,109,41)
#937A3C
(147,122,60)
#9D874F
(157,135,79)
#A79462
(167,148,98)
#B1A175
(177,161,117)
#BBAE88
(187,174,136)
#C5BB9B
(197,187,155)
#CFC8AE
(207,200,174)
#D9D5C1
(217,213,193)
#E3E2D4
(227,226,212)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D29; }

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

This text font color is #896D29.


Background Color

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

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

This div background color is #896D29.


Border color

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

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

This div border color is #896D29.


Opacity

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

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

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

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

This text has shadow with #896D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D29 on black background.


Color preview on white background

This text has color #896D29 on white background.



Black color preview on #896D29 background

This text has black color on #896D29 background.


White color preview on #896D29 background

This text has white color on #896D29 background.