COLOR #898A5D

HEX: #898A5D
RGB: (137,138,93)

Color info

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

RGB color model

#898A5D color RGB value is (137,138,93).

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

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 93 of 255 = 36%

137
138
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 138 + 93 = 368 (100%)
R 137 of 368 ~ 37.23%
G 138 of 368 ~ 37.5%
B 93 of 368 ~ 25.27%

%37.23
%37.5
%25.27

CMYK color model

#898A5D color CMYK value is (1,0,33,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(1,0,33,46)
C1M0Y33K46 
(1%,0%,33%,46%)
(0.01/0.00/0.33/0.46)	

CMYK percentages

%0.72
%0
%32.61
%45.88

Codes

Color #898A5D in popluar color models

898A5D
RGB13713893
HSL61°19.48%45.29%
HSB/HSV61°32.61%54.12%
CMYK0.72%0.00%32.61%
45.88%

Color #898A5D in popluar number systems.

HEX898A5D
Decimal13713893
Binary10001001100010101011101
Octal211212135

Shades and tints

Shades of #898A5D

#898A5D
(137,138,93)
#7D7E55
(125,126,85)
#71724D
(113,114,77)
#656645
(101,102,69)
#595A3D
(89,90,61)
#4D4E35
(77,78,53)
#41422D
(65,66,45)
#353625
(53,54,37)
#292A1D
(41,42,29)
#1D1E15
(29,30,21)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #898A5D

#898A5D
(137,138,93)
#93946B
(147,148,107)
#9D9E79
(157,158,121)
#A7A887
(167,168,135)
#B1B295
(177,178,149)
#BBBCA3
(187,188,163)
#C5C6B1
(197,198,177)
#CFD0BF
(207,208,191)
#D9DACD
(217,218,205)
#E3E4DB
(227,228,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A5D; }

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

This text font color is #898A5D.


Background Color

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

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

This div background color is #898A5D.


Border color

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

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

This div border color is #898A5D.


Opacity

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

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

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

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

This text has shadow with #898A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898A5D on black background.


Color preview on white background

This text has color #898A5D on white background.



Black color preview on #898A5D background

This text has black color on #898A5D background.


White color preview on #898A5D background

This text has white color on #898A5D background.