COLOR #898E6B

HEX: #898E6B RGB: (137,142,107)

Color info

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

RGB color model

#898E6B color RGB value is (137,142,107).

RGB: (137,142,107) (54%, 56%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 107 of 255 = 42%

137
142
107

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

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 107 = 386 (100%)
R 137 of 386 ~ 35.49%
G 142 of 386 ~ 36.79%
B 107 of 386 ~ 27.72'%

%35.49
%36.79
%27.72

CMYK color model

#898E6B color CMYK value is (4,0,25,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 44.31%

CMYK: (4,0,25,44)
C4M0Y25K44 (4%, 0%, 25%, 44%)
(0.04 / 0.00 / 0.25 / 0.44)

CMYK percentages

%3.52
%0
%24.65
%44.31

Codes

Color #898E6B in popluar color models

89 8E 6B
RGB 137 142 107
HSL 69° 14.06% 48.82%
HSB/HSV 69° 24.65% 55.69%
CMYK 3.52% 0.00% 24.65%
44.31%

Color #898E6B in popluar number systems.

HEX 89 8E 6B
Decimal 137 142 107
Binary 10001001 10001110 1101011
Octal 211 216 153

Shades and tints

Shades of #898E6B

#898E6B
(137,142,107)
#7D8262
(125,130,98)
#717659
(113,118,89)
#656A50
(101,106,80)
#595E47
(89,94,71)
#4D523E
(77,82,62)
#414635
(65,70,53)
#353A2C
(53,58,44)
#292E23
(41,46,35)
#1D221A
(29,34,26)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #898E6B

#898E6B
(137,142,107)
#939878
(147,152,120)
#9DA285
(157,162,133)
#A7AC92
(167,172,146)
#B1B69F
(177,182,159)
#BBC0AC
(187,192,172)
#C5CAB9
(197,202,185)
#CFD4C6
(207,212,198)
#D9DED3
(217,222,211)
#E3E8E0
(227,232,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898E6B color. Also use rgb(137,142,107) instead hex code.

Text Font Color

.myTextColor { color: #898E6B; }

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

This text font color is #898E6B.

Background Color

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

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

This div background color is #898E6B.

Border color

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

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

This div border color is #898E6B.

Opacity

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

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

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

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

This text has shadow with #898E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898E6B.

Preview

Color preview on black background

This text has color #898E6B on black background.


Color preview on white background

This text has color #898E6B on white background.


Black color preview on #898E6B background

This text has black color on #898E6B background.


White color preview on #898E6B background

This text has white color on #898E6B background.


Related colors

Complementary color

Complementary color for #hex is #767194.


I love getcolorcode.com

Triadic colors

1 #6B898E and #8E6B89 with #898E6B are triadic colors.

2 #6B8E89 and #8E896B with #898E6B are triadic colors.