COLOR #81828A

HEX: #81828A RGB: (129,130,138)

Color info

#81828A contains red, green and blue colors in about the same proportion. Web safe color of #81828A is #999999 (or #999).

RGB color model

#81828A color RGB value is (129,130,138).

RGB: (129,130,138) (51%, 51%, 54%)

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 138 of 255 = 54%

129
130
138

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

Portions of RGB colors in percentages

R + G + B = 129 + 130 + 138 = 397 (100%)
R 129 of 397 ~ 32.49%
G 130 of 397 ~ 32.75%
B 138 of 397 ~ 34.76'%

%32.49
%32.75
%34.76

CMYK color model

#81828A color CMYK value is (7,6,0,46).

  • cyan value is 6.52%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (7,6,0,46)
C7M6Y0K46 (7%, 6%, 0%, 46%)
(0.07 / 0.06 / 0.00 / 0.46)

CMYK percentages

%6.52
%5.8
%0
%45.88

Codes

Color #81828A in popluar color models

81 82 8A
RGB 129 130 138
HSL 233° 3.70% 52.35%
HSB/HSV 233° 6.52% 54.12%
CMYK 6.52% 5.80% 0.00%
45.88%

Color #81828A in popluar number systems.

HEX 81 82 8A
Decimal 129 130 138
Binary 10000001 10000010 10001010
Octal 201 202 212

Shades and tints

Shades of #81828A

#81828A
(129,130,138)
#76777E
(118,119,126)
#6B6C72
(107,108,114)
#606166
(96,97,102)
#55565A
(85,86,90)
#4A4B4E
(74,75,78)
#3F4042
(63,64,66)
#343536
(52,53,54)
#292A2A
(41,42,42)
#1E1F1E
(30,31,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #81828A

#81828A
(129,130,138)
#8C8D94
(140,141,148)
#97989E
(151,152,158)
#A2A3A8
(162,163,168)
#ADAEB2
(173,174,178)
#B8B9BC
(184,185,188)
#C3C4C6
(195,196,198)
#CECFD0
(206,207,208)
#D9DADA
(217,218,218)
#E4E5E4
(228,229,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81828A; }

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

This text font color is #81828A.

Background Color

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

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

This div background color is #81828A.

Border color

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

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

This div border color is #81828A.

Opacity

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

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

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

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

This text has shadow with #81828A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81828A.

Preview

Color preview on black background

This text has color #81828A on black background.


Color preview on white background

This text has color #81828A on white background.


Black color preview on #81828A background

This text has black color on #81828A background.


White color preview on #81828A background

This text has white color on #81828A background.


Related colors

Complementary color

Complementary color for #hex is #7E7D75.


I love getcolorcode.com

Triadic colors

1 #8A8182 and #828A81 with #81828A are triadic colors.

2 #8A8281 and #82818A with #81828A are triadic colors.