COLOR #898A54

HEX: #898A54 RGB: (137,138,84)

Color info

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

RGB color model

#898A54 color RGB value is (137,138,84).

RGB: (137,138,84) (54%, 54%, 33%)

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 84 of 255 = 33%

137
138
84

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

Portions of RGB colors in percentages

R + G + B = 137 + 138 + 84 = 359 (100%)
R 137 of 359 ~ 38.16%
G 138 of 359 ~ 38.44%
B 84 of 359 ~ 23.4'%

%38.16
%38.44
%23.4

CMYK color model

#898A54 color CMYK value is (1,0,39,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 45.88%

CMYK: (1,0,39,46)
C1M0Y39K46 (1%, 0%, 39%, 46%)
(0.01 / 0.00 / 0.39 / 0.46)

CMYK percentages

%0.72
%0
%39.13
%45.88

Codes

Color #898A54 in popluar color models

89 8A 54
RGB 137 138 84
HSL 61° 24.32% 43.53%
HSB/HSV 61° 39.13% 54.12%
CMYK 0.72% 0.00% 39.13%
45.88%

Color #898A54 in popluar number systems.

HEX 89 8A 54
Decimal 137 138 84
Binary 10001001 10001010 1010100
Octal 211 212 124

Shades and tints

Shades of #898A54

#898A54
(137,138,84)
#7D7E4D
(125,126,77)
#717246
(113,114,70)
#65663F
(101,102,63)
#595A38
(89,90,56)
#4D4E31
(77,78,49)
#41422A
(65,66,42)
#353623
(53,54,35)
#292A1C
(41,42,28)
#1D1E15
(29,30,21)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #898A54

#898A54
(137,138,84)
#939463
(147,148,99)
#9D9E72
(157,158,114)
#A7A881
(167,168,129)
#B1B290
(177,178,144)
#BBBC9F
(187,188,159)
#C5C6AE
(197,198,174)
#CFD0BD
(207,208,189)
#D9DACC
(217,218,204)
#E3E4DB
(227,228,219)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898A54 color. Also use rgb(137,138,84) instead hex code.

Text Font Color

.myTextColor { color: #898A54; }

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

This text font color is #898A54.

Background Color

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

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

This div background color is #898A54.

Border color

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

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

This div border color is #898A54.

Opacity

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

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

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

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

This text has shadow with #898A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898A54.

Preview

Color preview on black background

This text has color #898A54 on black background.


Color preview on white background

This text has color #898A54 on white background.


Black color preview on #898A54 background

This text has black color on #898A54 background.


White color preview on #898A54 background

This text has white color on #898A54 background.


Related colors

Complementary color

Complementary color for #hex is #7675AB.


I love getcolorcode.com

Triadic colors

1 #54898A and #8A5489 with #898A54 are triadic colors.

2 #548A89 and #8A8954 with #898A54 are triadic colors.