COLOR #828B7A

HEX: #828B7A RGB: (130,139,122)

Color info

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

RGB color model

#828B7A color RGB value is (130,139,122).

RGB: (130,139,122) (51%, 55%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 139 of 255 = 55%
B 122 of 255 = 48%

130
139
122

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

Portions of RGB colors in percentages

R + G + B = 130 + 139 + 122 = 391 (100%)
R 130 of 391 ~ 33.25%
G 139 of 391 ~ 35.55%
B 122 of 391 ~ 31.2'%

%33.25
%35.55
%31.2

CMYK color model

#828B7A color CMYK value is (6,0,12,45).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 45.49%

CMYK: (6,0,12,45)
C6M0Y12K45 (6%, 0%, 12%, 45%)
(0.06 / 0.00 / 0.12 / 0.45)

CMYK percentages

%6.47
%0
%12.23
%45.49

Codes

Color #828B7A in popluar color models

82 8B 7A
RGB 130 139 122
HSL 92° 6.83% 51.18%
HSB/HSV 92° 12.23% 54.51%
CMYK 6.47% 0.00% 12.23%
45.49%

Color #828B7A in popluar number systems.

HEX 82 8B 7A
Decimal 130 139 122
Binary 10000010 10001011 1111010
Octal 202 213 172

Shades and tints

Shades of #828B7A

#828B7A
(130,139,122)
#777F6F
(119,127,111)
#6C7364
(108,115,100)
#616759
(97,103,89)
#565B4E
(86,91,78)
#4B4F43
(75,79,67)
#404338
(64,67,56)
#35372D
(53,55,45)
#2A2B22
(42,43,34)
#1F1F17
(31,31,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #828B7A

#828B7A
(130,139,122)
#8D9586
(141,149,134)
#989F92
(152,159,146)
#A3A99E
(163,169,158)
#AEB3AA
(174,179,170)
#B9BDB6
(185,189,182)
#C4C7C2
(196,199,194)
#CFD1CE
(207,209,206)
#DADBDA
(218,219,218)
#E5E5E6
(229,229,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828B7A color. Also use rgb(130,139,122) instead hex code.

Text Font Color

.myTextColor { color: #828B7A; }

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

This text font color is #828B7A.

Background Color

.myBgColor { background-color: #828B7A; }

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

This div background color is #828B7A.

Border color

.myBorderColor { border: 1px solid #828B7A; }

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

This div border color is #828B7A.

Opacity

.myOpacity80 { color: #828B7A; opacity: 0.8; }

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

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

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

This text has shadow with #828B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828B7A.

Preview

Color preview on black background

This text has color #828B7A on black background.


Color preview on white background

This text has color #828B7A on white background.


Black color preview on #828B7A background

This text has black color on #828B7A background.


White color preview on #828B7A background

This text has white color on #828B7A background.


Related colors

Complementary color

Complementary color for #hex is #7D7485.


I love getcolorcode.com

Triadic colors

1 #7A828B and #8B7A82 with #828B7A are triadic colors.

2 #7A8B82 and #8B827A with #828B7A are triadic colors.