COLOR #82837E

HEX: #82837E
RGB: (130,131,126)

Color info

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

RGB color model

#82837E color RGB value is (130,131,126).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 126 of 255 = 49%

130
131
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 126 = 387 (100%)
R 130 of 387 ~ 33.59%
G 131 of 387 ~ 33.85%
B 126 of 387 ~ 32.56%

%33.59
%33.85
%32.56

CMYK color model

#82837E color CMYK value is (1,0,4,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(1,0,4,49)
C1M0Y4K49 
(1%,0%,4%,49%)
(0.01/0.00/0.04/0.49)	

CMYK percentages

%0.76
%0
%3.82
%48.63

Codes

Color #82837E in popluar color models

82837E
RGB130131126
HSL72°1.98%50.39%
HSB/HSV72°3.82%51.37%
CMYK0.76%0.00%3.82%
48.63%

Color #82837E in popluar number systems.

HEX82837E
Decimal130131126
Binary10000010100000111111110
Octal202203176

Shades and tints

Shades of #82837E

#82837E
(130,131,126)
#777873
(119,120,115)
#6C6D68
(108,109,104)
#61625D
(97,98,93)
#565752
(86,87,82)
#4B4C47
(75,76,71)
#40413C
(64,65,60)
#353631
(53,54,49)
#2A2B26
(42,43,38)
#1F201B
(31,32,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #82837E

#82837E
(130,131,126)
#8D8E89
(141,142,137)
#989994
(152,153,148)
#A3A49F
(163,164,159)
#AEAFAA
(174,175,170)
#B9BAB5
(185,186,181)
#C4C5C0
(196,197,192)
#CFD0CB
(207,208,203)
#DADBD6
(218,219,214)
#E5E6E1
(229,230,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82837E; }

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

This text font color is #82837E.


Background Color

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

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

This div background color is #82837E.


Border color

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

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

This div border color is #82837E.


Opacity

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

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

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

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

This text has shadow with #82837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82837E on black background.


Color preview on white background

This text has color #82837E on white background.



Black color preview on #82837E background

This text has black color on #82837E background.


White color preview on #82837E background

This text has white color on #82837E background.