COLOR #898653

HEX: #898653
RGB: (137,134,83)

Color info

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

RGB color model

#898653 color RGB value is (137,134,83).

  • red value is 137;
  • green value is 134;
  • blue value is 83.
RGB:
(137,134,83)
(54%,53%,33%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 83 of 255 = 33%

137
134
83

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 83 = 354 (100%)
R 137 of 354 ~ 38.7%
G 134 of 354 ~ 37.85%
B 83 of 354 ~ 23.45%

%38.7
%37.85
%23.45

CMYK color model

#898653 color CMYK value is (0,2,39,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(0,2,39,46)
C0M2Y39K46 
(0%,2%,39%,46%)
(0.00/0.02/0.39/0.46)	

CMYK percentages

%0
%2.19
%39.42
%46.27

Codes

Color #898653 in popluar color models

898653
RGB13713483
HSL57°24.55%43.14%
HSB/HSV57°39.42%53.73%
CMYK0.00%2.19%39.42%
46.27%

Color #898653 in popluar number systems.

HEX898653
Decimal13713483
Binary10001001100001101010011
Octal211206123

Shades and tints

Shades of #898653

#898653
(137,134,83)
#7D7A4C
(125,122,76)
#716E45
(113,110,69)
#65623E
(101,98,62)
#595637
(89,86,55)
#4D4A30
(77,74,48)
#413E29
(65,62,41)
#353222
(53,50,34)
#29261B
(41,38,27)
#1D1A14
(29,26,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #898653

#898653
(137,134,83)
#939162
(147,145,98)
#9D9C71
(157,156,113)
#A7A780
(167,167,128)
#B1B28F
(177,178,143)
#BBBD9E
(187,189,158)
#C5C8AD
(197,200,173)
#CFD3BC
(207,211,188)
#D9DECB
(217,222,203)
#E3E9DA
(227,233,218)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898653 color. Also use rgb(137,134,83) instead hex code.

Text Font Color

.myTextColor { color: #898653; }

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

This text font color is #898653.


Background Color

.myBgColor { background-color: #898653; }

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

This div background color is #898653.


Border color

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

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

This div border color is #898653.


Opacity

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

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

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

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

This text has shadow with #898653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898653 on black background.


Color preview on white background

This text has color #898653 on white background.



Black color preview on #898653 background

This text has black color on #898653 background.


White color preview on #898653 background

This text has white color on #898653 background.