COLOR #82826C

HEX: #82826C RGB: (130,130,108)

Color info

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

RGB color model

#82826C color RGB value is (130,130,108).

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

RGB channels and saturation

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

130
130
108

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

Portions of RGB colors in percentages

R + G + B = 130 + 130 + 108 = 368 (100%)
R 130 of 368 ~ 35.33%
G 130 of 368 ~ 35.33%
B 108 of 368 ~ 29.35'%

%35.33
%35.33
%29.35

CMYK color model

#82826C color CMYK value is (0,0,17,49).

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

CMYK: (0,0,17,49)
C0M0Y17K49 (0%, 0%, 17%, 49%)
(0.00 / 0.00 / 0.17 / 0.49)

CMYK percentages

%0
%0
%16.92
%49.02

Codes

Color #82826C in popluar color models

82 82 6C
RGB 130 130 108
HSL 60° 9.24% 46.67%
HSB/HSV 60° 16.92% 50.98%
CMYK 0.00% 0.00% 16.92%
49.02%

Color #82826C in popluar number systems.

HEX 82 82 6C
Decimal 130 130 108
Binary 10000010 10000010 1101100
Octal 202 202 154

Shades and tints

Shades of #82826C

#82826C
(130,130,108)
#777763
(119,119,99)
#6C6C5A
(108,108,90)
#616151
(97,97,81)
#565648
(86,86,72)
#4B4B3F
(75,75,63)
#404036
(64,64,54)
#35352D
(53,53,45)
#2A2A24
(42,42,36)
#1F1F1B
(31,31,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #82826C

#82826C
(130,130,108)
#8D8D79
(141,141,121)
#989886
(152,152,134)
#A3A393
(163,163,147)
#AEAEA0
(174,174,160)
#B9B9AD
(185,185,173)
#C4C4BA
(196,196,186)
#CFCFC7
(207,207,199)
#DADAD4
(218,218,212)
#E5E5E1
(229,229,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82826C; }

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

This text font color is #82826C.

Background Color

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

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

This div background color is #82826C.

Border color

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

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

This div border color is #82826C.

Opacity

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

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

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

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

This text has shadow with #82826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82826C.

Preview

Color preview on black background

This text has color #82826C on black background.


Color preview on white background

This text has color #82826C on white background.


Black color preview on #82826C background

This text has black color on #82826C background.


White color preview on #82826C background

This text has white color on #82826C background.


Related colors

Complementary color

Complementary color for #hex is #7D7D93.


I love getcolorcode.com