COLOR #896745

HEX: #896745
RGB: (137,103,69)

Color info

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

RGB color model

#896745 color RGB value is (137,103,69).

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

RGB channels and saturation

R 137 of 255 = 54%
G 103 of 255 = 40%
B 69 of 255 = 27%

137
103
69

R + G + B ~ 40%. #896745 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 103 + 69 = 309 (100%)
R 137 of 309 ~ 44.34%
G 103 of 309 ~ 33.33%
B 69 of 309 ~ 22.33%

%44.34
%33.33
%22.33

CMYK color model

#896745 color CMYK value is (0,25,50,46).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 49.64%
  • key color value is 46.27%
CMYK:
(0,25,50,46)
C0M25Y50K46 
(0%,25%,50%,46%)
(0.00/0.25/0.50/0.46)	

CMYK percentages

%0
%24.82
%49.64
%46.27

Codes

Color #896745 in popluar color models

896745
RGB13710369
HSL30°33.01%40.39%
HSB/HSV30°49.64%53.73%
CMYK0.00%24.82%49.64%
46.27%

Color #896745 in popluar number systems.

HEX896745
Decimal13710369
Binary1000100111001111000101
Octal211147105

Shades and tints

Shades of #896745

#896745
(137,103,69)
#7D5E3F
(125,94,63)
#715539
(113,85,57)
#654C33
(101,76,51)
#59432D
(89,67,45)
#4D3A27
(77,58,39)
#413121
(65,49,33)
#35281B
(53,40,27)
#291F15
(41,31,21)
#1D160F
(29,22,15)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #896745

#896745
(137,103,69)
#937455
(147,116,85)
#9D8165
(157,129,101)
#A78E75
(167,142,117)
#B19B85
(177,155,133)
#BBA895
(187,168,149)
#C5B5A5
(197,181,165)
#CFC2B5
(207,194,181)
#D9CFC5
(217,207,197)
#E3DCD5
(227,220,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896745; }

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

This text font color is #896745.


Background Color

.myBgColor { background-color: #896745; }

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

This div background color is #896745.


Border color

.myBorderColor { border: 1px solid #896745; }

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

This div border color is #896745.


Opacity

.myOpacity80 { color: #896745; opacity: 0.8; }

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

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

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

This text has shadow with #896745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896745 on black background.


Color preview on white background

This text has color #896745 on white background.



Black color preview on #896745 background

This text has black color on #896745 background.


White color preview on #896745 background

This text has white color on #896745 background.