COLOR #898970

HEX: #898970
RGB: (137,137,112)

Color info

#898970 contains red, green and blue colors in about the same proportion. Web safe color of #898970 is #999966 (or #996).

RGB color model

#898970 color RGB value is (137,137,112).

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

RGB channels and saturation

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

137
137
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 137 + 112 = 386 (100%)
R 137 of 386 ~ 35.49%
G 137 of 386 ~ 35.49%
B 112 of 386 ~ 29.02%

%35.49
%35.49
%29.02

CMYK color model

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

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

CMYK percentages

%0
%0
%18.25
%46.27

Codes

Color #898970 in popluar color models

898970
RGB137137112
HSL60°10.04%48.82%
HSB/HSV60°18.25%53.73%
CMYK0.00%0.00%18.25%
46.27%

Color #898970 in popluar number systems.

HEX898970
Decimal137137112
Binary10001001100010011110000
Octal211211160

Shades and tints

Shades of #898970

#898970
(137,137,112)
#7D7D66
(125,125,102)
#71715C
(113,113,92)
#656552
(101,101,82)
#595948
(89,89,72)
#4D4D3E
(77,77,62)
#414134
(65,65,52)
#35352A
(53,53,42)
#292920
(41,41,32)
#1D1D16
(29,29,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #898970

#898970
(137,137,112)
#93937D
(147,147,125)
#9D9D8A
(157,157,138)
#A7A797
(167,167,151)
#B1B1A4
(177,177,164)
#BBBBB1
(187,187,177)
#C5C5BE
(197,197,190)
#CFCFCB
(207,207,203)
#D9D9D8
(217,217,216)
#E3E3E5
(227,227,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898970; }

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

This text font color is #898970.


Background Color

.myBgColor { background-color: #898970; }

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

This div background color is #898970.


Border color

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

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

This div border color is #898970.


Opacity

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

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

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

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

This text has shadow with #898970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898970 on black background.


Color preview on white background

This text has color #898970 on white background.



Black color preview on #898970 background

This text has black color on #898970 background.


White color preview on #898970 background

This text has white color on #898970 background.