COLOR #82896D

HEX: #82896D
RGB: (130,137,109)

Color info

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

RGB color model

#82896D color RGB value is (130,137,109).

  • red value is 130;
  • green value is 137;
  • blue value is 109.
RGB:
(130,137,109)
(51%,54%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 109 of 255 = 43%

130
137
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 109 = 376 (100%)
R 130 of 376 ~ 34.57%
G 137 of 376 ~ 36.44%
B 109 of 376 ~ 28.99%

%34.57
%36.44
%28.99

CMYK color model

#82896D color CMYK value is (5,0,20,46).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(5,0,20,46)
C5M0Y20K46 
(5%,0%,20%,46%)
(0.05/0.00/0.20/0.46)	

CMYK percentages

%5.11
%0
%20.44
%46.27

Codes

Color #82896D in popluar color models

82896D
RGB130137109
HSL75°11.38%48.24%
HSB/HSV75°20.44%53.73%
CMYK5.11%0.00%20.44%
46.27%

Color #82896D in popluar number systems.

HEX82896D
Decimal130137109
Binary10000010100010011101101
Octal202211155

Shades and tints

Shades of #82896D

#82896D
(130,137,109)
#777D64
(119,125,100)
#6C715B
(108,113,91)
#616552
(97,101,82)
#565949
(86,89,73)
#4B4D40
(75,77,64)
#404137
(64,65,55)
#35352E
(53,53,46)
#2A2925
(42,41,37)
#1F1D1C
(31,29,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82896D

#82896D
(130,137,109)
#8D937A
(141,147,122)
#989D87
(152,157,135)
#A3A794
(163,167,148)
#AEB1A1
(174,177,161)
#B9BBAE
(185,187,174)
#C4C5BB
(196,197,187)
#CFCFC8
(207,207,200)
#DAD9D5
(218,217,213)
#E5E3E2
(229,227,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82896D; }

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

This text font color is #82896D.


Background Color

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

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

This div background color is #82896D.


Border color

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

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

This div border color is #82896D.


Opacity

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

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

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

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

This text has shadow with #82896D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82896D on black background.


Color preview on white background

This text has color #82896D on white background.



Black color preview on #82896D background

This text has black color on #82896D background.


White color preview on #82896D background

This text has white color on #82896D background.