COLOR #82876A

HEX: #82876A
RGB: (130,135,106)

Color info

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

RGB color model

#82876A color RGB value is (130,135,106).

  • red value is 130;
  • green value is 135;
  • blue value is 106.
RGB:
(130,135,106)
(51%,53%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 106 of 255 = 42%

130
135
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 106 = 371 (100%)
R 130 of 371 ~ 35.04%
G 135 of 371 ~ 36.39%
B 106 of 371 ~ 28.57%

%35.04
%36.39
%28.57

CMYK color model

#82876A color CMYK value is (4,0,21,47).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(4,0,21,47)
C4M0Y21K47 
(4%,0%,21%,47%)
(0.04/0.00/0.21/0.47)	

CMYK percentages

%3.7
%0
%21.48
%47.06

Codes

Color #82876A in popluar color models

82876A
RGB130135106
HSL70°12.03%47.25%
HSB/HSV70°21.48%52.94%
CMYK3.70%0.00%21.48%
47.06%

Color #82876A in popluar number systems.

HEX82876A
Decimal130135106
Binary10000010100001111101010
Octal202207152

Shades and tints

Shades of #82876A

#82876A
(130,135,106)
#777B61
(119,123,97)
#6C6F58
(108,111,88)
#61634F
(97,99,79)
#565746
(86,87,70)
#4B4B3D
(75,75,61)
#403F34
(64,63,52)
#35332B
(53,51,43)
#2A2722
(42,39,34)
#1F1B19
(31,27,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #82876A

#82876A
(130,135,106)
#8D9177
(141,145,119)
#989B84
(152,155,132)
#A3A591
(163,165,145)
#AEAF9E
(174,175,158)
#B9B9AB
(185,185,171)
#C4C3B8
(196,195,184)
#CFCDC5
(207,205,197)
#DAD7D2
(218,215,210)
#E5E1DF
(229,225,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82876A color. Also use rgb(130,135,106) instead hex code.

Text Font Color

.myTextColor { color: #82876A; }

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

This text font color is #82876A.


Background Color

.myBgColor { background-color: #82876A; }

<div style="background-color:#82876A">Inner text</div>

This div background color is #82876A.


Border color

.myBorderColor { border: 1px solid #82876A; }

<div style="border:3px solid #82876A">Div</div>

This div border color is #82876A.


Opacity

.myOpacity80 { color: #82876A; opacity: 0.8; }

<p style="color:#82876A;opacity:0.8;">80%</p>

Text with #82876A 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 #82876A;}

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

This text has shadow with #82876A color.

.textShadow {text-shadow: 3px 3px 1px #82876A, 3px 3px 1px red;}

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

This text has shadow with #82876A primary color and red secondary color.


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

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

This text has shadow with #82876A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82876A on black background.


Color preview on white background

This text has color #82876A on white background.



Black color preview on #82876A background

This text has black color on #82876A background.


White color preview on #82876A background

This text has white color on #82876A background.