COLOR #897C6D

HEX: #897C6D
RGB: (137,124,109)

Color info

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

RGB color model

#897C6D color RGB value is (137,124,109).

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

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 109 of 255 = 43%

137
124
109

R + G + B ~ 49%. #897C6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 109 = 370 (100%)
R 137 of 370 ~ 37.03%
G 124 of 370 ~ 33.51%
B 109 of 370 ~ 29.46%

%37.03
%33.51
%29.46

CMYK color model

#897C6D color CMYK value is (0,9,20,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,9,20,46)
C0M9Y20K46 
(0%,9%,20%,46%)
(0.00/0.09/0.20/0.46)	

CMYK percentages

%0
%9.49
%20.44
%46.27

Codes

Color #897C6D in popluar color models

897C6D
RGB137124109
HSL32°11.38%48.24%
HSB/HSV32°20.44%53.73%
CMYK0.00%9.49%20.44%
46.27%

Color #897C6D in popluar number systems.

HEX897C6D
Decimal137124109
Binary1000100111111001101101
Octal211174155

Shades and tints

Shades of #897C6D

#897C6D
(137,124,109)
#7D7164
(125,113,100)
#71665B
(113,102,91)
#655B52
(101,91,82)
#595049
(89,80,73)
#4D4540
(77,69,64)
#413A37
(65,58,55)
#352F2E
(53,47,46)
#292425
(41,36,37)
#1D191C
(29,25,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #897C6D

#897C6D
(137,124,109)
#93877A
(147,135,122)
#9D9287
(157,146,135)
#A79D94
(167,157,148)
#B1A8A1
(177,168,161)
#BBB3AE
(187,179,174)
#C5BEBB
(197,190,187)
#CFC9C8
(207,201,200)
#D9D4D5
(217,212,213)
#E3DFE2
(227,223,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C6D color. Also use rgb(137,124,109) instead hex code.

Text Font Color

.myTextColor { color: #897C6D; }

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

This text font color is #897C6D.


Background Color

.myBgColor { background-color: #897C6D; }

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

This div background color is #897C6D.


Border color

.myBorderColor { border: 1px solid #897C6D; }

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

This div border color is #897C6D.


Opacity

.myOpacity80 { color: #897C6D; opacity: 0.8; }

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

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

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

This text has shadow with #897C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C6D on black background.


Color preview on white background

This text has color #897C6D on white background.



Black color preview on #897C6D background

This text has black color on #897C6D background.


White color preview on #897C6D background

This text has white color on #897C6D background.