COLOR #82525E

HEX: #82525E
RGB: (130,82,94)

Color info

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

RGB color model

#82525E color RGB value is (130,82,94).

  • red value is 130;
  • green value is 82;
  • blue value is 94.
RGB:
(130,82,94)
(51%,32%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 94 of 255 = 37%

130
82
94

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

Portions of RGB colors in percentages

R + G + B =
130 + 82 + 94 = 306 (100%)
R 130 of 306 ~ 42.48%
G 82 of 306 ~ 26.8%
B 94 of 306 ~ 30.72%

%42.48
%26.8
%30.72

CMYK color model

#82525E color CMYK value is (0,37,28,49).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(0,37,28,49)
C0M37Y28K49 
(0%,37%,28%,49%)
(0.00/0.37/0.28/0.49)	

CMYK percentages

%0
%36.92
%27.69
%49.02

Codes

Color #82525E in popluar color models

82525E
RGB1308294
HSL345°22.64%41.57%
HSB/HSV345°36.92%50.98%
CMYK0.00%36.92%27.69%
49.02%

Color #82525E in popluar number systems.

HEX82525E
Decimal1308294
Binary1000001010100101011110
Octal202122136

Shades and tints

Shades of #82525E

#82525E
(130,82,94)
#774B56
(119,75,86)
#6C444E
(108,68,78)
#613D46
(97,61,70)
#56363E
(86,54,62)
#4B2F36
(75,47,54)
#40282E
(64,40,46)
#352126
(53,33,38)
#2A1A1E
(42,26,30)
#1F1316
(31,19,22)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #82525E

#82525E
(130,82,94)
#8D616C
(141,97,108)
#98707A
(152,112,122)
#A37F88
(163,127,136)
#AE8E96
(174,142,150)
#B99DA4
(185,157,164)
#C4ACB2
(196,172,178)
#CFBBC0
(207,187,192)
#DACACE
(218,202,206)
#E5D9DC
(229,217,220)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82525E color. Also use rgb(130,82,94) instead hex code.

Text Font Color

.myTextColor { color: #82525E; }

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

This text font color is #82525E.


Background Color

.myBgColor { background-color: #82525E; }

<div style="background-color:#82525E">Inner text</div>

This div background color is #82525E.


Border color

.myBorderColor { border: 1px solid #82525E; }

<div style="border:3px solid #82525E">Div</div>

This div border color is #82525E.


Opacity

.myOpacity80 { color: #82525E; opacity: 0.8; }

<p style="color:#82525E;opacity:0.8;">80%</p>

Text with #82525E 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 #82525E;}

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

This text has shadow with #82525E color.

.textShadow {text-shadow: 3px 3px 1px #82525E, 3px 3px 1px red;}

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

This text has shadow with #82525E primary color and red secondary color.


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

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

This text has shadow with #82525E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82525E on black background.


Color preview on white background

This text has color #82525E on white background.



Black color preview on #82525E background

This text has black color on #82525E background.


White color preview on #82525E background

This text has white color on #82525E background.