COLOR #82836A

HEX: #82836A
RGB: (130,131,106)

Color info

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

RGB color model

#82836A color RGB value is (130,131,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 106 of 255 = 42%

130
131
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 106 = 367 (100%)
R 130 of 367 ~ 35.42%
G 131 of 367 ~ 35.69%
B 106 of 367 ~ 28.88%

%35.42
%35.69
%28.88

CMYK color model

#82836A color CMYK value is (1,0,19,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK: (1,0,19,49) C1M0Y19K49 (1%,0%,19%,49%) (0.01/0.00/0.19/0.49)

CMYK percentages

%0.76
%0
%19.08
%48.63

Codes

Color #82836A in popluar color models

82836A
RGB130131106
HSL62°10.55%46.47%
HSB/HSV62°19.08%51.37%
CMYK0.76%0.00%19.08%
48.63%

Color #82836A in popluar number systems.

HEX82836A
Decimal130131106
Binary10000010100000111101010
Octal202203152

Shades and tints

Shades of #82836A

#82836A
(130,131,106)
#777861
(119,120,97)
#6C6D58
(108,109,88)
#61624F
(97,98,79)
#565746
(86,87,70)
#4B4C3D
(75,76,61)
#404134
(64,65,52)
#35362B
(53,54,43)
#2A2B22
(42,43,34)
#1F2019
(31,32,25)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #82836A

#82836A
(130,131,106)
#8D8E77
(141,142,119)
#989984
(152,153,132)
#A3A491
(163,164,145)
#AEAF9E
(174,175,158)
#B9BAAB
(185,186,171)
#C4C5B8
(196,197,184)
#CFD0C5
(207,208,197)
#DADBD2
(218,219,210)
#E5E6DF
(229,230,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82836A; }

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

This text font color is #82836A.


Background Color

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

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

This div background color is #82836A.


Border color

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

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

This div border color is #82836A.


Opacity

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

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

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

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

This text has shadow with #82836A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #82836A on black background.


Color preview on white background

This text has color #82836A on white background.



Black color preview on #82836A background

This text has black color on #82836A background.


White color preview on #82836A background

This text has white color on #82836A background.