COLOR #896F38

HEX: #896F38
RGB: (137,111,56)

Color info

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

RGB color model

#896F38 color RGB value is (137,111,56).

  • red value is 137;
  • green value is 111;
  • blue value is 56.
RGB: (137,111,56) (54%,44%,22%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 56 of 255 = 22%

137
111
56

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

Portions of RGB colors in percentages

R + G + B =
137 + 111 + 56 = 304 (100%)
R 137 of 304 ~ 45.07%
G 111 of 304 ~ 36.51%
B 56 of 304 ~ 18.42%

%45.07
%36.51
%18.42

CMYK color model

#896F38 color CMYK value is (0,19,59,46).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 59.12%
  • key color value is 46.27%
CMYK: (0,19,59,46) C0M19Y59K46 (0%,19%,59%,46%) (0.00/0.19/0.59/0.46)

CMYK percentages

%0
%18.98
%59.12
%46.27

Codes

Color #896F38 in popluar color models

896F38
RGB13711156
HSL41°41.97%37.84%
HSB/HSV41°59.12%53.73%
CMYK0.00%18.98%59.12%
46.27%

Color #896F38 in popluar number systems.

HEX896F38
Decimal13711156
Binary100010011101111111000
Octal21115770

Shades and tints

Shades of #896F38

#896F38
(137,111,56)
#7D6533
(125,101,51)
#715B2E
(113,91,46)
#655129
(101,81,41)
#594724
(89,71,36)
#4D3D1F
(77,61,31)
#41331A
(65,51,26)
#352915
(53,41,21)
#291F10
(41,31,16)
#1D150B
(29,21,11)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #896F38

#896F38
(137,111,56)
#937C4A
(147,124,74)
#9D895C
(157,137,92)
#A7966E
(167,150,110)
#B1A380
(177,163,128)
#BBB092
(187,176,146)
#C5BDA4
(197,189,164)
#CFCAB6
(207,202,182)
#D9D7C8
(217,215,200)
#E3E4DA
(227,228,218)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F38 color. Also use rgb(137,111,56) instead hex code.

Text Font Color

.myTextColor { color: #896F38; }

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

This text font color is #896F38.


Background Color

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

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

This div background color is #896F38.


Border color

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

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

This div border color is #896F38.


Opacity

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

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

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

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

This text has shadow with #896F38 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #896F38 on black background.


Color preview on white background

This text has color #896F38 on white background.



Black color preview on #896F38 background

This text has black color on #896F38 background.


White color preview on #896F38 background

This text has white color on #896F38 background.