COLOR #898E6D

HEX: #898E6D RGB: (137,142,109)

Color info

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

RGB color model

#898E6D color RGB value is (137,142,109).

RGB: (137,142,109) (54%, 56%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 109 of 255 = 43%

137
142
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 109 = 388 (100%)
R 137 of 388 ~ 35.31%
G 142 of 388 ~ 36.6%
B 109 of 388 ~ 28.09'%

%35.31
%36.6
%28.09

CMYK color model

#898E6D color CMYK value is (4,0,23,44).

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

CMYK: (4,0,23,44)
C4M0Y23K44 (4%, 0%, 23%, 44%)
(0.04 / 0.00 / 0.23 / 0.44)

CMYK percentages

%3.52
%0
%23.24
%44.31

Codes

Color #898E6D in popluar color models

89 8E 6D
RGB 137 142 109
HSL 69° 13.15% 49.22%
HSB/HSV 69° 23.24% 55.69%
CMYK 3.52% 0.00% 23.24%
44.31%

Color #898E6D in popluar number systems.

HEX 89 8E 6D
Decimal 137 142 109
Binary 10001001 10001110 1101101
Octal 211 216 155

Shades and tints

Shades of #898E6D

#898E6D
(137,142,109)
#7D8264
(125,130,100)
#71765B
(113,118,91)
#656A52
(101,106,82)
#595E49
(89,94,73)
#4D5240
(77,82,64)
#414637
(65,70,55)
#353A2E
(53,58,46)
#292E25
(41,46,37)
#1D221C
(29,34,28)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #898E6D

#898E6D
(137,142,109)
#93987A
(147,152,122)
#9DA287
(157,162,135)
#A7AC94
(167,172,148)
#B1B6A1
(177,182,161)
#BBC0AE
(187,192,174)
#C5CABB
(197,202,187)
#CFD4C8
(207,212,200)
#D9DED5
(217,222,213)
#E3E8E2
(227,232,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898E6D; }

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

This text font color is #898E6D.

Background Color

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

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

This div background color is #898E6D.

Border color

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

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

This div border color is #898E6D.

Opacity

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

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

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

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

This text has shadow with #898E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898E6D.

Preview

Color preview on black background

This text has color #898E6D on black background.


Color preview on white background

This text has color #898E6D on white background.


Black color preview on #898E6D background

This text has black color on #898E6D background.


White color preview on #898E6D background

This text has white color on #898E6D background.


Related colors

Complementary color

Complementary color for #hex is #767192.


I love getcolorcode.com

Triadic colors

1 #6D898E and #8E6D89 with #898E6D are triadic colors.

2 #6D8E89 and #8E896D with #898E6D are triadic colors.