COLOR #82847E

HEX: #82847E
RGB: (130,132,126)

Color info

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

RGB color model

#82847E color RGB value is (130,132,126).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 126 of 255 = 49%

130
132
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 126 = 388 (100%)
R 130 of 388 ~ 33.51%
G 132 of 388 ~ 34.02%
B 126 of 388 ~ 32.47%

%33.51
%34.02
%32.47

CMYK color model

#82847E color CMYK value is (2,0,5,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(2,0,5,48)
C2M0Y5K48 
(2%,0%,5%,48%)
(0.02/0.00/0.05/0.48)	

CMYK percentages

%1.52
%0
%4.55
%48.24

Codes

Color #82847E in popluar color models

82847E
RGB130132126
HSL80°2.38%50.59%
HSB/HSV80°4.55%51.76%
CMYK1.52%0.00%4.55%
48.24%

Color #82847E in popluar number systems.

HEX82847E
Decimal130132126
Binary10000010100001001111110
Octal202204176

Shades and tints

Shades of #82847E

#82847E
(130,132,126)
#777873
(119,120,115)
#6C6C68
(108,108,104)
#61605D
(97,96,93)
#565452
(86,84,82)
#4B4847
(75,72,71)
#403C3C
(64,60,60)
#353031
(53,48,49)
#2A2426
(42,36,38)
#1F181B
(31,24,27)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #82847E

#82847E
(130,132,126)
#8D8F89
(141,143,137)
#989A94
(152,154,148)
#A3A59F
(163,165,159)
#AEB0AA
(174,176,170)
#B9BBB5
(185,187,181)
#C4C6C0
(196,198,192)
#CFD1CB
(207,209,203)
#DADCD6
(218,220,214)
#E5E7E1
(229,231,225)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82847E; }

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

This text font color is #82847E.


Background Color

.myBgColor { background-color: #82847E; }

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

This div background color is #82847E.


Border color

.myBorderColor { border: 1px solid #82847E; }

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

This div border color is #82847E.


Opacity

.myOpacity80 { color: #82847E; opacity: 0.8; }

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

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

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

This text has shadow with #82847E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82847E on black background.


Color preview on white background

This text has color #82847E on white background.



Black color preview on #82847E background

This text has black color on #82847E background.


White color preview on #82847E background

This text has white color on #82847E background.