COLOR #82805D

HEX: #82805D
RGB: (130,128,93)

Color info

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

RGB color model

#82805D color RGB value is (130,128,93).

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

RGB channels and saturation

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

130
128
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 93 = 351 (100%)
R 130 of 351 ~ 37.04%
G 128 of 351 ~ 36.47%
B 93 of 351 ~ 26.5%

%37.04
%36.47
%26.5

CMYK color model

#82805D color CMYK value is (0,2,28,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,2,28,49)
C0M2Y28K49 
(0%,2%,28%,49%)
(0.00/0.02/0.28/0.49)	

CMYK percentages

%0
%1.54
%28.46
%49.02

Codes

Color #82805D in popluar color models

82805D
RGB13012893
HSL57°16.59%43.73%
HSB/HSV57°28.46%50.98%
CMYK0.00%1.54%28.46%
49.02%

Color #82805D in popluar number systems.

HEX82805D
Decimal13012893
Binary10000010100000001011101
Octal202200135

Shades and tints

Shades of #82805D

#82805D
(130,128,93)
#777555
(119,117,85)
#6C6A4D
(108,106,77)
#615F45
(97,95,69)
#56543D
(86,84,61)
#4B4935
(75,73,53)
#403E2D
(64,62,45)
#353325
(53,51,37)
#2A281D
(42,40,29)
#1F1D15
(31,29,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82805D

#82805D
(130,128,93)
#8D8B6B
(141,139,107)
#989679
(152,150,121)
#A3A187
(163,161,135)
#AEAC95
(174,172,149)
#B9B7A3
(185,183,163)
#C4C2B1
(196,194,177)
#CFCDBF
(207,205,191)
#DAD8CD
(218,216,205)
#E5E3DB
(229,227,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82805D; }

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

This text font color is #82805D.


Background Color

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

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

This div background color is #82805D.


Border color

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

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

This div border color is #82805D.


Opacity

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

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

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

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

This text has shadow with #82805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82805D on black background.


Color preview on white background

This text has color #82805D on white background.



Black color preview on #82805D background

This text has black color on #82805D background.


White color preview on #82805D background

This text has white color on #82805D background.