COLOR #82849A

HEX: #82849A
RGB: (130,132,154)

Color info

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

RGB color model

#82849A color RGB value is (130,132,154).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 154 of 255 = 60%

130
132
154

R + G + B ~ 54%. #82849A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 154 = 416 (100%)
R 130 of 416 ~ 31.25%
G 132 of 416 ~ 31.73%
B 154 of 416 ~ 37.02%

%31.25
%31.73
%37.02

CMYK color model

#82849A color CMYK value is (16,14,0,40).

  • cyan value is 15.58%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,14,0,40)
C16M14Y0K40 
(16%,14%,0%,40%)
(0.16/0.14/0.00/0.40)	

CMYK percentages

%15.58
%14.29
%0
%39.61

Codes

Color #82849A in popluar color models

82849A
RGB130132154
HSL235°10.62%55.69%
HSB/HSV235°15.58%60.39%
CMYK15.58%14.29%0.00%
39.61%

Color #82849A in popluar number systems.

HEX82849A
Decimal130132154
Binary100000101000010010011010
Octal202204232

Shades and tints

Shades of #82849A

#82849A
(130,132,154)
#77788C
(119,120,140)
#6C6C7E
(108,108,126)
#616070
(97,96,112)
#565462
(86,84,98)
#4B4854
(75,72,84)
#403C46
(64,60,70)
#353038
(53,48,56)
#2A242A
(42,36,42)
#1F181C
(31,24,28)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #82849A

#82849A
(130,132,154)
#8D8FA3
(141,143,163)
#989AAC
(152,154,172)
#A3A5B5
(163,165,181)
#AEB0BE
(174,176,190)
#B9BBC7
(185,187,199)
#C4C6D0
(196,198,208)
#CFD1D9
(207,209,217)
#DADCE2
(218,220,226)
#E5E7EB
(229,231,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82849A; }

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

This text font color is #82849A.


Background Color

.myBgColor { background-color: #82849A; }

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

This div background color is #82849A.


Border color

.myBorderColor { border: 1px solid #82849A; }

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

This div border color is #82849A.


Opacity

.myOpacity80 { color: #82849A; opacity: 0.8; }

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

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

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

This text has shadow with #82849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82849A on black background.


Color preview on white background

This text has color #82849A on white background.



Black color preview on #82849A background

This text has black color on #82849A background.


White color preview on #82849A background

This text has white color on #82849A background.