COLOR #898362

HEX: #898362
RGB: (137,131,98)

Color info

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

RGB color model

#898362 color RGB value is (137,131,98).

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

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 98 of 255 = 38%

137
131
98

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 98 = 366 (100%)
R 137 of 366 ~ 37.43%
G 131 of 366 ~ 35.79%
B 98 of 366 ~ 26.78%

%37.43
%35.79
%26.78

CMYK color model

#898362 color CMYK value is (0,4,28,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 28.47%
  • key color value is 46.27%
CMYK:
(0,4,28,46)
C0M4Y28K46 
(0%,4%,28%,46%)
(0.00/0.04/0.28/0.46)	

CMYK percentages

%0
%4.38
%28.47
%46.27

Codes

Color #898362 in popluar color models

898362
RGB13713198
HSL51°16.60%46.08%
HSB/HSV51°28.47%53.73%
CMYK0.00%4.38%28.47%
46.27%

Color #898362 in popluar number systems.

HEX898362
Decimal13713198
Binary10001001100000111100010
Octal211203142

Shades and tints

Shades of #898362

#898362
(137,131,98)
#7D785A
(125,120,90)
#716D52
(113,109,82)
#65624A
(101,98,74)
#595742
(89,87,66)
#4D4C3A
(77,76,58)
#414132
(65,65,50)
#35362A
(53,54,42)
#292B22
(41,43,34)
#1D201A
(29,32,26)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #898362

#898362
(137,131,98)
#938E70
(147,142,112)
#9D997E
(157,153,126)
#A7A48C
(167,164,140)
#B1AF9A
(177,175,154)
#BBBAA8
(187,186,168)
#C5C5B6
(197,197,182)
#CFD0C4
(207,208,196)
#D9DBD2
(217,219,210)
#E3E6E0
(227,230,224)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898362; }

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

This text font color is #898362.


Background Color

.myBgColor { background-color: #898362; }

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

This div background color is #898362.


Border color

.myBorderColor { border: 1px solid #898362; }

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

This div border color is #898362.


Opacity

.myOpacity80 { color: #898362; opacity: 0.8; }

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

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

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

This text has shadow with #898362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898362 on black background.


Color preview on white background

This text has color #898362 on white background.



Black color preview on #898362 background

This text has black color on #898362 background.


White color preview on #898362 background

This text has white color on #898362 background.