COLOR #898C4C

HEX: #898C4C
RGB: (137,140,76)

Color info

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

RGB color model

#898C4C color RGB value is (137,140,76).

  • red value is 137;
  • green value is 140;
  • blue value is 76.
RGB:
(137,140,76)
(54%,55%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 76 of 255 = 30%

137
140
76

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 76 = 353 (100%)
R 137 of 353 ~ 38.81%
G 140 of 353 ~ 39.66%
B 76 of 353 ~ 21.53%

%38.81
%39.66
%21.53

CMYK color model

#898C4C color CMYK value is (2,0,46,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 45.10%
CMYK:
(2,0,46,45)
C2M0Y46K45 
(2%,0%,46%,45%)
(0.02/0.00/0.46/0.45)	

CMYK percentages

%2.14
%0
%45.71
%45.1

Codes

Color #898C4C in popluar color models

898C4C
RGB13714076
HSL63°29.63%42.35%
HSB/HSV63°45.71%54.90%
CMYK2.14%0.00%45.71%
45.10%

Color #898C4C in popluar number systems.

HEX898C4C
Decimal13714076
Binary10001001100011001001100
Octal211214114

Shades and tints

Shades of #898C4C

#898C4C
(137,140,76)
#7D8046
(125,128,70)
#717440
(113,116,64)
#65683A
(101,104,58)
#595C34
(89,92,52)
#4D502E
(77,80,46)
#414428
(65,68,40)
#353822
(53,56,34)
#292C1C
(41,44,28)
#1D2016
(29,32,22)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #898C4C

#898C4C
(137,140,76)
#93965C
(147,150,92)
#9DA06C
(157,160,108)
#A7AA7C
(167,170,124)
#B1B48C
(177,180,140)
#BBBE9C
(187,190,156)
#C5C8AC
(197,200,172)
#CFD2BC
(207,210,188)
#D9DCCC
(217,220,204)
#E3E6DC
(227,230,220)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898C4C color. Also use rgb(137,140,76) instead hex code.

Text Font Color

.myTextColor { color: #898C4C; }

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

This text font color is #898C4C.


Background Color

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

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

This div background color is #898C4C.


Border color

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

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

This div border color is #898C4C.


Opacity

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

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

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

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

This text has shadow with #898C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C4C on black background.


Color preview on white background

This text has color #898C4C on white background.



Black color preview on #898C4C background

This text has black color on #898C4C background.


White color preview on #898C4C background

This text has white color on #898C4C background.