COLOR #848082

HEX: #848082
RGB: (132,128,130)

Color info

#848082 contains red, green and blue colors in about the same proportion. Web safe color of #848082 is #996699 (or #969).

RGB color model

#848082 color RGB value is (132,128,130).

  • red value is 132;
  • green value is 128;
  • blue value is 130.
RGB:
(132,128,130)
(52%,50%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 128 of 255 = 50%
B 130 of 255 = 51%

132
128
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 128 + 130 = 390 (100%)
R 132 of 390 ~ 33.85%
G 128 of 390 ~ 32.82%
B 130 of 390 ~ 33.33%

%33.85
%32.82
%33.33

CMYK color model

#848082 color CMYK value is (0,3,2,48).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,3,2,48)
C0M3Y2K48 
(0%,3%,2%,48%)
(0.00/0.03/0.02/0.48)	

CMYK percentages

%0
%3.03
%1.52
%48.24

Codes

Color #848082 in popluar color models

848082
RGB132128130
HSL330°1.60%50.98%
HSB/HSV330°3.03%51.76%
CMYK0.00%3.03%1.52%
48.24%

Color #848082 in popluar number systems.

HEX848082
Decimal132128130
Binary100001001000000010000010
Octal204200202

Shades and tints

Shades of #848082

#848082
(132,128,130)
#787577
(120,117,119)
#6C6A6C
(108,106,108)
#605F61
(96,95,97)
#545456
(84,84,86)
#48494B
(72,73,75)
#3C3E40
(60,62,64)
#303335
(48,51,53)
#24282A
(36,40,42)
#181D1F
(24,29,31)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #848082

#848082
(132,128,130)
#8F8B8D
(143,139,141)
#9A9698
(154,150,152)
#A5A1A3
(165,161,163)
#B0ACAE
(176,172,174)
#BBB7B9
(187,183,185)
#C6C2C4
(198,194,196)
#D1CDCF
(209,205,207)
#DCD8DA
(220,216,218)
#E7E3E5
(231,227,229)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848082; }

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

This text font color is #848082.


Background Color

.myBgColor { background-color: #848082; }

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

This div background color is #848082.


Border color

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

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

This div border color is #848082.


Opacity

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

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

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

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

This text has shadow with #848082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848082 on black background.


Color preview on white background

This text has color #848082 on white background.



Black color preview on #848082 background

This text has black color on #848082 background.


White color preview on #848082 background

This text has white color on #848082 background.