COLOR #82534E

HEX: #82534E
RGB: (130,83,78)

Color info

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

RGB color model

#82534E color RGB value is (130,83,78).

  • red value is 130;
  • green value is 83;
  • blue value is 78.
RGB:
(130,83,78)
(51%,33%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 83 of 255 = 33%
B 78 of 255 = 31%

130
83
78

R + G + B ~ 38%. #82534E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 83 + 78 = 291 (100%)
R 130 of 291 ~ 44.67%
G 83 of 291 ~ 28.52%
B 78 of 291 ~ 26.8%

%44.67
%28.52
%26.8

CMYK color model

#82534E color CMYK value is (0,36,40,49).

  • cyan value is 0.00%
  • magenta value is 36.15%
  • yellow value is 40.00%
  • key color value is 49.02%
CMYK:
(0,36,40,49)
C0M36Y40K49 
(0%,36%,40%,49%)
(0.00/0.36/0.40/0.49)	

CMYK percentages

%0
%36.15
%40
%49.02

Codes

Color #82534E in popluar color models

82534E
RGB1308378
HSL25.00%40.78%
HSB/HSV40.00%50.98%
CMYK0.00%36.15%40.00%
49.02%

Color #82534E in popluar number systems.

HEX82534E
Decimal1308378
Binary1000001010100111001110
Octal202123116

Shades and tints

Shades of #82534E

#82534E
(130,83,78)
#774C47
(119,76,71)
#6C4540
(108,69,64)
#613E39
(97,62,57)
#563732
(86,55,50)
#4B302B
(75,48,43)
#402924
(64,41,36)
#35221D
(53,34,29)
#2A1B16
(42,27,22)
#1F140F
(31,20,15)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #82534E

#82534E
(130,83,78)
#8D625E
(141,98,94)
#98716E
(152,113,110)
#A3807E
(163,128,126)
#AE8F8E
(174,143,142)
#B99E9E
(185,158,158)
#C4ADAE
(196,173,174)
#CFBCBE
(207,188,190)
#DACBCE
(218,203,206)
#E5DADE
(229,218,222)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82534E color. Also use rgb(130,83,78) instead hex code.

Text Font Color

.myTextColor { color: #82534E; }

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

This text font color is #82534E.


Background Color

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

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

This div background color is #82534E.


Border color

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

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

This div border color is #82534E.


Opacity

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

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

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

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

This text has shadow with #82534E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82534E on black background.


Color preview on white background

This text has color #82534E on white background.



Black color preview on #82534E background

This text has black color on #82534E background.


White color preview on #82534E background

This text has white color on #82534E background.