COLOR #82837A

HEX: #82837A
RGB: (130,131,122)

Color info

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

RGB color model

#82837A color RGB value is (130,131,122).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 122 of 255 = 48%

130
131
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 122 = 383 (100%)
R 130 of 383 ~ 33.94%
G 131 of 383 ~ 34.2%
B 122 of 383 ~ 31.85%

%33.94
%34.2
%31.85

CMYK color model

#82837A color CMYK value is (1,0,7,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(1,0,7,49)
C1M0Y7K49 
(1%,0%,7%,49%)
(0.01/0.00/0.07/0.49)	

CMYK percentages

%0.76
%0
%6.87
%48.63

Codes

Color #82837A in popluar color models

82837A
RGB130131122
HSL67°3.56%49.61%
HSB/HSV67°6.87%51.37%
CMYK0.76%0.00%6.87%
48.63%

Color #82837A in popluar number systems.

HEX82837A
Decimal130131122
Binary10000010100000111111010
Octal202203172

Shades and tints

Shades of #82837A

#82837A
(130,131,122)
#77786F
(119,120,111)
#6C6D64
(108,109,100)
#616259
(97,98,89)
#56574E
(86,87,78)
#4B4C43
(75,76,67)
#404138
(64,65,56)
#35362D
(53,54,45)
#2A2B22
(42,43,34)
#1F2017
(31,32,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #82837A

#82837A
(130,131,122)
#8D8E86
(141,142,134)
#989992
(152,153,146)
#A3A49E
(163,164,158)
#AEAFAA
(174,175,170)
#B9BAB6
(185,186,182)
#C4C5C2
(196,197,194)
#CFD0CE
(207,208,206)
#DADBDA
(218,219,218)
#E5E6E6
(229,230,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82837A; }

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

This text font color is #82837A.


Background Color

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

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

This div background color is #82837A.


Border color

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

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

This div border color is #82837A.


Opacity

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

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

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

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

This text has shadow with #82837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82837A on black background.


Color preview on white background

This text has color #82837A on white background.



Black color preview on #82837A background

This text has black color on #82837A background.


White color preview on #82837A background

This text has white color on #82837A background.