COLOR #82838C

HEX: #82838C RGB: (130,131,140)

Color info

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

RGB color model

#82838C color RGB value is (130,131,140).

RGB: (130,131,140) (51%, 51%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 140 of 255 = 55%

130
131
140

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

Portions of RGB colors in percentages

R + G + B = 130 + 131 + 140 = 401 (100%)
R 130 of 401 ~ 32.42%
G 131 of 401 ~ 32.67%
B 140 of 401 ~ 34.91'%

%32.42
%32.67
%34.91

CMYK color model

#82838C color CMYK value is (7,6,0,45).

  • cyan value is 7.14%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (7,6,0,45)
C7M6Y0K45 (7%, 6%, 0%, 45%)
(0.07 / 0.06 / 0.00 / 0.45)

CMYK percentages

%7.14
%6.43
%0
%45.1

Codes

Color #82838C in popluar color models

82 83 8C
RGB 130 131 140
HSL 234° 4.17% 52.94%
HSB/HSV 234° 7.14% 54.90%
CMYK 7.14% 6.43% 0.00%
45.10%

Color #82838C in popluar number systems.

HEX 82 83 8C
Decimal 130 131 140
Binary 10000010 10000011 10001100
Octal 202 203 214

Shades and tints

Shades of #82838C

#82838C
(130,131,140)
#777880
(119,120,128)
#6C6D74
(108,109,116)
#616268
(97,98,104)
#56575C
(86,87,92)
#4B4C50
(75,76,80)
#404144
(64,65,68)
#353638
(53,54,56)
#2A2B2C
(42,43,44)
#1F2020
(31,32,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82838C

#82838C
(130,131,140)
#8D8E96
(141,142,150)
#9899A0
(152,153,160)
#A3A4AA
(163,164,170)
#AEAFB4
(174,175,180)
#B9BABE
(185,186,190)
#C4C5C8
(196,197,200)
#CFD0D2
(207,208,210)
#DADBDC
(218,219,220)
#E5E6E6
(229,230,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82838C color. Also use rgb(130,131,140) instead hex code.

Text Font Color

.myTextColor { color: #82838C; }

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

This text font color is #82838C.

Background Color

.myBgColor { background-color: #82838C; }

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

This div background color is #82838C.

Border color

.myBorderColor { border: 1px solid #82838C; }

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

This div border color is #82838C.

Opacity

.myOpacity80 { color: #82838C; opacity: 0.8; }

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

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

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

This text has shadow with #82838C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82838C.

Preview

Color preview on black background

This text has color #82838C on black background.


Color preview on white background

This text has color #82838C on white background.


Black color preview on #82838C background

This text has black color on #82838C background.


White color preview on #82838C background

This text has white color on #82838C background.


Related colors

Complementary color

Complementary color for #hex is #7D7C73.


I love getcolorcode.com

Triadic colors

1 #8C8283 and #838C82 with #82838C are triadic colors.

2 #8C8382 and #83828C with #82838C are triadic colors.