COLOR #898A62

HEX: #898A62
RGB: (137,138,98)

Color info

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

RGB color model

#898A62 color RGB value is (137,138,98).

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

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 98 of 255 = 38%

137
138
98

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

Portions of RGB colors in percentages

R + G + B =
137 + 138 + 98 = 373 (100%)
R 137 of 373 ~ 36.73%
G 138 of 373 ~ 37%
B 98 of 373 ~ 26.27%

%36.73
%37
%26.27

CMYK color model

#898A62 color CMYK value is (1,0,29,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(1,0,29,46)
C1M0Y29K46 
(1%,0%,29%,46%)
(0.01/0.00/0.29/0.46)	

CMYK percentages

%0.72
%0
%28.99
%45.88

Codes

Color #898A62 in popluar color models

898A62
RGB13713898
HSL62°16.95%46.27%
HSB/HSV62°28.99%54.12%
CMYK0.72%0.00%28.99%
45.88%

Color #898A62 in popluar number systems.

HEX898A62
Decimal13713898
Binary10001001100010101100010
Octal211212142

Shades and tints

Shades of #898A62

#898A62
(137,138,98)
#7D7E5A
(125,126,90)
#717252
(113,114,82)
#65664A
(101,102,74)
#595A42
(89,90,66)
#4D4E3A
(77,78,58)
#414232
(65,66,50)
#35362A
(53,54,42)
#292A22
(41,42,34)
#1D1E1A
(29,30,26)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #898A62

#898A62
(137,138,98)
#939470
(147,148,112)
#9D9E7E
(157,158,126)
#A7A88C
(167,168,140)
#B1B29A
(177,178,154)
#BBBCA8
(187,188,168)
#C5C6B6
(197,198,182)
#CFD0C4
(207,208,196)
#D9DAD2
(217,218,210)
#E3E4E0
(227,228,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A62; }

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

This text font color is #898A62.


Background Color

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

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

This div background color is #898A62.


Border color

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

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

This div border color is #898A62.


Opacity

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

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

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

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

This text has shadow with #898A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898A62 on black background.


Color preview on white background

This text has color #898A62 on white background.



Black color preview on #898A62 background

This text has black color on #898A62 background.


White color preview on #898A62 background

This text has white color on #898A62 background.