COLOR #828780

HEX: #828780 RGB: (130,135,128)

Color info

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

RGB color model

#828780 color RGB value is (130,135,128).

RGB: (130,135,128) (51%, 53%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 128 of 255 = 50%

130
135
128

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

Portions of RGB colors in percentages

R + G + B = 130 + 135 + 128 = 393 (100%)
R 130 of 393 ~ 33.08%
G 135 of 393 ~ 34.35%
B 128 of 393 ~ 32.57'%

%33.08
%34.35
%32.57

CMYK color model

#828780 color CMYK value is (4,0,5,47).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 47.06%

CMYK: (4,0,5,47)
C4M0Y5K47 (4%, 0%, 5%, 47%)
(0.04 / 0.00 / 0.05 / 0.47)

CMYK percentages

%3.7
%0
%5.19
%47.06

Codes

Color #828780 in popluar color models

82 87 80
RGB 130 135 128
HSL 103° 2.83% 51.57%
HSB/HSV 103° 5.19% 52.94%
CMYK 3.70% 0.00% 5.19%
47.06%

Color #828780 in popluar number systems.

HEX 82 87 80
Decimal 130 135 128
Binary 10000010 10000111 10000000
Octal 202 207 200

Shades and tints

Shades of #828780

#828780
(130,135,128)
#777B75
(119,123,117)
#6C6F6A
(108,111,106)
#61635F
(97,99,95)
#565754
(86,87,84)
#4B4B49
(75,75,73)
#403F3E
(64,63,62)
#353333
(53,51,51)
#2A2728
(42,39,40)
#1F1B1D
(31,27,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #828780

#828780
(130,135,128)
#8D918B
(141,145,139)
#989B96
(152,155,150)
#A3A5A1
(163,165,161)
#AEAFAC
(174,175,172)
#B9B9B7
(185,185,183)
#C4C3C2
(196,195,194)
#CFCDCD
(207,205,205)
#DAD7D8
(218,215,216)
#E5E1E3
(229,225,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828780; }

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

This text font color is #828780.

Background Color

.myBgColor { background-color: #828780; }

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

This div background color is #828780.

Border color

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

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

This div border color is #828780.

Opacity

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

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

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

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

This text has shadow with #828780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828780.

Preview

Color preview on black background

This text has color #828780 on black background.


Color preview on white background

This text has color #828780 on white background.


Black color preview on #828780 background

This text has black color on #828780 background.


White color preview on #828780 background

This text has white color on #828780 background.


Related colors

Complementary color

Complementary color for #hex is #7D787F.


I love getcolorcode.com

Triadic colors

1 #808287 and #878082 with #828780 are triadic colors.

2 #808782 and #878280 with #828780 are triadic colors.