COLOR #897275

HEX: #897275
RGB: (137,114,117)

Color info

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

RGB color model

#897275 color RGB value is (137,114,117).

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

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 117 of 255 = 46%

137
114
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 117 = 368 (100%)
R 137 of 368 ~ 37.23%
G 114 of 368 ~ 30.98%
B 117 of 368 ~ 31.79%

%37.23
%30.98
%31.79

CMYK color model

#897275 color CMYK value is (0,17,15,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(0,17,15,46)
C0M17Y15K46 
(0%,17%,15%,46%)
(0.00/0.17/0.15/0.46)	

CMYK percentages

%0
%16.79
%14.6
%46.27

Codes

Color #897275 in popluar color models

897275
RGB137114117
HSL352°9.16%49.22%
HSB/HSV352°16.79%53.73%
CMYK0.00%16.79%14.60%
46.27%

Color #897275 in popluar number systems.

HEX897275
Decimal137114117
Binary1000100111100101110101
Octal211162165

Shades and tints

Shades of #897275

#897275
(137,114,117)
#7D686B
(125,104,107)
#715E61
(113,94,97)
#655457
(101,84,87)
#594A4D
(89,74,77)
#4D4043
(77,64,67)
#413639
(65,54,57)
#352C2F
(53,44,47)
#292225
(41,34,37)
#1D181B
(29,24,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #897275

#897275
(137,114,117)
#937E81
(147,126,129)
#9D8A8D
(157,138,141)
#A79699
(167,150,153)
#B1A2A5
(177,162,165)
#BBAEB1
(187,174,177)
#C5BABD
(197,186,189)
#CFC6C9
(207,198,201)
#D9D2D5
(217,210,213)
#E3DEE1
(227,222,225)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897275; }

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

This text font color is #897275.


Background Color

.myBgColor { background-color: #897275; }

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

This div background color is #897275.


Border color

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

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

This div border color is #897275.


Opacity

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

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

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

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

This text has shadow with #897275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897275 on black background.


Color preview on white background

This text has color #897275 on white background.



Black color preview on #897275 background

This text has black color on #897275 background.


White color preview on #897275 background

This text has white color on #897275 background.