COLOR #897C6A

HEX: #897C6A
RGB: (137,124,106)

Color info

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

RGB color model

#897C6A color RGB value is (137,124,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 106 of 255 = 42%

137
124
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 106 = 367 (100%)
R 137 of 367 ~ 37.33%
G 124 of 367 ~ 33.79%
B 106 of 367 ~ 28.88%

%37.33
%33.79
%28.88

CMYK color model

#897C6A color CMYK value is (0,9,23,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,9,23,46)
C0M9Y23K46 
(0%,9%,23%,46%)
(0.00/0.09/0.23/0.46)	

CMYK percentages

%0
%9.49
%22.63
%46.27

Codes

Color #897C6A in popluar color models

897C6A
RGB137124106
HSL35°12.76%47.65%
HSB/HSV35°22.63%53.73%
CMYK0.00%9.49%22.63%
46.27%

Color #897C6A in popluar number systems.

HEX897C6A
Decimal137124106
Binary1000100111111001101010
Octal211174152

Shades and tints

Shades of #897C6A

#897C6A
(137,124,106)
#7D7161
(125,113,97)
#716658
(113,102,88)
#655B4F
(101,91,79)
#595046
(89,80,70)
#4D453D
(77,69,61)
#413A34
(65,58,52)
#352F2B
(53,47,43)
#292422
(41,36,34)
#1D1919
(29,25,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #897C6A

#897C6A
(137,124,106)
#938777
(147,135,119)
#9D9284
(157,146,132)
#A79D91
(167,157,145)
#B1A89E
(177,168,158)
#BBB3AB
(187,179,171)
#C5BEB8
(197,190,184)
#CFC9C5
(207,201,197)
#D9D4D2
(217,212,210)
#E3DFDF
(227,223,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C6A; }

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

This text font color is #897C6A.


Background Color

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

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

This div background color is #897C6A.


Border color

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

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

This div border color is #897C6A.


Opacity

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

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

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

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

This text has shadow with #897C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C6A on black background.


Color preview on white background

This text has color #897C6A on white background.



Black color preview on #897C6A background

This text has black color on #897C6A background.


White color preview on #897C6A background

This text has white color on #897C6A background.