COLOR #82826A

HEX: #82826A RGB: (130,130,106)

Color info

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

RGB color model

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

RGB: (130,130,106) (51%, 51%, 42%)

RGB channels and saturation

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

130
130
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 130 + 106 = 366 (100%)
R 130 of 366 ~ 35.52%
G 130 of 366 ~ 35.52%
B 106 of 366 ~ 28.96'%

%35.52
%35.52
%28.96

CMYK color model

#82826A color CMYK value is (0,0,18,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 49.02%

CMYK: (0,0,18,49)
C0M0Y18K49 (0%, 0%, 18%, 49%)
(0.00 / 0.00 / 0.18 / 0.49)

CMYK percentages

%0
%0
%18.46
%49.02

Codes

Color #82826A in popluar color models

82 82 6A
RGB 130 130 106
HSL 60° 10.17% 46.27%
HSB/HSV 60° 18.46% 50.98%
CMYK 0.00% 0.00% 18.46%
49.02%

Color #82826A in popluar number systems.

HEX 82 82 6A
Decimal 130 130 106
Binary 10000010 10000010 1101010
Octal 202 202 152

Shades and tints

Shades of #82826A

#82826A
(130,130,106)
#777761
(119,119,97)
#6C6C58
(108,108,88)
#61614F
(97,97,79)
#565646
(86,86,70)
#4B4B3D
(75,75,61)
#404034
(64,64,52)
#35352B
(53,53,43)
#2A2A22
(42,42,34)
#1F1F19
(31,31,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82826A

#82826A
(130,130,106)
#8D8D77
(141,141,119)
#989884
(152,152,132)
#A3A391
(163,163,145)
#AEAE9E
(174,174,158)
#B9B9AB
(185,185,171)
#C4C4B8
(196,196,184)
#CFCFC5
(207,207,197)
#DADAD2
(218,218,210)
#E5E5DF
(229,229,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82826A; }

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

This text font color is #82826A.

Background Color

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

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

This div background color is #82826A.

Border color

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

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

This div border color is #82826A.

Opacity

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

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

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

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

This text has shadow with #82826A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82826A.

Preview

Color preview on black background

This text has color #82826A on black background.


Color preview on white background

This text has color #82826A on white background.


Black color preview on #82826A background

This text has black color on #82826A background.


White color preview on #82826A background

This text has white color on #82826A background.


Related colors

Complementary color

Complementary color for #hex is #7D7D95.


I love getcolorcode.com