COLOR #898764

HEX: #898764
RGB: (137,135,100)

Color info

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

RGB color model

#898764 color RGB value is (137,135,100).

  • red value is 137;
  • green value is 135;
  • blue value is 100.
RGB:
(137,135,100)
(54%,53%,39%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 100 of 255 = 39%

137
135
100

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 100 = 372 (100%)
R 137 of 372 ~ 36.83%
G 135 of 372 ~ 36.29%
B 100 of 372 ~ 26.88%

%36.83
%36.29
%26.88

CMYK color model

#898764 color CMYK value is (0,1,27,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(0,1,27,46)
C0M1Y27K46 
(0%,1%,27%,46%)
(0.00/0.01/0.27/0.46)	

CMYK percentages

%0
%1.46
%27.01
%46.27

Codes

Color #898764 in popluar color models

898764
RGB137135100
HSL57°15.61%46.47%
HSB/HSV57°27.01%53.73%
CMYK0.00%1.46%27.01%
46.27%

Color #898764 in popluar number systems.

HEX898764
Decimal137135100
Binary10001001100001111100100
Octal211207144

Shades and tints

Shades of #898764

#898764
(137,135,100)
#7D7B5B
(125,123,91)
#716F52
(113,111,82)
#656349
(101,99,73)
#595740
(89,87,64)
#4D4B37
(77,75,55)
#413F2E
(65,63,46)
#353325
(53,51,37)
#29271C
(41,39,28)
#1D1B13
(29,27,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #898764

#898764
(137,135,100)
#939172
(147,145,114)
#9D9B80
(157,155,128)
#A7A58E
(167,165,142)
#B1AF9C
(177,175,156)
#BBB9AA
(187,185,170)
#C5C3B8
(197,195,184)
#CFCDC6
(207,205,198)
#D9D7D4
(217,215,212)
#E3E1E2
(227,225,226)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898764 color. Also use rgb(137,135,100) instead hex code.

Text Font Color

.myTextColor { color: #898764; }

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

This text font color is #898764.


Background Color

.myBgColor { background-color: #898764; }

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

This div background color is #898764.


Border color

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

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

This div border color is #898764.


Opacity

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

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

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

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

This text has shadow with #898764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898764 on black background.


Color preview on white background

This text has color #898764 on white background.



Black color preview on #898764 background

This text has black color on #898764 background.


White color preview on #898764 background

This text has white color on #898764 background.