COLOR #828259

HEX: #828259 RGB: (130,130,89)

Color info

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

RGB color model

#828259 color RGB value is (130,130,89).

RGB: (130,130,89) (51%, 51%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 89 of 255 = 35%

130
130
89

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

Portions of RGB colors in percentages

R + G + B = 130 + 130 + 89 = 349 (100%)
R 130 of 349 ~ 37.25%
G 130 of 349 ~ 37.25%
B 89 of 349 ~ 25.5'%

%37.25
%37.25
%25.5

CMYK color model

#828259 color CMYK value is (0,0,32,49).

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

CMYK: (0,0,32,49)
C0M0Y32K49 (0%, 0%, 32%, 49%)
(0.00 / 0.00 / 0.32 / 0.49)

CMYK percentages

%0
%0
%31.54
%49.02

Codes

Color #828259 in popluar color models

82 82 59
RGB 130 130 89
HSL 60° 18.72% 42.94%
HSB/HSV 60° 31.54% 50.98%
CMYK 0.00% 0.00% 31.54%
49.02%

Color #828259 in popluar number systems.

HEX 82 82 59
Decimal 130 130 89
Binary 10000010 10000010 1011001
Octal 202 202 131

Shades and tints

Shades of #828259

#828259
(130,130,89)
#777751
(119,119,81)
#6C6C49
(108,108,73)
#616141
(97,97,65)
#565639
(86,86,57)
#4B4B31
(75,75,49)
#404029
(64,64,41)
#353521
(53,53,33)
#2A2A19
(42,42,25)
#1F1F11
(31,31,17)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #828259

#828259
(130,130,89)
#8D8D68
(141,141,104)
#989877
(152,152,119)
#A3A386
(163,163,134)
#AEAE95
(174,174,149)
#B9B9A4
(185,185,164)
#C4C4B3
(196,196,179)
#CFCFC2
(207,207,194)
#DADAD1
(218,218,209)
#E5E5E0
(229,229,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828259; }

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

This text font color is #828259.

Background Color

.myBgColor { background-color: #828259; }

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

This div background color is #828259.

Border color

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

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

This div border color is #828259.

Opacity

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

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

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

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

This text has shadow with #828259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828259.

Preview

Color preview on black background

This text has color #828259 on black background.


Color preview on white background

This text has color #828259 on white background.


Black color preview on #828259 background

This text has black color on #828259 background.


White color preview on #828259 background

This text has white color on #828259 background.


Related colors

Complementary color

Complementary color for #hex is #7D7DA6.


I love getcolorcode.com