COLOR #898B5D

HEX: #898B5D
RGB: (137,139,93)

Color info

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

RGB color model

#898B5D color RGB value is (137,139,93).

  • red value is 137;
  • green value is 139;
  • blue value is 93.
RGB:
(137,139,93)
(54%,55%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 93 of 255 = 36%

137
139
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 93 = 369 (100%)
R 137 of 369 ~ 37.13%
G 139 of 369 ~ 37.67%
B 93 of 369 ~ 25.2%

%37.13
%37.67
%25.2

CMYK color model

#898B5D color CMYK value is (1,0,33,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(1,0,33,45)
C1M0Y33K45 
(1%,0%,33%,45%)
(0.01/0.00/0.33/0.45)	

CMYK percentages

%1.44
%0
%33.09
%45.49

Codes

Color #898B5D in popluar color models

898B5D
RGB13713993
HSL63°19.83%45.49%
HSB/HSV63°33.09%54.51%
CMYK1.44%0.00%33.09%
45.49%

Color #898B5D in popluar number systems.

HEX898B5D
Decimal13713993
Binary10001001100010111011101
Octal211213135

Shades and tints

Shades of #898B5D

#898B5D
(137,139,93)
#7D7F55
(125,127,85)
#71734D
(113,115,77)
#656745
(101,103,69)
#595B3D
(89,91,61)
#4D4F35
(77,79,53)
#41432D
(65,67,45)
#353725
(53,55,37)
#292B1D
(41,43,29)
#1D1F15
(29,31,21)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #898B5D

#898B5D
(137,139,93)
#93956B
(147,149,107)
#9D9F79
(157,159,121)
#A7A987
(167,169,135)
#B1B395
(177,179,149)
#BBBDA3
(187,189,163)
#C5C7B1
(197,199,177)
#CFD1BF
(207,209,191)
#D9DBCD
(217,219,205)
#E3E5DB
(227,229,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B5D color. Also use rgb(137,139,93) instead hex code.

Text Font Color

.myTextColor { color: #898B5D; }

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

This text font color is #898B5D.


Background Color

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

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

This div background color is #898B5D.


Border color

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

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

This div border color is #898B5D.


Opacity

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

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

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

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

This text has shadow with #898B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B5D on black background.


Color preview on white background

This text has color #898B5D on white background.



Black color preview on #898B5D background

This text has black color on #898B5D background.


White color preview on #898B5D background

This text has white color on #898B5D background.