COLOR #82817A

HEX: #82817A RGB: (130,129,122)

Color info

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

RGB color model

#82817A color RGB value is (130,129,122).

RGB: (130,129,122) (51%, 51%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 122 of 255 = 48%

130
129
122

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

Portions of RGB colors in percentages

R + G + B = 130 + 129 + 122 = 381 (100%)
R 130 of 381 ~ 34.12%
G 129 of 381 ~ 33.86%
B 122 of 381 ~ 32.02'%

%34.12
%33.86
%32.02

CMYK color model

#82817A color CMYK value is (0,1,6,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 6.15%
  • key color value is 49.02%

CMYK: (0,1,6,49)
C0M1Y6K49 (0%, 1%, 6%, 49%)
(0.00 / 0.01 / 0.06 / 0.49)

CMYK percentages

%0
%0.77
%6.15
%49.02

Codes

Color #82817A in popluar color models

82 81 7A
RGB 130 129 122
HSL 53° 3.17% 49.41%
HSB/HSV 53° 6.15% 50.98%
CMYK 0.00% 0.77% 6.15%
49.02%

Color #82817A in popluar number systems.

HEX 82 81 7A
Decimal 130 129 122
Binary 10000010 10000001 1111010
Octal 202 201 172

Shades and tints

Shades of #82817A

#82817A
(130,129,122)
#77766F
(119,118,111)
#6C6B64
(108,107,100)
#616059
(97,96,89)
#56554E
(86,85,78)
#4B4A43
(75,74,67)
#403F38
(64,63,56)
#35342D
(53,52,45)
#2A2922
(42,41,34)
#1F1E17
(31,30,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #82817A

#82817A
(130,129,122)
#8D8C86
(141,140,134)
#989792
(152,151,146)
#A3A29E
(163,162,158)
#AEADAA
(174,173,170)
#B9B8B6
(185,184,182)
#C4C3C2
(196,195,194)
#CFCECE
(207,206,206)
#DAD9DA
(218,217,218)
#E5E4E6
(229,228,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82817A color. Also use rgb(130,129,122) instead hex code.

Text Font Color

.myTextColor { color: #82817A; }

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

This text font color is #82817A.

Background Color

.myBgColor { background-color: #82817A; }

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

This div background color is #82817A.

Border color

.myBorderColor { border: 1px solid #82817A; }

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

This div border color is #82817A.

Opacity

.myOpacity80 { color: #82817A; opacity: 0.8; }

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

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

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

This text has shadow with #82817A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82817A.

Preview

Color preview on black background

This text has color #82817A on black background.


Color preview on white background

This text has color #82817A on white background.


Black color preview on #82817A background

This text has black color on #82817A background.


White color preview on #82817A background

This text has white color on #82817A background.


Related colors

Complementary color

Complementary color for #hex is #7D7E85.


I love getcolorcode.com

Triadic colors

1 #7A8281 and #817A82 with #82817A are triadic colors.

2 #7A8182 and #81827A with #82817A are triadic colors.