COLOR #848489

HEX: #848489 RGB: (132,132,137)

Color info

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

RGB color model

#848489 color RGB value is (132,132,137).

RGB: (132,132,137) (52%, 52%, 54%)

RGB channels and saturation

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

132
132
137

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

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 137 = 401 (100%)
R 132 of 401 ~ 32.92%
G 132 of 401 ~ 32.92%
B 137 of 401 ~ 34.16'%

%32.92
%32.92
%34.16

CMYK color model

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

  • cyan value is 3.65%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (4,4,0,46)
C4M4Y0K46 (4%, 4%, 0%, 46%)
(0.04 / 0.04 / 0.00 / 0.46)

CMYK percentages

%3.65
%3.65
%0
%46.27

Codes

Color #848489 in popluar color models

84 84 89
RGB 132 132 137
HSL 240° 2.07% 52.75%
HSB/HSV 240° 3.65% 53.73%
CMYK 3.65% 3.65% 0.00%
46.27%

Color #848489 in popluar number systems.

HEX 84 84 89
Decimal 132 132 137
Binary 10000100 10000100 10001001
Octal 204 204 211

Shades and tints

Shades of #848489

#848489
(132,132,137)
#78787D
(120,120,125)
#6C6C71
(108,108,113)
#606065
(96,96,101)
#545459
(84,84,89)
#48484D
(72,72,77)
#3C3C41
(60,60,65)
#303035
(48,48,53)
#242429
(36,36,41)
#18181D
(24,24,29)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #848489

#848489
(132,132,137)
#8F8F93
(143,143,147)
#9A9A9D
(154,154,157)
#A5A5A7
(165,165,167)
#B0B0B1
(176,176,177)
#BBBBBB
(187,187,187)
#C6C6C5
(198,198,197)
#D1D1CF
(209,209,207)
#DCDCD9
(220,220,217)
#E7E7E3
(231,231,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848489; }

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

This text font color is #848489.

Background Color

.myBgColor { background-color: #848489; }

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

This div background color is #848489.

Border color

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

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

This div border color is #848489.

Opacity

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

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

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

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

This text has shadow with #848489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848489.

Preview

Color preview on black background

This text has color #848489 on black background.


Color preview on white background

This text has color #848489 on white background.


Black color preview on #848489 background

This text has black color on #848489 background.


White color preview on #848489 background

This text has white color on #848489 background.


Related colors

Complementary color

Complementary color for #hex is #7B7B76.


I love getcolorcode.com