COLOR #897862

HEX: #897862
RGB: (137,120,98)

Color info

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

RGB color model

#897862 color RGB value is (137,120,98).

  • red value is 137;
  • green value is 120;
  • blue value is 98.
RGB:
(137,120,98)
(54%,47%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 98 of 255 = 38%

137
120
98

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

Portions of RGB colors in percentages

R + G + B =
137 + 120 + 98 = 355 (100%)
R 137 of 355 ~ 38.59%
G 120 of 355 ~ 33.8%
B 98 of 355 ~ 27.61%

%38.59
%33.8
%27.61

CMYK color model

#897862 color CMYK value is (0,12,28,46).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 28.47%
  • key color value is 46.27%
CMYK:
(0,12,28,46)
C0M12Y28K46 
(0%,12%,28%,46%)
(0.00/0.12/0.28/0.46)	

CMYK percentages

%0
%12.41
%28.47
%46.27

Codes

Color #897862 in popluar color models

897862
RGB13712098
HSL34°16.60%46.08%
HSB/HSV34°28.47%53.73%
CMYK0.00%12.41%28.47%
46.27%

Color #897862 in popluar number systems.

HEX897862
Decimal13712098
Binary1000100111110001100010
Octal211170142

Shades and tints

Shades of #897862

#897862
(137,120,98)
#7D6E5A
(125,110,90)
#716452
(113,100,82)
#655A4A
(101,90,74)
#595042
(89,80,66)
#4D463A
(77,70,58)
#413C32
(65,60,50)
#35322A
(53,50,42)
#292822
(41,40,34)
#1D1E1A
(29,30,26)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #897862

#897862
(137,120,98)
#938470
(147,132,112)
#9D907E
(157,144,126)
#A79C8C
(167,156,140)
#B1A89A
(177,168,154)
#BBB4A8
(187,180,168)
#C5C0B6
(197,192,182)
#CFCCC4
(207,204,196)
#D9D8D2
(217,216,210)
#E3E4E0
(227,228,224)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897862 color. Also use rgb(137,120,98) instead hex code.

Text Font Color

.myTextColor { color: #897862; }

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

This text font color is #897862.


Background Color

.myBgColor { background-color: #897862; }

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

This div background color is #897862.


Border color

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

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

This div border color is #897862.


Opacity

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

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

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

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

This text has shadow with #897862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897862 on black background.


Color preview on white background

This text has color #897862 on white background.



Black color preview on #897862 background

This text has black color on #897862 background.


White color preview on #897862 background

This text has white color on #897862 background.