COLOR #828970

HEX: #828970
RGB: (130,137,112)

Color info

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

RGB color model

#828970 color RGB value is (130,137,112).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 112 of 255 = 44%

130
137
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 112 = 379 (100%)
R 130 of 379 ~ 34.3%
G 137 of 379 ~ 36.15%
B 112 of 379 ~ 29.55%

%34.3
%36.15
%29.55

CMYK color model

#828970 color CMYK value is (5,0,18,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(5,0,18,46)
C5M0Y18K46 
(5%,0%,18%,46%)
(0.05/0.00/0.18/0.46)	

CMYK percentages

%5.11
%0
%18.25
%46.27

Codes

Color #828970 in popluar color models

828970
RGB130137112
HSL77°10.04%48.82%
HSB/HSV77°18.25%53.73%
CMYK5.11%0.00%18.25%
46.27%

Color #828970 in popluar number systems.

HEX828970
Decimal130137112
Binary10000010100010011110000
Octal202211160

Shades and tints

Shades of #828970

#828970
(130,137,112)
#777D66
(119,125,102)
#6C715C
(108,113,92)
#616552
(97,101,82)
#565948
(86,89,72)
#4B4D3E
(75,77,62)
#404134
(64,65,52)
#35352A
(53,53,42)
#2A2920
(42,41,32)
#1F1D16
(31,29,22)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #828970

#828970
(130,137,112)
#8D937D
(141,147,125)
#989D8A
(152,157,138)
#A3A797
(163,167,151)
#AEB1A4
(174,177,164)
#B9BBB1
(185,187,177)
#C4C5BE
(196,197,190)
#CFCFCB
(207,207,203)
#DAD9D8
(218,217,216)
#E5E3E5
(229,227,229)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828970; }

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

This text font color is #828970.


Background Color

.myBgColor { background-color: #828970; }

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

This div background color is #828970.


Border color

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

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

This div border color is #828970.


Opacity

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

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

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

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

This text has shadow with #828970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828970 on black background.


Color preview on white background

This text has color #828970 on white background.



Black color preview on #828970 background

This text has black color on #828970 background.


White color preview on #828970 background

This text has white color on #828970 background.