COLOR #897271

HEX: #897271
RGB: (137,114,113)

Color info

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

RGB color model

#897271 color RGB value is (137,114,113).

  • red value is 137;
  • green value is 114;
  • blue value is 113.
RGB:
(137,114,113)
(54%,45%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 113 of 255 = 44%

137
114
113

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 113 = 364 (100%)
R 137 of 364 ~ 37.64%
G 114 of 364 ~ 31.32%
B 113 of 364 ~ 31.04%

%37.64
%31.32
%31.04

CMYK color model

#897271 color CMYK value is (0,17,18,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(0,17,18,46)
C0M17Y18K46 
(0%,17%,18%,46%)
(0.00/0.17/0.18/0.46)	

CMYK percentages

%0
%16.79
%17.52
%46.27

Codes

Color #897271 in popluar color models

897271
RGB137114113
HSL9.60%49.02%
HSB/HSV17.52%53.73%
CMYK0.00%16.79%17.52%
46.27%

Color #897271 in popluar number systems.

HEX897271
Decimal137114113
Binary1000100111100101110001
Octal211162161

Shades and tints

Shades of #897271

#897271
(137,114,113)
#7D6867
(125,104,103)
#715E5D
(113,94,93)
#655453
(101,84,83)
#594A49
(89,74,73)
#4D403F
(77,64,63)
#413635
(65,54,53)
#352C2B
(53,44,43)
#292221
(41,34,33)
#1D1817
(29,24,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #897271

#897271
(137,114,113)
#937E7D
(147,126,125)
#9D8A89
(157,138,137)
#A79695
(167,150,149)
#B1A2A1
(177,162,161)
#BBAEAD
(187,174,173)
#C5BAB9
(197,186,185)
#CFC6C5
(207,198,197)
#D9D2D1
(217,210,209)
#E3DEDD
(227,222,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897271 color. Also use rgb(137,114,113) instead hex code.

Text Font Color

.myTextColor { color: #897271; }

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

This text font color is #897271.


Background Color

.myBgColor { background-color: #897271; }

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

This div background color is #897271.


Border color

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

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

This div border color is #897271.


Opacity

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

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

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

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

This text has shadow with #897271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897271 on black background.


Color preview on white background

This text has color #897271 on white background.



Black color preview on #897271 background

This text has black color on #897271 background.


White color preview on #897271 background

This text has white color on #897271 background.