COLOR #82896B

HEX: #82896B RGB: (130,137,107)

Color info

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

RGB color model

#82896B color RGB value is (130,137,107).

RGB: (130,137,107) (51%, 54%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 107 of 255 = 42%

130
137
107

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

Portions of RGB colors in percentages

R + G + B = 130 + 137 + 107 = 374 (100%)
R 130 of 374 ~ 34.76%
G 137 of 374 ~ 36.63%
B 107 of 374 ~ 28.61'%

%34.76
%36.63
%28.61

CMYK color model

#82896B color CMYK value is (5,0,22,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (5,0,22,46)
C5M0Y22K46 (5%, 0%, 22%, 46%)
(0.05 / 0.00 / 0.22 / 0.46)

CMYK percentages

%5.11
%0
%21.9
%46.27

Codes

Color #82896B in popluar color models

82 89 6B
RGB 130 137 107
HSL 74° 12.30% 47.84%
HSB/HSV 74° 21.90% 53.73%
CMYK 5.11% 0.00% 21.90%
46.27%

Color #82896B in popluar number systems.

HEX 82 89 6B
Decimal 130 137 107
Binary 10000010 10001001 1101011
Octal 202 211 153

Shades and tints

Shades of #82896B

#82896B
(130,137,107)
#777D62
(119,125,98)
#6C7159
(108,113,89)
#616550
(97,101,80)
#565947
(86,89,71)
#4B4D3E
(75,77,62)
#404135
(64,65,53)
#35352C
(53,53,44)
#2A2923
(42,41,35)
#1F1D1A
(31,29,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #82896B

#82896B
(130,137,107)
#8D9378
(141,147,120)
#989D85
(152,157,133)
#A3A792
(163,167,146)
#AEB19F
(174,177,159)
#B9BBAC
(185,187,172)
#C4C5B9
(196,197,185)
#CFCFC6
(207,207,198)
#DAD9D3
(218,217,211)
#E5E3E0
(229,227,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82896B color. Also use rgb(130,137,107) instead hex code.

Text Font Color

.myTextColor { color: #82896B; }

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

This text font color is #82896B.

Background Color

.myBgColor { background-color: #82896B; }

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

This div background color is #82896B.

Border color

.myBorderColor { border: 1px solid #82896B; }

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

This div border color is #82896B.

Opacity

.myOpacity80 { color: #82896B; opacity: 0.8; }

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

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

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

This text has shadow with #82896B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82896B.

Preview

Color preview on black background

This text has color #82896B on black background.


Color preview on white background

This text has color #82896B on white background.


Black color preview on #82896B background

This text has black color on #82896B background.


White color preview on #82896B background

This text has white color on #82896B background.


Related colors

Complementary color

Complementary color for #hex is #7D7694.


I love getcolorcode.com

Triadic colors

1 #6B8289 and #896B82 with #82896B are triadic colors.

2 #6B8982 and #89826B with #82896B are triadic colors.