COLOR #828964

HEX: #828964
RGB: (130,137,100)

Color info

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

RGB color model

#828964 color RGB value is (130,137,100).

  • red value is 130;
  • green value is 137;
  • blue value is 100.
RGB:
(130,137,100)
(51%,54%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 100 of 255 = 39%

130
137
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 100 = 367 (100%)
R 130 of 367 ~ 35.42%
G 137 of 367 ~ 37.33%
B 100 of 367 ~ 27.25%

%35.42
%37.33
%27.25

CMYK color model

#828964 color CMYK value is (5,0,27,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 46.27%
CMYK:
(5,0,27,46)
C5M0Y27K46 
(5%,0%,27%,46%)
(0.05/0.00/0.27/0.46)	

CMYK percentages

%5.11
%0
%27.01
%46.27

Codes

Color #828964 in popluar color models

828964
RGB130137100
HSL71°15.61%46.47%
HSB/HSV71°27.01%53.73%
CMYK5.11%0.00%27.01%
46.27%

Color #828964 in popluar number systems.

HEX828964
Decimal130137100
Binary10000010100010011100100
Octal202211144

Shades and tints

Shades of #828964

#828964
(130,137,100)
#777D5B
(119,125,91)
#6C7152
(108,113,82)
#616549
(97,101,73)
#565940
(86,89,64)
#4B4D37
(75,77,55)
#40412E
(64,65,46)
#353525
(53,53,37)
#2A291C
(42,41,28)
#1F1D13
(31,29,19)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #828964

#828964
(130,137,100)
#8D9372
(141,147,114)
#989D80
(152,157,128)
#A3A78E
(163,167,142)
#AEB19C
(174,177,156)
#B9BBAA
(185,187,170)
#C4C5B8
(196,197,184)
#CFCFC6
(207,207,198)
#DAD9D4
(218,217,212)
#E5E3E2
(229,227,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828964; }

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

This text font color is #828964.


Background Color

.myBgColor { background-color: #828964; }

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

This div background color is #828964.


Border color

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

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

This div border color is #828964.


Opacity

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

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

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

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

This text has shadow with #828964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828964 on black background.


Color preview on white background

This text has color #828964 on white background.



Black color preview on #828964 background

This text has black color on #828964 background.


White color preview on #828964 background

This text has white color on #828964 background.