COLOR #849589

HEX: #849589
RGB: (132,149,137)

Color info

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

RGB color model

#849589 color RGB value is (132,149,137).

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

RGB channels and saturation

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

132
149
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 137 = 418 (100%)
R 132 of 418 ~ 31.58%
G 149 of 418 ~ 35.65%
B 137 of 418 ~ 32.78%

%31.58
%35.65
%32.78

CMYK color model

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

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

CMYK percentages

%11.41
%0
%8.05
%41.57

Codes

Color #849589 in popluar color models

849589
RGB132149137
HSL138°7.42%55.10%
HSB/HSV138°11.41%58.43%
CMYK11.41%0.00%8.05%
41.57%

Color #849589 in popluar number systems.

HEX849589
Decimal132149137
Binary100001001001010110001001
Octal204225211

Shades and tints

Shades of #849589

#849589
(132,149,137)
#78887D
(120,136,125)
#6C7B71
(108,123,113)
#606E65
(96,110,101)
#546159
(84,97,89)
#48544D
(72,84,77)
#3C4741
(60,71,65)
#303A35
(48,58,53)
#242D29
(36,45,41)
#18201D
(24,32,29)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #849589

#849589
(132,149,137)
#8F9E93
(143,158,147)
#9AA79D
(154,167,157)
#A5B0A7
(165,176,167)
#B0B9B1
(176,185,177)
#BBC2BB
(187,194,187)
#C6CBC5
(198,203,197)
#D1D4CF
(209,212,207)
#DCDDD9
(220,221,217)
#E7E6E3
(231,230,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849589; }

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

This text font color is #849589.


Background Color

.myBgColor { background-color: #849589; }

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

This div background color is #849589.


Border color

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

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

This div border color is #849589.


Opacity

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

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

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

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

This text has shadow with #849589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849589 on black background.


Color preview on white background

This text has color #849589 on white background.



Black color preview on #849589 background

This text has black color on #849589 background.


White color preview on #849589 background

This text has white color on #849589 background.