COLOR #82846F

HEX: #82846F
RGB: (130,132,111)

Color info

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

RGB color model

#82846F color RGB value is (130,132,111).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 111 of 255 = 44%

130
132
111

R + G + B ~ 49%. #82846F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 111 = 373 (100%)
R 130 of 373 ~ 34.85%
G 132 of 373 ~ 35.39%
B 111 of 373 ~ 29.76%

%34.85
%35.39
%29.76

CMYK color model

#82846F color CMYK value is (2,0,16,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(2,0,16,48)
C2M0Y16K48 
(2%,0%,16%,48%)
(0.02/0.00/0.16/0.48)	

CMYK percentages

%1.52
%0
%15.91
%48.24

Codes

Color #82846F in popluar color models

82846F
RGB130132111
HSL66°8.64%47.65%
HSB/HSV66°15.91%51.76%
CMYK1.52%0.00%15.91%
48.24%

Color #82846F in popluar number systems.

HEX82846F
Decimal130132111
Binary10000010100001001101111
Octal202204157

Shades and tints

Shades of #82846F

#82846F
(130,132,111)
#777865
(119,120,101)
#6C6C5B
(108,108,91)
#616051
(97,96,81)
#565447
(86,84,71)
#4B483D
(75,72,61)
#403C33
(64,60,51)
#353029
(53,48,41)
#2A241F
(42,36,31)
#1F1815
(31,24,21)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #82846F

#82846F
(130,132,111)
#8D8F7C
(141,143,124)
#989A89
(152,154,137)
#A3A596
(163,165,150)
#AEB0A3
(174,176,163)
#B9BBB0
(185,187,176)
#C4C6BD
(196,198,189)
#CFD1CA
(207,209,202)
#DADCD7
(218,220,215)
#E5E7E4
(229,231,228)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82846F; }

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

This text font color is #82846F.


Background Color

.myBgColor { background-color: #82846F; }

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

This div background color is #82846F.


Border color

.myBorderColor { border: 1px solid #82846F; }

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

This div border color is #82846F.


Opacity

.myOpacity80 { color: #82846F; opacity: 0.8; }

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

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

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

This text has shadow with #82846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82846F on black background.


Color preview on white background

This text has color #82846F on white background.



Black color preview on #82846F background

This text has black color on #82846F background.


White color preview on #82846F background

This text has white color on #82846F background.