COLOR #898E5B

HEX: #898E5B
RGB: (137,142,91)

Color info

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

RGB color model

#898E5B color RGB value is (137,142,91).

  • red value is 137;
  • green value is 142;
  • blue value is 91.
RGB:
(137,142,91)
(54%,56%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 91 of 255 = 36%

137
142
91

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

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 91 = 370 (100%)
R 137 of 370 ~ 37.03%
G 142 of 370 ~ 38.38%
B 91 of 370 ~ 24.59%

%37.03
%38.38
%24.59

CMYK color model

#898E5B color CMYK value is (4,0,36,44).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 44.31%
CMYK:
(4,0,36,44)
C4M0Y36K44 
(4%,0%,36%,44%)
(0.04/0.00/0.36/0.44)	

CMYK percentages

%3.52
%0
%35.92
%44.31

Codes

Color #898E5B in popluar color models

898E5B
RGB13714291
HSL66°21.89%45.69%
HSB/HSV66°35.92%55.69%
CMYK3.52%0.00%35.92%
44.31%

Color #898E5B in popluar number systems.

HEX898E5B
Decimal13714291
Binary10001001100011101011011
Octal211216133

Shades and tints

Shades of #898E5B

#898E5B
(137,142,91)
#7D8253
(125,130,83)
#71764B
(113,118,75)
#656A43
(101,106,67)
#595E3B
(89,94,59)
#4D5233
(77,82,51)
#41462B
(65,70,43)
#353A23
(53,58,35)
#292E1B
(41,46,27)
#1D2213
(29,34,19)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #898E5B

#898E5B
(137,142,91)
#939869
(147,152,105)
#9DA277
(157,162,119)
#A7AC85
(167,172,133)
#B1B693
(177,182,147)
#BBC0A1
(187,192,161)
#C5CAAF
(197,202,175)
#CFD4BD
(207,212,189)
#D9DECB
(217,222,203)
#E3E8D9
(227,232,217)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898E5B color. Also use rgb(137,142,91) instead hex code.

Text Font Color

.myTextColor { color: #898E5B; }

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

This text font color is #898E5B.


Background Color

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

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

This div background color is #898E5B.


Border color

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

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

This div border color is #898E5B.


Opacity

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

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

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

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

This text has shadow with #898E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898E5B on black background.


Color preview on white background

This text has color #898E5B on white background.



Black color preview on #898E5B background

This text has black color on #898E5B background.


White color preview on #898E5B background

This text has white color on #898E5B background.