COLOR #898E6C

HEX: #898E6C RGB: (137,142,108)

Color info

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

RGB color model

#898E6C color RGB value is (137,142,108).

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

RGB channels and saturation

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

137
142
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 108 = 387 (100%)
R 137 of 387 ~ 35.4%
G 142 of 387 ~ 36.69%
B 108 of 387 ~ 27.91'%

%35.4
%36.69
%27.91

CMYK color model

#898E6C color CMYK value is (4,0,24,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK: (4,0,24,44) C4M0Y24K44 (4%,0%,24%,44%) (0.04/0.00/0.24/0.44) 

CMYK percentages

%3.52
%0
%23.94
%44.31

Codes

Color #898E6C in popluar color models

89 8E 6C
RGB 137 142 108
HSL 69° 13.60% 49.02%
HSB/HSV 69° 23.94% 55.69%
CMYK 3.52% 0.00% 23.94%
44.31%

Color #898E6C in popluar number systems.

HEX 89 8E 6C
Decimal 137 142 108
Binary 10001001 10001110 1101100
Octal 211 216 154

Shades and tints

Shades of #898E6C

#898E6C
(137,142,108)
#7D8263
(125,130,99)
#71765A
(113,118,90)
#656A51
(101,106,81)
#595E48
(89,94,72)
#4D523F
(77,82,63)
#414636
(65,70,54)
#353A2D
(53,58,45)
#292E24
(41,46,36)
#1D221B
(29,34,27)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #898E6C

#898E6C
(137,142,108)
#939879
(147,152,121)
#9DA286
(157,162,134)
#A7AC93
(167,172,147)
#B1B6A0
(177,182,160)
#BBC0AD
(187,192,173)
#C5CABA
(197,202,186)
#CFD4C7
(207,212,199)
#D9DED4
(217,222,212)
#E3E8E1
(227,232,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898E6C; }

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

This text font color is #898E6C.

Background Color

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

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

This div background color is #898E6C.

Border color

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

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

This div border color is #898E6C.

Opacity

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

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

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

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

This text has shadow with #898E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898E6C.

Preview

Color preview on black background

This text has color #898E6C on black background.


Color preview on white background

This text has color #898E6C on white background.


Black color preview on #898E6C background

This text has black color on #898E6C background.


White color preview on #898E6C background

This text has white color on #898E6C background.


Related colors

Complementary color

Complementary color for #hex is #767193.


I love getcolorcode.com

Triadic colors

1 #6C898E and #8E6C89 with #898E6C are triadic colors.

2 #6C8E89 and #8E896C with #898E6C are triadic colors.