COLOR #898C6D

HEX: #898C6D
RGB: (137,140,109)

Color info

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

RGB color model

#898C6D color RGB value is (137,140,109).

  • red value is 137;
  • green value is 140;
  • blue value is 109.
RGB:
(137,140,109)
(54%,55%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 109 of 255 = 43%

137
140
109

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 109 = 386 (100%)
R 137 of 386 ~ 35.49%
G 140 of 386 ~ 36.27%
B 109 of 386 ~ 28.24%

%35.49
%36.27
%28.24

CMYK color model

#898C6D color CMYK value is (2,0,22,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(2,0,22,45)
C2M0Y22K45 
(2%,0%,22%,45%)
(0.02/0.00/0.22/0.45)	

CMYK percentages

%2.14
%0
%22.14
%45.1

Codes

Color #898C6D in popluar color models

898C6D
RGB137140109
HSL66°12.45%48.82%
HSB/HSV66°22.14%54.90%
CMYK2.14%0.00%22.14%
45.10%

Color #898C6D in popluar number systems.

HEX898C6D
Decimal137140109
Binary10001001100011001101101
Octal211214155

Shades and tints

Shades of #898C6D

#898C6D
(137,140,109)
#7D8064
(125,128,100)
#71745B
(113,116,91)
#656852
(101,104,82)
#595C49
(89,92,73)
#4D5040
(77,80,64)
#414437
(65,68,55)
#35382E
(53,56,46)
#292C25
(41,44,37)
#1D201C
(29,32,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #898C6D

#898C6D
(137,140,109)
#93967A
(147,150,122)
#9DA087
(157,160,135)
#A7AA94
(167,170,148)
#B1B4A1
(177,180,161)
#BBBEAE
(187,190,174)
#C5C8BB
(197,200,187)
#CFD2C8
(207,210,200)
#D9DCD5
(217,220,213)
#E3E6E2
(227,230,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898C6D color. Also use rgb(137,140,109) instead hex code.

Text Font Color

.myTextColor { color: #898C6D; }

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

This text font color is #898C6D.


Background Color

.myBgColor { background-color: #898C6D; }

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

This div background color is #898C6D.


Border color

.myBorderColor { border: 1px solid #898C6D; }

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

This div border color is #898C6D.


Opacity

.myOpacity80 { color: #898C6D; opacity: 0.8; }

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

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

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

This text has shadow with #898C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C6D on black background.


Color preview on white background

This text has color #898C6D on white background.



Black color preview on #898C6D background

This text has black color on #898C6D background.


White color preview on #898C6D background

This text has white color on #898C6D background.