COLOR #898864

HEX: #898864 RGB: (137,136,100)

Color info

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

RGB color model

#898864 color RGB value is (137,136,100).

RGB: (137,136,100) (54%, 53%, 39%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 100 of 255 = 39%

137
136
100

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

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 100 = 373 (100%)
R 137 of 373 ~ 36.73%
G 136 of 373 ~ 36.46%
B 100 of 373 ~ 26.81'%

%36.73
%36.46
%26.81

CMYK color model

#898864 color CMYK value is (0,1,27,46).

  • cyan value is 0.00%
  • magenta value is 0.73%
  • yellow value is 27.01%
  • key color value is 46.27%

CMYK: (0,1,27,46)
C0M1Y27K46 (0%, 1%, 27%, 46%)
(0.00 / 0.01 / 0.27 / 0.46)

CMYK percentages

%0
%0.73
%27.01
%46.27

Codes

Color #898864 in popluar color models

89 88 64
RGB 137 136 100
HSL 58° 15.61% 46.47%
HSB/HSV 58° 27.01% 53.73%
CMYK 0.00% 0.73% 27.01%
46.27%

Color #898864 in popluar number systems.

HEX 89 88 64
Decimal 137 136 100
Binary 10001001 10001000 1100100
Octal 211 210 144

Shades and tints

Shades of #898864

#898864
(137,136,100)
#7D7C5B
(125,124,91)
#717052
(113,112,82)
#656449
(101,100,73)
#595840
(89,88,64)
#4D4C37
(77,76,55)
#41402E
(65,64,46)
#353425
(53,52,37)
#29281C
(41,40,28)
#1D1C13
(29,28,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #898864

#898864
(137,136,100)
#939272
(147,146,114)
#9D9C80
(157,156,128)
#A7A68E
(167,166,142)
#B1B09C
(177,176,156)
#BBBAAA
(187,186,170)
#C5C4B8
(197,196,184)
#CFCEC6
(207,206,198)
#D9D8D4
(217,216,212)
#E3E2E2
(227,226,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898864 color. Also use rgb(137,136,100) instead hex code.

Text Font Color

.myTextColor { color: #898864; }

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

This text font color is #898864.

Background Color

.myBgColor { background-color: #898864; }

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

This div background color is #898864.

Border color

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

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

This div border color is #898864.

Opacity

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

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

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

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

This text has shadow with #898864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898864.

Preview

Color preview on black background

This text has color #898864 on black background.


Color preview on white background

This text has color #898864 on white background.


Black color preview on #898864 background

This text has black color on #898864 background.


White color preview on #898864 background

This text has white color on #898864 background.


Related colors

Complementary color

Complementary color for #hex is #76779B.


I love getcolorcode.com

Triadic colors

1 #648988 and #886489 with #898864 are triadic colors.

2 #648889 and #888964 with #898864 are triadic colors.