COLOR #818082

HEX: #818082 RGB: (129,128,130)

Color info

#818082 contains red, green and blue colors in about the same proportion. Web safe color of #818082 is #996699 (or #969).

RGB color model

#818082 color RGB value is (129,128,130).

RGB: (129,128,130) (51%, 50%, 51%)

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 130 of 255 = 51%

129
128
130

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

Portions of RGB colors in percentages

R + G + B = 129 + 128 + 130 = 387 (100%)
R 129 of 387 ~ 33.33%
G 128 of 387 ~ 33.07%
B 130 of 387 ~ 33.59'%

%33.33
%33.07
%33.59

CMYK color model

#818082 color CMYK value is (1,2,0,49).

  • cyan value is 0.77%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (1,2,0,49) C1M2Y0K49 (1%,2%,0%,49%) (0.01/0.02/0.00/0.49) 

CMYK percentages

%0.77
%1.54
%0
%49.02

Codes

Color #818082 in popluar color models

81 80 82
RGB 129 128 130
HSL 270° 0.79% 50.59%
HSB/HSV 270° 1.54% 50.98%
CMYK 0.77% 1.54% 0.00%
49.02%

Color #818082 in popluar number systems.

HEX 81 80 82
Decimal 129 128 130
Binary 10000001 10000000 10000010
Octal 201 200 202

Shades and tints

Shades of #818082

#818082
(129,128,130)
#767577
(118,117,119)
#6B6A6C
(107,106,108)
#605F61
(96,95,97)
#555456
(85,84,86)
#4A494B
(74,73,75)
#3F3E40
(63,62,64)
#343335
(52,51,53)
#29282A
(41,40,42)
#1E1D1F
(30,29,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #818082

#818082
(129,128,130)
#8C8B8D
(140,139,141)
#979698
(151,150,152)
#A2A1A3
(162,161,163)
#ADACAE
(173,172,174)
#B8B7B9
(184,183,185)
#C3C2C4
(195,194,196)
#CECDCF
(206,205,207)
#D9D8DA
(217,216,218)
#E4E3E5
(228,227,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818082; }

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

This text font color is #818082.

Background Color

.myBgColor { background-color: #818082; }

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

This div background color is #818082.

Border color

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

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

This div border color is #818082.

Opacity

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

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

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

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

This text has shadow with #818082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818082.

Preview

Color preview on black background

This text has color #818082 on black background.


Color preview on white background

This text has color #818082 on white background.


Black color preview on #818082 background

This text has black color on #818082 background.


White color preview on #818082 background

This text has white color on #818082 background.


Related colors

Complementary color

Complementary color for #hex is #7E7F7D.


I love getcolorcode.com

Triadic colors

1 #828180 and #808281 with #818082 are triadic colors.

2 #828081 and #808182 with #818082 are triadic colors.