COLOR #828256

HEX: #828256 RGB: (130,130,86)

Color info

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

RGB color model

#828256 color RGB value is (130,130,86).

RGB: (130,130,86) (51%, 51%, 34%)

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 86 of 255 = 34%

130
130
86

R + G + B ~ 45%. #828256 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 130 + 86 = 346 (100%)
R 130 of 346 ~ 37.57%
G 130 of 346 ~ 37.57%
B 86 of 346 ~ 24.86'%

%37.57
%37.57
%24.86

CMYK color model

#828256 color CMYK value is (0,0,34,49).

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

CMYK: (0,0,34,49)
C0M0Y34K49 (0%, 0%, 34%, 49%)
(0.00 / 0.00 / 0.34 / 0.49)

CMYK percentages

%0
%0
%33.85
%49.02

Codes

Color #828256 in popluar color models

82 82 56
RGB 130 130 86
HSL 60° 20.37% 42.35%
HSB/HSV 60° 33.85% 50.98%
CMYK 0.00% 0.00% 33.85%
49.02%

Color #828256 in popluar number systems.

HEX 82 82 56
Decimal 130 130 86
Binary 10000010 10000010 1010110
Octal 202 202 126

Shades and tints

Shades of #828256

#828256
(130,130,86)
#77774F
(119,119,79)
#6C6C48
(108,108,72)
#616141
(97,97,65)
#56563A
(86,86,58)
#4B4B33
(75,75,51)
#40402C
(64,64,44)
#353525
(53,53,37)
#2A2A1E
(42,42,30)
#1F1F17
(31,31,23)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #828256

#828256
(130,130,86)
#8D8D65
(141,141,101)
#989874
(152,152,116)
#A3A383
(163,163,131)
#AEAE92
(174,174,146)
#B9B9A1
(185,185,161)
#C4C4B0
(196,196,176)
#CFCFBF
(207,207,191)
#DADACE
(218,218,206)
#E5E5DD
(229,229,221)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828256; }

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

This text font color is #828256.

Background Color

.myBgColor { background-color: #828256; }

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

This div background color is #828256.

Border color

.myBorderColor { border: 1px solid #828256; }

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

This div border color is #828256.

Opacity

.myOpacity80 { color: #828256; opacity: 0.8; }

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

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

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

This text has shadow with #828256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828256.

Preview

Color preview on black background

This text has color #828256 on black background.


Color preview on white background

This text has color #828256 on white background.


Black color preview on #828256 background

This text has black color on #828256 background.


White color preview on #828256 background

This text has white color on #828256 background.


Related colors

Complementary color

Complementary color for #hex is #7D7DA9.


I love getcolorcode.com