COLOR #848980

HEX: #848980 RGB: (132,137,128)

Color info

#848980 contains red, green and blue colors in about the same proportion. Web safe color of #848980 is #999966 (or #996).

RGB color model

#848980 color RGB value is (132,137,128).

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

RGB channels and saturation

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

132
137
128

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

Portions of RGB colors in percentages

R + G + B = 132 + 137 + 128 = 397 (100%)
R 132 of 397 ~ 33.25%
G 137 of 397 ~ 34.51%
B 128 of 397 ~ 32.24'%

%33.25
%34.51
%32.24

CMYK color model

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

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

CMYK: (4,0,7,46)
C4M0Y7K46 (4%, 0%, 7%, 46%)
(0.04 / 0.00 / 0.07 / 0.46)

CMYK percentages

%3.65
%0
%6.57
%46.27

Codes

Color #848980 in popluar color models

84 89 80
RGB 132 137 128
HSL 93° 3.67% 51.96%
HSB/HSV 93° 6.57% 53.73%
CMYK 3.65% 0.00% 6.57%
46.27%

Color #848980 in popluar number systems.

HEX 84 89 80
Decimal 132 137 128
Binary 10000100 10001001 10000000
Octal 204 211 200

Shades and tints

Shades of #848980

#848980
(132,137,128)
#787D75
(120,125,117)
#6C716A
(108,113,106)
#60655F
(96,101,95)
#545954
(84,89,84)
#484D49
(72,77,73)
#3C413E
(60,65,62)
#303533
(48,53,51)
#242928
(36,41,40)
#181D1D
(24,29,29)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #848980

#848980
(132,137,128)
#8F938B
(143,147,139)
#9A9D96
(154,157,150)
#A5A7A1
(165,167,161)
#B0B1AC
(176,177,172)
#BBBBB7
(187,187,183)
#C6C5C2
(198,197,194)
#D1CFCD
(209,207,205)
#DCD9D8
(220,217,216)
#E7E3E3
(231,227,227)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848980; }

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

This text font color is #848980.

Background Color

.myBgColor { background-color: #848980; }

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

This div background color is #848980.

Border color

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

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

This div border color is #848980.

Opacity

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

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

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

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

This text has shadow with #848980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848980.

Preview

Color preview on black background

This text has color #848980 on black background.


Color preview on white background

This text has color #848980 on white background.


Black color preview on #848980 background

This text has black color on #848980 background.


White color preview on #848980 background

This text has white color on #848980 background.


Related colors

Complementary color

Complementary color for #hex is #7B767F.


I love getcolorcode.com

Triadic colors

1 #808489 and #898084 with #848980 are triadic colors.

2 #808984 and #898480 with #848980 are triadic colors.