COLOR #897074

HEX: #897074
RGB: (137,112,116)

Color info

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

RGB color model

#897074 color RGB value is (137,112,116).

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

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 116 of 255 = 45%

137
112
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 116 = 365 (100%)
R 137 of 365 ~ 37.53%
G 112 of 365 ~ 30.68%
B 116 of 365 ~ 31.78%

%37.53
%30.68
%31.78

CMYK color model

#897074 color CMYK value is (0,18,15,46).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(0,18,15,46)
C0M18Y15K46 
(0%,18%,15%,46%)
(0.00/0.18/0.15/0.46)	

CMYK percentages

%0
%18.25
%15.33
%46.27

Codes

Color #897074 in popluar color models

897074
RGB137112116
HSL350°10.04%48.82%
HSB/HSV350°18.25%53.73%
CMYK0.00%18.25%15.33%
46.27%

Color #897074 in popluar number systems.

HEX897074
Decimal137112116
Binary1000100111100001110100
Octal211160164

Shades and tints

Shades of #897074

#897074
(137,112,116)
#7D666A
(125,102,106)
#715C60
(113,92,96)
#655256
(101,82,86)
#59484C
(89,72,76)
#4D3E42
(77,62,66)
#413438
(65,52,56)
#352A2E
(53,42,46)
#292024
(41,32,36)
#1D161A
(29,22,26)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #897074

#897074
(137,112,116)
#937D80
(147,125,128)
#9D8A8C
(157,138,140)
#A79798
(167,151,152)
#B1A4A4
(177,164,164)
#BBB1B0
(187,177,176)
#C5BEBC
(197,190,188)
#CFCBC8
(207,203,200)
#D9D8D4
(217,216,212)
#E3E5E0
(227,229,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897074 color. Also use rgb(137,112,116) instead hex code.

Text Font Color

.myTextColor { color: #897074; }

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

This text font color is #897074.


Background Color

.myBgColor { background-color: #897074; }

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

This div background color is #897074.


Border color

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

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

This div border color is #897074.


Opacity

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

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

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

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

This text has shadow with #897074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897074 on black background.


Color preview on white background

This text has color #897074 on white background.



Black color preview on #897074 background

This text has black color on #897074 background.


White color preview on #897074 background

This text has white color on #897074 background.