COLOR #82805B

HEX: #82805B
RGB: (130,128,91)

Color info

#82805B contains red, green and blue colors in about the same proportion. Web safe color of #82805B is #996666 (or #966).

RGB color model

#82805B color RGB value is (130,128,91).

  • red value is 130;
  • green value is 128;
  • blue value is 91.
RGB:
(130,128,91)
(51%,50%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 91 of 255 = 36%

130
128
91

R + G + B ~ 46%. #82805B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 91 = 349 (100%)
R 130 of 349 ~ 37.25%
G 128 of 349 ~ 36.68%
B 91 of 349 ~ 26.07%

%37.25
%36.68
%26.07

CMYK color model

#82805B color CMYK value is (0,2,30,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(0,2,30,49)
C0M2Y30K49 
(0%,2%,30%,49%)
(0.00/0.02/0.30/0.49)	

CMYK percentages

%0
%1.54
%30
%49.02

Codes

Color #82805B in popluar color models

82805B
RGB13012891
HSL57°17.65%43.33%
HSB/HSV57°30.00%50.98%
CMYK0.00%1.54%30.00%
49.02%

Color #82805B in popluar number systems.

HEX82805B
Decimal13012891
Binary10000010100000001011011
Octal202200133

Shades and tints

Shades of #82805B

#82805B
(130,128,91)
#777553
(119,117,83)
#6C6A4B
(108,106,75)
#615F43
(97,95,67)
#56543B
(86,84,59)
#4B4933
(75,73,51)
#403E2B
(64,62,43)
#353323
(53,51,35)
#2A281B
(42,40,27)
#1F1D13
(31,29,19)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #82805B

#82805B
(130,128,91)
#8D8B69
(141,139,105)
#989677
(152,150,119)
#A3A185
(163,161,133)
#AEAC93
(174,172,147)
#B9B7A1
(185,183,161)
#C4C2AF
(196,194,175)
#CFCDBD
(207,205,189)
#DAD8CB
(218,216,203)
#E5E3D9
(229,227,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82805B color. Also use rgb(130,128,91) instead hex code.

Text Font Color

.myTextColor { color: #82805B; }

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

This text font color is #82805B.


Background Color

.myBgColor { background-color: #82805B; }

<div style="background-color:#82805B">Inner text</div>

This div background color is #82805B.


Border color

.myBorderColor { border: 1px solid #82805B; }

<div style="border:3px solid #82805B">Div</div>

This div border color is #82805B.


Opacity

.myOpacity80 { color: #82805B; opacity: 0.8; }

<p style="color:#82805B;opacity:0.8;">80%</p>

Text with #82805B 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 #82805B;}

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

This text has shadow with #82805B color.

.textShadow {text-shadow: 3px 3px 1px #82805B, 3px 3px 1px red;}

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

This text has shadow with #82805B primary color and red secondary color.


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

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

This text has shadow with #82805B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82805B on black background.


Color preview on white background

This text has color #82805B on white background.



Black color preview on #82805B background

This text has black color on #82805B background.


White color preview on #82805B background

This text has white color on #82805B background.