COLOR #898D7C

HEX: #898D7C
RGB: (137,141,124)

Color info

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

RGB color model

#898D7C color RGB value is (137,141,124).

  • red value is 137;
  • green value is 141;
  • blue value is 124.
RGB:
(137,141,124)
(54%,55%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 124 of 255 = 49%

137
141
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 124 = 402 (100%)
R 137 of 402 ~ 34.08%
G 141 of 402 ~ 35.07%
B 124 of 402 ~ 30.85%

%34.08
%35.07
%30.85

CMYK color model

#898D7C color CMYK value is (3,0,12,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(3,0,12,45)
C3M0Y12K45 
(3%,0%,12%,45%)
(0.03/0.00/0.12/0.45)	

CMYK percentages

%2.84
%0
%12.06
%44.71

Codes

Color #898D7C in popluar color models

898D7C
RGB137141124
HSL74°6.94%51.96%
HSB/HSV74°12.06%55.29%
CMYK2.84%0.00%12.06%
44.71%

Color #898D7C in popluar number systems.

HEX898D7C
Decimal137141124
Binary10001001100011011111100
Octal211215174

Shades and tints

Shades of #898D7C

#898D7C
(137,141,124)
#7D8171
(125,129,113)
#717566
(113,117,102)
#65695B
(101,105,91)
#595D50
(89,93,80)
#4D5145
(77,81,69)
#41453A
(65,69,58)
#35392F
(53,57,47)
#292D24
(41,45,36)
#1D2119
(29,33,25)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #898D7C

#898D7C
(137,141,124)
#939787
(147,151,135)
#9DA192
(157,161,146)
#A7AB9D
(167,171,157)
#B1B5A8
(177,181,168)
#BBBFB3
(187,191,179)
#C5C9BE
(197,201,190)
#CFD3C9
(207,211,201)
#D9DDD4
(217,221,212)
#E3E7DF
(227,231,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898D7C color. Also use rgb(137,141,124) instead hex code.

Text Font Color

.myTextColor { color: #898D7C; }

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

This text font color is #898D7C.


Background Color

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

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

This div background color is #898D7C.


Border color

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

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

This div border color is #898D7C.


Opacity

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

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

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

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

This text has shadow with #898D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D7C on black background.


Color preview on white background

This text has color #898D7C on white background.



Black color preview on #898D7C background

This text has black color on #898D7C background.


White color preview on #898D7C background

This text has white color on #898D7C background.