COLOR #82846A

HEX: #82846A
RGB: (130,132,106)

Color info

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

RGB color model

#82846A color RGB value is (130,132,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 106 of 255 = 42%

130
132
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 106 = 368 (100%)
R 130 of 368 ~ 35.33%
G 132 of 368 ~ 35.87%
B 106 of 368 ~ 28.8%

%35.33
%35.87
%28.8

CMYK color model

#82846A color CMYK value is (2,0,20,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(2,0,20,48)
C2M0Y20K48 
(2%,0%,20%,48%)
(0.02/0.00/0.20/0.48)	

CMYK percentages

%1.52
%0
%19.7
%48.24

Codes

Color #82846A in popluar color models

82846A
RGB130132106
HSL65°10.92%46.67%
HSB/HSV65°19.70%51.76%
CMYK1.52%0.00%19.70%
48.24%

Color #82846A in popluar number systems.

HEX82846A
Decimal130132106
Binary10000010100001001101010
Octal202204152

Shades and tints

Shades of #82846A

#82846A
(130,132,106)
#777861
(119,120,97)
#6C6C58
(108,108,88)
#61604F
(97,96,79)
#565446
(86,84,70)
#4B483D
(75,72,61)
#403C34
(64,60,52)
#35302B
(53,48,43)
#2A2422
(42,36,34)
#1F1819
(31,24,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #82846A

#82846A
(130,132,106)
#8D8F77
(141,143,119)
#989A84
(152,154,132)
#A3A591
(163,165,145)
#AEB09E
(174,176,158)
#B9BBAB
(185,187,171)
#C4C6B8
(196,198,184)
#CFD1C5
(207,209,197)
#DADCD2
(218,220,210)
#E5E7DF
(229,231,223)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82846A; }

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

This text font color is #82846A.


Background Color

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

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

This div background color is #82846A.


Border color

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

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

This div border color is #82846A.


Opacity

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

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

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

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

This text has shadow with #82846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82846A on black background.


Color preview on white background

This text has color #82846A on white background.



Black color preview on #82846A background

This text has black color on #82846A background.


White color preview on #82846A background

This text has white color on #82846A background.