COLOR #82867C

HEX: #82867C RGB: (130,134,124)

Color info

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

RGB color model

#82867C color RGB value is (130,134,124).

RGB: (130,134,124) (51%, 53%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 124 of 255 = 49%

130
134
124

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

Portions of RGB colors in percentages

R + G + B = 130 + 134 + 124 = 388 (100%)
R 130 of 388 ~ 33.51%
G 134 of 388 ~ 34.54%
B 124 of 388 ~ 31.96'%

%33.51
%34.54
%31.96

CMYK color model

#82867C color CMYK value is (3,0,7,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 47.45%

CMYK: (3,0,7,47)
C3M0Y7K47 (3%, 0%, 7%, 47%)
(0.03 / 0.00 / 0.07 / 0.47)

CMYK percentages

%2.99
%0
%7.46
%47.45

Codes

Color #82867C in popluar color models

82 86 7C
RGB 130 134 124
HSL 84° 3.97% 50.59%
HSB/HSV 84° 7.46% 52.55%
CMYK 2.99% 0.00% 7.46%
47.45%

Color #82867C in popluar number systems.

HEX 82 86 7C
Decimal 130 134 124
Binary 10000010 10000110 1111100
Octal 202 206 174

Shades and tints

Shades of #82867C

#82867C
(130,134,124)
#777A71
(119,122,113)
#6C6E66
(108,110,102)
#61625B
(97,98,91)
#565650
(86,86,80)
#4B4A45
(75,74,69)
#403E3A
(64,62,58)
#35322F
(53,50,47)
#2A2624
(42,38,36)
#1F1A19
(31,26,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #82867C

#82867C
(130,134,124)
#8D9187
(141,145,135)
#989C92
(152,156,146)
#A3A79D
(163,167,157)
#AEB2A8
(174,178,168)
#B9BDB3
(185,189,179)
#C4C8BE
(196,200,190)
#CFD3C9
(207,211,201)
#DADED4
(218,222,212)
#E5E9DF
(229,233,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82867C color. Also use rgb(130,134,124) instead hex code.

Text Font Color

.myTextColor { color: #82867C; }

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

This text font color is #82867C.

Background Color

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

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

This div background color is #82867C.

Border color

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

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

This div border color is #82867C.

Opacity

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

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

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

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

This text has shadow with #82867C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82867C.

Preview

Color preview on black background

This text has color #82867C on black background.


Color preview on white background

This text has color #82867C on white background.


Black color preview on #82867C background

This text has black color on #82867C background.


White color preview on #82867C background

This text has white color on #82867C background.


Related colors

Complementary color

Complementary color for #hex is #7D7983.


I love getcolorcode.com

Triadic colors

1 #7C8286 and #867C82 with #82867C are triadic colors.

2 #7C8682 and #86827C with #82867C are triadic colors.