COLOR #828279

HEX: #828279
RGB: (130,130,121)

Color info

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

RGB color model

#828279 color RGB value is (130,130,121).

  • red value is 130;
  • green value is 130;
  • blue value is 121.
RGB:
(130,130,121)
(51%,51%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 121 of 255 = 47%

130
130
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 121 = 381 (100%)
R 130 of 381 ~ 34.12%
G 130 of 381 ~ 34.12%
B 121 of 381 ~ 31.76%

%34.12
%34.12
%31.76

CMYK color model

#828279 color CMYK value is (0,0,7,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,0,7,49)
C0M0Y7K49 
(0%,0%,7%,49%)
(0.00/0.00/0.07/0.49)	

CMYK percentages

%0
%0
%6.92
%49.02

Codes

Color #828279 in popluar color models

828279
RGB130130121
HSL60°3.59%49.22%
HSB/HSV60°6.92%50.98%
CMYK0.00%0.00%6.92%
49.02%

Color #828279 in popluar number systems.

HEX828279
Decimal130130121
Binary10000010100000101111001
Octal202202171

Shades and tints

Shades of #828279

#828279
(130,130,121)
#77776E
(119,119,110)
#6C6C63
(108,108,99)
#616158
(97,97,88)
#56564D
(86,86,77)
#4B4B42
(75,75,66)
#404037
(64,64,55)
#35352C
(53,53,44)
#2A2A21
(42,42,33)
#1F1F16
(31,31,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #828279

#828279
(130,130,121)
#8D8D85
(141,141,133)
#989891
(152,152,145)
#A3A39D
(163,163,157)
#AEAEA9
(174,174,169)
#B9B9B5
(185,185,181)
#C4C4C1
(196,196,193)
#CFCFCD
(207,207,205)
#DADAD9
(218,218,217)
#E5E5E5
(229,229,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828279; }

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

This text font color is #828279.


Background Color

.myBgColor { background-color: #828279; }

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

This div background color is #828279.


Border color

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

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

This div border color is #828279.


Opacity

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

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

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

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

This text has shadow with #828279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828279 on black background.


Color preview on white background

This text has color #828279 on white background.



Black color preview on #828279 background

This text has black color on #828279 background.


White color preview on #828279 background

This text has white color on #828279 background.