COLOR #82543F

HEX: #82543F
RGB: (130,84,63)

Color info

#82543F contains mainly red and green colors. Web safe color of #82543F is #996633 (or #963).

RGB color model

#82543F color RGB value is (130,84,63).

  • red value is 130;
  • green value is 84;
  • blue value is 63.
RGB:
(130,84,63)
(51%,33%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 84 of 255 = 33%
B 63 of 255 = 25%

130
84
63

R + G + B ~ 36%. #82543F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 84 + 63 = 277 (100%)
R 130 of 277 ~ 46.93%
G 84 of 277 ~ 30.32%
B 63 of 277 ~ 22.74%

%46.93
%30.32
%22.74

CMYK color model

#82543F color CMYK value is (0,35,52,49).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,35,52,49)
C0M35Y52K49 
(0%,35%,52%,49%)
(0.00/0.35/0.52/0.49)	

CMYK percentages

%0
%35.38
%51.54
%49.02

Codes

Color #82543F in popluar color models

82543F
RGB1308463
HSL19°34.72%37.84%
HSB/HSV19°51.54%50.98%
CMYK0.00%35.38%51.54%
49.02%

Color #82543F in popluar number systems.

HEX82543F
Decimal1308463
Binary100000101010100111111
Octal20212477

Shades and tints

Shades of #82543F

#82543F
(130,84,63)
#774D3A
(119,77,58)
#6C4635
(108,70,53)
#613F30
(97,63,48)
#56382B
(86,56,43)
#4B3126
(75,49,38)
#402A21
(64,42,33)
#35231C
(53,35,28)
#2A1C17
(42,28,23)
#1F1512
(31,21,18)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #82543F

#82543F
(130,84,63)
#8D6350
(141,99,80)
#987261
(152,114,97)
#A38172
(163,129,114)
#AE9083
(174,144,131)
#B99F94
(185,159,148)
#C4AEA5
(196,174,165)
#CFBDB6
(207,189,182)
#DACCC7
(218,204,199)
#E5DBD8
(229,219,216)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82543F color. Also use rgb(130,84,63) instead hex code.

Text Font Color

.myTextColor { color: #82543F; }

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

This text font color is #82543F.


Background Color

.myBgColor { background-color: #82543F; }

<div style="background-color:#82543F">Inner text</div>

This div background color is #82543F.


Border color

.myBorderColor { border: 1px solid #82543F; }

<div style="border:3px solid #82543F">Div</div>

This div border color is #82543F.


Opacity

.myOpacity80 { color: #82543F; opacity: 0.8; }

<p style="color:#82543F;opacity:0.8;">80%</p>

Text with #82543F 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 #82543F;}

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

This text has shadow with #82543F color.

.textShadow {text-shadow: 3px 3px 1px #82543F, 3px 3px 1px red;}

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

This text has shadow with #82543F primary color and red secondary color.


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

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

This text has shadow with #82543F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82543F on black background.


Color preview on white background

This text has color #82543F on white background.



Black color preview on #82543F background

This text has black color on #82543F background.


White color preview on #82543F background

This text has white color on #82543F background.