COLOR #898388

HEX: #898388
RGB: (137,131,136)

Color info

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

RGB color model

#898388 color RGB value is (137,131,136).

  • red value is 137;
  • green value is 131;
  • blue value is 136.
RGB:
(137,131,136)
(54%,51%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 136 of 255 = 53%

137
131
136

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 136 = 404 (100%)
R 137 of 404 ~ 33.91%
G 131 of 404 ~ 32.43%
B 136 of 404 ~ 33.66%

%33.91
%32.43
%33.66

CMYK color model

#898388 color CMYK value is (0,4,1,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(0,4,1,46)
C0M4Y1K46 
(0%,4%,1%,46%)
(0.00/0.04/0.01/0.46)	

CMYK percentages

%0
%4.38
%0.73
%46.27

Codes

Color #898388 in popluar color models

898388
RGB137131136
HSL310°2.48%52.55%
HSB/HSV310°4.38%53.73%
CMYK0.00%4.38%0.73%
46.27%

Color #898388 in popluar number systems.

HEX898388
Decimal137131136
Binary100010011000001110001000
Octal211203210

Shades and tints

Shades of #898388

#898388
(137,131,136)
#7D787C
(125,120,124)
#716D70
(113,109,112)
#656264
(101,98,100)
#595758
(89,87,88)
#4D4C4C
(77,76,76)
#414140
(65,65,64)
#353634
(53,54,52)
#292B28
(41,43,40)
#1D201C
(29,32,28)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #898388

#898388
(137,131,136)
#938E92
(147,142,146)
#9D999C
(157,153,156)
#A7A4A6
(167,164,166)
#B1AFB0
(177,175,176)
#BBBABA
(187,186,186)
#C5C5C4
(197,197,196)
#CFD0CE
(207,208,206)
#D9DBD8
(217,219,216)
#E3E6E2
(227,230,226)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898388; }

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

This text font color is #898388.


Background Color

.myBgColor { background-color: #898388; }

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

This div background color is #898388.


Border color

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

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

This div border color is #898388.


Opacity

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

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

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

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

This text has shadow with #898388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898388 on black background.


Color preview on white background

This text has color #898388 on white background.



Black color preview on #898388 background

This text has black color on #898388 background.


White color preview on #898388 background

This text has white color on #898388 background.