COLOR #897C60

HEX: #897C60
RGB: (137,124,96)

Color info

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

RGB color model

#897C60 color RGB value is (137,124,96).

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

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 96 of 255 = 38%

137
124
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 96 = 357 (100%)
R 137 of 357 ~ 38.38%
G 124 of 357 ~ 34.73%
B 96 of 357 ~ 26.89%

%38.38
%34.73
%26.89

CMYK color model

#897C60 color CMYK value is (0,9,30,46).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(0,9,30,46)
C0M9Y30K46 
(0%,9%,30%,46%)
(0.00/0.09/0.30/0.46)	

CMYK percentages

%0
%9.49
%29.93
%46.27

Codes

Color #897C60 in popluar color models

897C60
RGB13712496
HSL41°17.60%45.69%
HSB/HSV41°29.93%53.73%
CMYK0.00%9.49%29.93%
46.27%

Color #897C60 in popluar number systems.

HEX897C60
Decimal13712496
Binary1000100111111001100000
Octal211174140

Shades and tints

Shades of #897C60

#897C60
(137,124,96)
#7D7158
(125,113,88)
#716650
(113,102,80)
#655B48
(101,91,72)
#595040
(89,80,64)
#4D4538
(77,69,56)
#413A30
(65,58,48)
#352F28
(53,47,40)
#292420
(41,36,32)
#1D1918
(29,25,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #897C60

#897C60
(137,124,96)
#93876E
(147,135,110)
#9D927C
(157,146,124)
#A79D8A
(167,157,138)
#B1A898
(177,168,152)
#BBB3A6
(187,179,166)
#C5BEB4
(197,190,180)
#CFC9C2
(207,201,194)
#D9D4D0
(217,212,208)
#E3DFDE
(227,223,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897C60; }

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

This text font color is #897C60.


Background Color

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

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

This div background color is #897C60.


Border color

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

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

This div border color is #897C60.


Opacity

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

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

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

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

This text has shadow with #897C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C60 on black background.


Color preview on white background

This text has color #897C60 on white background.



Black color preview on #897C60 background

This text has black color on #897C60 background.


White color preview on #897C60 background

This text has white color on #897C60 background.