COLOR #898595

HEX: #898595
RGB: (137,133,149)

Color info

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

RGB color model

#898595 color RGB value is (137,133,149).

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

RGB channels and saturation

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

137
133
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 149 = 419 (100%)
R 137 of 419 ~ 32.7%
G 133 of 419 ~ 31.74%
B 149 of 419 ~ 35.56%

%32.7
%31.74
%35.56

CMYK color model

#898595 color CMYK value is (8,11,0,42).

  • cyan value is 8.05%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,11,0,42)
C8M11Y0K42 
(8%,11%,0%,42%)
(0.08/0.11/0.00/0.42)	

CMYK percentages

%8.05
%10.74
%0
%41.57

Codes

Color #898595 in popluar color models

898595
RGB137133149
HSL255°7.02%55.29%
HSB/HSV255°10.74%58.43%
CMYK8.05%10.74%0.00%
41.57%

Color #898595 in popluar number systems.

HEX898595
Decimal137133149
Binary100010011000010110010101
Octal211205225

Shades and tints

Shades of #898595

#898595
(137,133,149)
#7D7988
(125,121,136)
#716D7B
(113,109,123)
#65616E
(101,97,110)
#595561
(89,85,97)
#4D4954
(77,73,84)
#413D47
(65,61,71)
#35313A
(53,49,58)
#29252D
(41,37,45)
#1D1920
(29,25,32)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #898595

#898595
(137,133,149)
#93909E
(147,144,158)
#9D9BA7
(157,155,167)
#A7A6B0
(167,166,176)
#B1B1B9
(177,177,185)
#BBBCC2
(187,188,194)
#C5C7CB
(197,199,203)
#CFD2D4
(207,210,212)
#D9DDDD
(217,221,221)
#E3E8E6
(227,232,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898595; }

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

This text font color is #898595.


Background Color

.myBgColor { background-color: #898595; }

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

This div background color is #898595.


Border color

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

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

This div border color is #898595.


Opacity

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

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

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

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

This text has shadow with #898595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898595 on black background.


Color preview on white background

This text has color #898595 on white background.



Black color preview on #898595 background

This text has black color on #898595 background.


White color preview on #898595 background

This text has white color on #898595 background.