COLOR #82856F

HEX: #82856F
RGB: (130,133,111)

Color info

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

RGB color model

#82856F color RGB value is (130,133,111).

  • red value is 130;
  • green value is 133;
  • blue value is 111.
RGB:
(130,133,111)
(51%,52%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 111 of 255 = 44%

130
133
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 111 = 374 (100%)
R 130 of 374 ~ 34.76%
G 133 of 374 ~ 35.56%
B 111 of 374 ~ 29.68%

%34.76
%35.56
%29.68

CMYK color model

#82856F color CMYK value is (2,0,17,48).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(2,0,17,48)
C2M0Y17K48 
(2%,0%,17%,48%)
(0.02/0.00/0.17/0.48)	

CMYK percentages

%2.26
%0
%16.54
%47.84

Codes

Color #82856F in popluar color models

82856F
RGB130133111
HSL68°9.02%47.84%
HSB/HSV68°16.54%52.16%
CMYK2.26%0.00%16.54%
47.84%

Color #82856F in popluar number systems.

HEX82856F
Decimal130133111
Binary10000010100001011101111
Octal202205157

Shades and tints

Shades of #82856F

#82856F
(130,133,111)
#777965
(119,121,101)
#6C6D5B
(108,109,91)
#616151
(97,97,81)
#565547
(86,85,71)
#4B493D
(75,73,61)
#403D33
(64,61,51)
#353129
(53,49,41)
#2A251F
(42,37,31)
#1F1915
(31,25,21)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #82856F

#82856F
(130,133,111)
#8D907C
(141,144,124)
#989B89
(152,155,137)
#A3A696
(163,166,150)
#AEB1A3
(174,177,163)
#B9BCB0
(185,188,176)
#C4C7BD
(196,199,189)
#CFD2CA
(207,210,202)
#DADDD7
(218,221,215)
#E5E8E4
(229,232,228)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82856F color. Also use rgb(130,133,111) instead hex code.

Text Font Color

.myTextColor { color: #82856F; }

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

This text font color is #82856F.


Background Color

.myBgColor { background-color: #82856F; }

<div style="background-color:#82856F">Inner text</div>

This div background color is #82856F.


Border color

.myBorderColor { border: 1px solid #82856F; }

<div style="border:3px solid #82856F">Div</div>

This div border color is #82856F.


Opacity

.myOpacity80 { color: #82856F; opacity: 0.8; }

<p style="color:#82856F;opacity:0.8;">80%</p>

Text with #82856F 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 #82856F;}

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

This text has shadow with #82856F color.

.textShadow {text-shadow: 3px 3px 1px #82856F, 3px 3px 1px red;}

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

This text has shadow with #82856F primary color and red secondary color.


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

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

This text has shadow with #82856F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82856F on black background.


Color preview on white background

This text has color #82856F on white background.



Black color preview on #82856F background

This text has black color on #82856F background.


White color preview on #82856F background

This text has white color on #82856F background.