COLOR #82848C

HEX: #82848C
RGB: (130,132,140)

Color info

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

RGB color model

#82848C color RGB value is (130,132,140).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 140 of 255 = 55%

130
132
140

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 140 = 402 (100%)
R 130 of 402 ~ 32.34%
G 132 of 402 ~ 32.84%
B 140 of 402 ~ 34.83%

%32.34
%32.84
%34.83

CMYK color model

#82848C color CMYK value is (7,6,0,45).

  • cyan value is 7.14%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(7,6,0,45)
C7M6Y0K45 
(7%,6%,0%,45%)
(0.07/0.06/0.00/0.45)	

CMYK percentages

%7.14
%5.71
%0
%45.1

Codes

Color #82848C in popluar color models

82848C
RGB130132140
HSL228°4.17%52.94%
HSB/HSV228°7.14%54.90%
CMYK7.14%5.71%0.00%
45.10%

Color #82848C in popluar number systems.

HEX82848C
Decimal130132140
Binary100000101000010010001100
Octal202204214

Shades and tints

Shades of #82848C

#82848C
(130,132,140)
#777880
(119,120,128)
#6C6C74
(108,108,116)
#616068
(97,96,104)
#56545C
(86,84,92)
#4B4850
(75,72,80)
#403C44
(64,60,68)
#353038
(53,48,56)
#2A242C
(42,36,44)
#1F1820
(31,24,32)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #82848C

#82848C
(130,132,140)
#8D8F96
(141,143,150)
#989AA0
(152,154,160)
#A3A5AA
(163,165,170)
#AEB0B4
(174,176,180)
#B9BBBE
(185,187,190)
#C4C6C8
(196,198,200)
#CFD1D2
(207,209,210)
#DADCDC
(218,220,220)
#E5E7E6
(229,231,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82848C; }

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

This text font color is #82848C.


Background Color

.myBgColor { background-color: #82848C; }

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

This div background color is #82848C.


Border color

.myBorderColor { border: 1px solid #82848C; }

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

This div border color is #82848C.


Opacity

.myOpacity80 { color: #82848C; opacity: 0.8; }

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

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

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

This text has shadow with #82848C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82848C on black background.


Color preview on white background

This text has color #82848C on white background.



Black color preview on #82848C background

This text has black color on #82848C background.


White color preview on #82848C background

This text has white color on #82848C background.