COLOR #898F4D

HEX: #898F4D RGB: (137,143,77)

Color info

#898F4D contains mainly red and green colors. Web safe color of #898F4D is #999933 (or #993).

RGB color model

#898F4D color RGB value is (137,143,77).

RGB: (137,143,77) (54%, 56%, 30%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 77 of 255 = 30%

137
143
77

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 77 = 357 (100%)
R 137 of 357 ~ 38.38%
G 143 of 357 ~ 40.06%
B 77 of 357 ~ 21.57'%

%38.38
%40.06
%21.57

CMYK color model

#898F4D color CMYK value is (4,0,46,44).

  • cyan value is 4.20%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 43.92%

CMYK: (4,0,46,44)
C4M0Y46K44 (4%, 0%, 46%, 44%)
(0.04 / 0.00 / 0.46 / 0.44)

CMYK percentages

%4.2
%0
%46.15
%43.92

Codes

Color #898F4D in popluar color models

89 8F 4D
RGB 137 143 77
HSL 65° 30.00% 43.14%
HSB/HSV 65° 46.15% 56.08%
CMYK 4.20% 0.00% 46.15%
43.92%

Color #898F4D in popluar number systems.

HEX 89 8F 4D
Decimal 137 143 77
Binary 10001001 10001111 1001101
Octal 211 217 115

Shades and tints

Shades of #898F4D

#898F4D
(137,143,77)
#7D8246
(125,130,70)
#71753F
(113,117,63)
#656838
(101,104,56)
#595B31
(89,91,49)
#4D4E2A
(77,78,42)
#414123
(65,65,35)
#35341C
(53,52,28)
#292715
(41,39,21)
#1D1A0E
(29,26,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #898F4D

#898F4D
(137,143,77)
#93995D
(147,153,93)
#9DA36D
(157,163,109)
#A7AD7D
(167,173,125)
#B1B78D
(177,183,141)
#BBC19D
(187,193,157)
#C5CBAD
(197,203,173)
#CFD5BD
(207,213,189)
#D9DFCD
(217,223,205)
#E3E9DD
(227,233,221)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898F4D color. Also use rgb(137,143,77) instead hex code.

Text Font Color

.myTextColor { color: #898F4D; }

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

This text font color is #898F4D.

Background Color

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

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

This div background color is #898F4D.

Border color

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

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

This div border color is #898F4D.

Opacity

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

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

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

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

This text has shadow with #898F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898F4D.

Preview

Color preview on black background

This text has color #898F4D on black background.


Color preview on white background

This text has color #898F4D on white background.


Black color preview on #898F4D background

This text has black color on #898F4D background.


White color preview on #898F4D background

This text has white color on #898F4D background.


Related colors

Complementary color

Complementary color for #hex is #7670B2.


I love getcolorcode.com

Triadic colors

1 #4D898F and #8F4D89 with #898F4D are triadic colors.

2 #4D8F89 and #8F894D with #898F4D are triadic colors.