COLOR #896D17

HEX: #896D17
RGB: (137,109,23)

Color info

#896D17 contains mainly red and green colors. Web safe color of #896D17 is #996600 (or #960).

RGB color model

#896D17 color RGB value is (137,109,23).

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

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 23 of 255 = 9%

137
109
23

R + G + B ~ 35%. #896D17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 23 = 269 (100%)
R 137 of 269 ~ 50.93%
G 109 of 269 ~ 40.52%
B 23 of 269 ~ 8.55%

%50.93
%40.52

CMYK color model

#896D17 color CMYK value is (0,20,83,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 83.21%
  • key color value is 46.27%
CMYK:
(0,20,83,46)
C0M20Y83K46 
(0%,20%,83%,46%)
(0.00/0.20/0.83/0.46)	

CMYK percentages

%0
%20.44
%83.21
%46.27

Codes

Color #896D17 in popluar color models

896D17
RGB13710923
HSL45°71.25%31.37%
HSB/HSV45°83.21%53.73%
CMYK0.00%20.44%83.21%
46.27%

Color #896D17 in popluar number systems.

HEX896D17
Decimal13710923
Binary10001001110110110111
Octal21115527

Shades and tints

Shades of #896D17

#896D17
(137,109,23)
#7D6415
(125,100,21)
#715B13
(113,91,19)
#655211
(101,82,17)
#59490F
(89,73,15)
#4D400D
(77,64,13)
#41370B
(65,55,11)
#352E09
(53,46,9)
#292507
(41,37,7)
#1D1C05
(29,28,5)
#111303
(17,19,3)
#000000
(0,0,0)

Tints of #896D17

#896D17
(137,109,23)
#937A2C
(147,122,44)
#9D8741
(157,135,65)
#A79456
(167,148,86)
#B1A16B
(177,161,107)
#BBAE80
(187,174,128)
#C5BB95
(197,187,149)
#CFC8AA
(207,200,170)
#D9D5BF
(217,213,191)
#E3E2D4
(227,226,212)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896D17; }

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

This text font color is #896D17.


Background Color

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

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

This div background color is #896D17.


Border color

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

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

This div border color is #896D17.


Opacity

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

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

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

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

This text has shadow with #896D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896D17 on black background.


Color preview on white background

This text has color #896D17 on white background.



Black color preview on #896D17 background

This text has black color on #896D17 background.


White color preview on #896D17 background

This text has white color on #896D17 background.