COLOR #899595

HEX: #899595
RGB: (137,149,149)

Color info

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

RGB color model

#899595 color RGB value is (137,149,149).

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

RGB channels and saturation

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

137
149
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 149 = 435 (100%)
R 137 of 435 ~ 31.49%
G 149 of 435 ~ 34.25%
B 149 of 435 ~ 34.25%

%31.49
%34.25
%34.25

CMYK color model

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

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

CMYK percentages

%8.05
%0
%0
%41.57

Codes

Color #899595 in popluar color models

899595
RGB137149149
HSL180°5.36%56.08%
HSB/HSV180°8.05%58.43%
CMYK8.05%0.00%0.00%
41.57%

Color #899595 in popluar number systems.

HEX899595
Decimal137149149
Binary100010011001010110010101
Octal211225225

Shades and tints

Shades of #899595

#899595
(137,149,149)
#7D8888
(125,136,136)
#717B7B
(113,123,123)
#656E6E
(101,110,110)
#596161
(89,97,97)
#4D5454
(77,84,84)
#414747
(65,71,71)
#353A3A
(53,58,58)
#292D2D
(41,45,45)
#1D2020
(29,32,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #899595

#899595
(137,149,149)
#939E9E
(147,158,158)
#9DA7A7
(157,167,167)
#A7B0B0
(167,176,176)
#B1B9B9
(177,185,185)
#BBC2C2
(187,194,194)
#C5CBCB
(197,203,203)
#CFD4D4
(207,212,212)
#D9DDDD
(217,221,221)
#E3E6E6
(227,230,230)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899595; }

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

This text font color is #899595.


Background Color

.myBgColor { background-color: #899595; }

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

This div background color is #899595.


Border color

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

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

This div border color is #899595.


Opacity

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

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

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

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

This text has shadow with #899595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899595 on black background.


Color preview on white background

This text has color #899595 on white background.



Black color preview on #899595 background

This text has black color on #899595 background.


White color preview on #899595 background

This text has white color on #899595 background.