COLOR #82887E

HEX: #82887E RGB: (130,136,126)

Color info

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

RGB color model

#82887E color RGB value is (130,136,126).

RGB: (130,136,126) (51%, 53%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 126 of 255 = 49%

130
136
126

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 126 = 392 (100%)
R 130 of 392 ~ 33.16%
G 136 of 392 ~ 34.69%
B 126 of 392 ~ 32.14'%

%33.16
%34.69
%32.14

CMYK color model

#82887E color CMYK value is (4,0,7,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%

CMYK: (4,0,7,47)
C4M0Y7K47 (4%, 0%, 7%, 47%)
(0.04 / 0.00 / 0.07 / 0.47)

CMYK percentages

%4.41
%0
%7.35
%46.67

Codes

Color #82887E in popluar color models

82 88 7E
RGB 130 136 126
HSL 96° 4.03% 51.37%
HSB/HSV 96° 7.35% 53.33%
CMYK 4.41% 0.00% 7.35%
46.67%

Color #82887E in popluar number systems.

HEX 82 88 7E
Decimal 130 136 126
Binary 10000010 10001000 1111110
Octal 202 210 176

Shades and tints

Shades of #82887E

#82887E
(130,136,126)
#777C73
(119,124,115)
#6C7068
(108,112,104)
#61645D
(97,100,93)
#565852
(86,88,82)
#4B4C47
(75,76,71)
#40403C
(64,64,60)
#353431
(53,52,49)
#2A2826
(42,40,38)
#1F1C1B
(31,28,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #82887E

#82887E
(130,136,126)
#8D9289
(141,146,137)
#989C94
(152,156,148)
#A3A69F
(163,166,159)
#AEB0AA
(174,176,170)
#B9BAB5
(185,186,181)
#C4C4C0
(196,196,192)
#CFCECB
(207,206,203)
#DAD8D6
(218,216,214)
#E5E2E1
(229,226,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82887E color. Also use rgb(130,136,126) instead hex code.

Text Font Color

.myTextColor { color: #82887E; }

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

This text font color is #82887E.

Background Color

.myBgColor { background-color: #82887E; }

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

This div background color is #82887E.

Border color

.myBorderColor { border: 1px solid #82887E; }

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

This div border color is #82887E.

Opacity

.myOpacity80 { color: #82887E; opacity: 0.8; }

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

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

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

This text has shadow with #82887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82887E.

Preview

Color preview on black background

This text has color #82887E on black background.


Color preview on white background

This text has color #82887E on white background.


Black color preview on #82887E background

This text has black color on #82887E background.


White color preview on #82887E background

This text has white color on #82887E background.


Related colors

Complementary color

Complementary color for #hex is #7D7781.


I love getcolorcode.com

Triadic colors

1 #7E8288 and #887E82 with #82887E are triadic colors.

2 #7E8882 and #88827E with #82887E are triadic colors.