COLOR #898067

HEX: #898067
RGB: (137,128,103)

Color info

#898067 contains red, green and blue colors in about the same proportion. Web safe color of #898067 is #996666 (or #966).

RGB color model

#898067 color RGB value is (137,128,103).

  • red value is 137;
  • green value is 128;
  • blue value is 103.
RGB:
(137,128,103)
(54%,50%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 103 of 255 = 40%

137
128
103

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 103 = 368 (100%)
R 137 of 368 ~ 37.23%
G 128 of 368 ~ 34.78%
B 103 of 368 ~ 27.99%

%37.23
%34.78
%27.99

CMYK color model

#898067 color CMYK value is (0,7,25,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(0,7,25,46)
C0M7Y25K46 
(0%,7%,25%,46%)
(0.00/0.07/0.25/0.46)	

CMYK percentages

%0
%6.57
%24.82
%46.27

Codes

Color #898067 in popluar color models

898067
RGB137128103
HSL44°14.17%47.06%
HSB/HSV44°24.82%53.73%
CMYK0.00%6.57%24.82%
46.27%

Color #898067 in popluar number systems.

HEX898067
Decimal137128103
Binary10001001100000001100111
Octal211200147

Shades and tints

Shades of #898067

#898067
(137,128,103)
#7D755E
(125,117,94)
#716A55
(113,106,85)
#655F4C
(101,95,76)
#595443
(89,84,67)
#4D493A
(77,73,58)
#413E31
(65,62,49)
#353328
(53,51,40)
#29281F
(41,40,31)
#1D1D16
(29,29,22)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #898067

#898067
(137,128,103)
#938B74
(147,139,116)
#9D9681
(157,150,129)
#A7A18E
(167,161,142)
#B1AC9B
(177,172,155)
#BBB7A8
(187,183,168)
#C5C2B5
(197,194,181)
#CFCDC2
(207,205,194)
#D9D8CF
(217,216,207)
#E3E3DC
(227,227,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898067 color. Also use rgb(137,128,103) instead hex code.

Text Font Color

.myTextColor { color: #898067; }

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

This text font color is #898067.


Background Color

.myBgColor { background-color: #898067; }

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

This div background color is #898067.


Border color

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

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

This div border color is #898067.


Opacity

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

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

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

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

This text has shadow with #898067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898067 on black background.


Color preview on white background

This text has color #898067 on white background.



Black color preview on #898067 background

This text has black color on #898067 background.


White color preview on #898067 background

This text has white color on #898067 background.