COLOR #82565D

HEX: #82565D
RGB: (130,86,93)

Color info

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

RGB color model

#82565D color RGB value is (130,86,93).

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

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 93 of 255 = 36%

130
86
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 93 = 309 (100%)
R 130 of 309 ~ 42.07%
G 86 of 309 ~ 27.83%
B 93 of 309 ~ 30.1%

%42.07
%27.83
%30.1

CMYK color model

#82565D color CMYK value is (0,34,28,49).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,34,28,49)
C0M34Y28K49 
(0%,34%,28%,49%)
(0.00/0.34/0.28/0.49)	

CMYK percentages

%0
%33.85
%28.46
%49.02

Codes

Color #82565D in popluar color models

82565D
RGB1308693
HSL350°20.37%42.35%
HSB/HSV350°33.85%50.98%
CMYK0.00%33.85%28.46%
49.02%

Color #82565D in popluar number systems.

HEX82565D
Decimal1308693
Binary1000001010101101011101
Octal202126135

Shades and tints

Shades of #82565D

#82565D
(130,86,93)
#774F55
(119,79,85)
#6C484D
(108,72,77)
#614145
(97,65,69)
#563A3D
(86,58,61)
#4B3335
(75,51,53)
#402C2D
(64,44,45)
#352525
(53,37,37)
#2A1E1D
(42,30,29)
#1F1715
(31,23,21)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #82565D

#82565D
(130,86,93)
#8D656B
(141,101,107)
#987479
(152,116,121)
#A38387
(163,131,135)
#AE9295
(174,146,149)
#B9A1A3
(185,161,163)
#C4B0B1
(196,176,177)
#CFBFBF
(207,191,191)
#DACECD
(218,206,205)
#E5DDDB
(229,221,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82565D; }

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

This text font color is #82565D.


Background Color

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

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

This div background color is #82565D.


Border color

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

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

This div border color is #82565D.


Opacity

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

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

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

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

This text has shadow with #82565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82565D on black background.


Color preview on white background

This text has color #82565D on white background.



Black color preview on #82565D background

This text has black color on #82565D background.


White color preview on #82565D background

This text has white color on #82565D background.