COLOR #899385

HEX: #899385
RGB: (137,147,133)

Color info

#899385 contains red, green and blue colors in about the same proportion. Web safe color of #899385 is #999999 (or #999).

RGB color model

#899385 color RGB value is (137,147,133).

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

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 133 of 255 = 52%

137
147
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 133 = 417 (100%)
R 137 of 417 ~ 32.85%
G 147 of 417 ~ 35.25%
B 133 of 417 ~ 31.89%

%32.85
%35.25
%31.89

CMYK color model

#899385 color CMYK value is (7,0,10,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(7,0,10,42)
C7M0Y10K42 
(7%,0%,10%,42%)
(0.07/0.00/0.10/0.42)	

CMYK percentages

%6.8
%0
%9.52
%42.35

Codes

Color #899385 in popluar color models

899385
RGB137147133
HSL103°6.09%54.90%
HSB/HSV103°9.52%57.65%
CMYK6.80%0.00%9.52%
42.35%

Color #899385 in popluar number systems.

HEX899385
Decimal137147133
Binary100010011001001110000101
Octal211223205

Shades and tints

Shades of #899385

#899385
(137,147,133)
#7D8679
(125,134,121)
#71796D
(113,121,109)
#656C61
(101,108,97)
#595F55
(89,95,85)
#4D5249
(77,82,73)
#41453D
(65,69,61)
#353831
(53,56,49)
#292B25
(41,43,37)
#1D1E19
(29,30,25)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #899385

#899385
(137,147,133)
#939C90
(147,156,144)
#9DA59B
(157,165,155)
#A7AEA6
(167,174,166)
#B1B7B1
(177,183,177)
#BBC0BC
(187,192,188)
#C5C9C7
(197,201,199)
#CFD2D2
(207,210,210)
#D9DBDD
(217,219,221)
#E3E4E8
(227,228,232)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899385; }

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

This text font color is #899385.


Background Color

.myBgColor { background-color: #899385; }

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

This div background color is #899385.


Border color

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

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

This div border color is #899385.


Opacity

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

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

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

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

This text has shadow with #899385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899385 on black background.


Color preview on white background

This text has color #899385 on white background.



Black color preview on #899385 background

This text has black color on #899385 background.


White color preview on #899385 background

This text has white color on #899385 background.