COLOR #898074

HEX: #898074
RGB: (137,128,116)

Color info

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

RGB color model

#898074 color RGB value is (137,128,116).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 116 of 255 = 45%

137
128
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 116 = 381 (100%)
R 137 of 381 ~ 35.96%
G 128 of 381 ~ 33.6%
B 116 of 381 ~ 30.45%

%35.96
%33.6
%30.45

CMYK color model

#898074 color CMYK value is (0,7,15,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(0,7,15,46)
C0M7Y15K46 
(0%,7%,15%,46%)
(0.00/0.07/0.15/0.46)	

CMYK percentages

%0
%6.57
%15.33
%46.27

Codes

Color #898074 in popluar color models

898074
RGB137128116
HSL34°8.30%49.61%
HSB/HSV34°15.33%53.73%
CMYK0.00%6.57%15.33%
46.27%

Color #898074 in popluar number systems.

HEX898074
Decimal137128116
Binary10001001100000001110100
Octal211200164

Shades and tints

Shades of #898074

#898074
(137,128,116)
#7D756A
(125,117,106)
#716A60
(113,106,96)
#655F56
(101,95,86)
#59544C
(89,84,76)
#4D4942
(77,73,66)
#413E38
(65,62,56)
#35332E
(53,51,46)
#292824
(41,40,36)
#1D1D1A
(29,29,26)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #898074

#898074
(137,128,116)
#938B80
(147,139,128)
#9D968C
(157,150,140)
#A7A198
(167,161,152)
#B1ACA4
(177,172,164)
#BBB7B0
(187,183,176)
#C5C2BC
(197,194,188)
#CFCDC8
(207,205,200)
#D9D8D4
(217,216,212)
#E3E3E0
(227,227,224)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898074; }

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

This text font color is #898074.


Background Color

.myBgColor { background-color: #898074; }

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

This div background color is #898074.


Border color

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

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

This div border color is #898074.


Opacity

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

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

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

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

This text has shadow with #898074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898074 on black background.


Color preview on white background

This text has color #898074 on white background.



Black color preview on #898074 background

This text has black color on #898074 background.


White color preview on #898074 background

This text has white color on #898074 background.