COLOR #82504D

HEX: #82504D
RGB: (130,80,77)

Color info

#82504D contains red, green and blue colors in about the same proportion. Web safe color of #82504D is #996633 (or #963).

RGB color model

#82504D color RGB value is (130,80,77).

  • red value is 130;
  • green value is 80;
  • blue value is 77.
RGB:
(130,80,77)
(51%,31%,30%)

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 77 of 255 = 30%

130
80
77

R + G + B ~ 37%. #82504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 80 + 77 = 287 (100%)
R 130 of 287 ~ 45.3%
G 80 of 287 ~ 27.87%
B 77 of 287 ~ 26.83%

%45.3
%27.87
%26.83

CMYK color model

#82504D color CMYK value is (0,38,41,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK:
(0,38,41,49)
C0M38Y41K49 
(0%,38%,41%,49%)
(0.00/0.38/0.41/0.49)	

CMYK percentages

%0
%38.46
%40.77
%49.02

Codes

Color #82504D in popluar color models

82504D
RGB1308077
HSL25.60%40.59%
HSB/HSV40.77%50.98%
CMYK0.00%38.46%40.77%
49.02%

Color #82504D in popluar number systems.

HEX82504D
Decimal1308077
Binary1000001010100001001101
Octal202120115

Shades and tints

Shades of #82504D

#82504D
(130,80,77)
#774946
(119,73,70)
#6C423F
(108,66,63)
#613B38
(97,59,56)
#563431
(86,52,49)
#4B2D2A
(75,45,42)
#402623
(64,38,35)
#351F1C
(53,31,28)
#2A1815
(42,24,21)
#1F110E
(31,17,14)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #82504D

#82504D
(130,80,77)
#8D5F5D
(141,95,93)
#986E6D
(152,110,109)
#A37D7D
(163,125,125)
#AE8C8D
(174,140,141)
#B99B9D
(185,155,157)
#C4AAAD
(196,170,173)
#CFB9BD
(207,185,189)
#DAC8CD
(218,200,205)
#E5D7DD
(229,215,221)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82504D color. Also use rgb(130,80,77) instead hex code.

Text Font Color

.myTextColor { color: #82504D; }

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

This text font color is #82504D.


Background Color

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

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

This div background color is #82504D.


Border color

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

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

This div border color is #82504D.


Opacity

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

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

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

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

This text has shadow with #82504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82504D on black background.


Color preview on white background

This text has color #82504D on white background.



Black color preview on #82504D background

This text has black color on #82504D background.


White color preview on #82504D background

This text has white color on #82504D background.