COLOR #898565

HEX: #898565
RGB: (137,133,101)

Color info

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

RGB color model

#898565 color RGB value is (137,133,101).

  • red value is 137;
  • green value is 133;
  • blue value is 101.
RGB:
(137,133,101)
(54%,52%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 101 of 255 = 40%

137
133
101

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 101 = 371 (100%)
R 137 of 371 ~ 36.93%
G 133 of 371 ~ 35.85%
B 101 of 371 ~ 27.22%

%36.93
%35.85
%27.22

CMYK color model

#898565 color CMYK value is (0,3,26,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(0,3,26,46)
C0M3Y26K46 
(0%,3%,26%,46%)
(0.00/0.03/0.26/0.46)	

CMYK percentages

%0
%2.92
%26.28
%46.27

Codes

Color #898565 in popluar color models

898565
RGB137133101
HSL53°15.13%46.67%
HSB/HSV53°26.28%53.73%
CMYK0.00%2.92%26.28%
46.27%

Color #898565 in popluar number systems.

HEX898565
Decimal137133101
Binary10001001100001011100101
Octal211205145

Shades and tints

Shades of #898565

#898565
(137,133,101)
#7D795C
(125,121,92)
#716D53
(113,109,83)
#65614A
(101,97,74)
#595541
(89,85,65)
#4D4938
(77,73,56)
#413D2F
(65,61,47)
#353126
(53,49,38)
#29251D
(41,37,29)
#1D1914
(29,25,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #898565

#898565
(137,133,101)
#939073
(147,144,115)
#9D9B81
(157,155,129)
#A7A68F
(167,166,143)
#B1B19D
(177,177,157)
#BBBCAB
(187,188,171)
#C5C7B9
(197,199,185)
#CFD2C7
(207,210,199)
#D9DDD5
(217,221,213)
#E3E8E3
(227,232,227)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898565 color. Also use rgb(137,133,101) instead hex code.

Text Font Color

.myTextColor { color: #898565; }

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

This text font color is #898565.


Background Color

.myBgColor { background-color: #898565; }

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

This div background color is #898565.


Border color

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

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

This div border color is #898565.


Opacity

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

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

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

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

This text has shadow with #898565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898565 on black background.


Color preview on white background

This text has color #898565 on white background.



Black color preview on #898565 background

This text has black color on #898565 background.


White color preview on #898565 background

This text has white color on #898565 background.