COLOR #82463E

HEX: #82463E
RGB: (130,70,62)

Color info

#82463E contains mainly red color. Web safe color of #82463E is #993333 (or #933).

RGB color model

#82463E color RGB value is (130,70,62).

  • red value is 130;
  • green value is 70;
  • blue value is 62.
RGB:
(130,70,62)
(51%,27%,24%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 62 of 255 = 24%

130
70
62

R + G + B ~ 34%. #82463E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 62 = 262 (100%)
R 130 of 262 ~ 49.62%
G 70 of 262 ~ 26.72%
B 62 of 262 ~ 23.66%

%49.62
%26.72
%23.66

CMYK color model

#82463E color CMYK value is (0,46,52,49).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 52.31%
  • key color value is 49.02%
CMYK:
(0,46,52,49)
C0M46Y52K49 
(0%,46%,52%,49%)
(0.00/0.46/0.52/0.49)	

CMYK percentages

%0
%46.15
%52.31
%49.02

Codes

Color #82463E in popluar color models

82463E
RGB1307062
HSL35.42%37.65%
HSB/HSV52.31%50.98%
CMYK0.00%46.15%52.31%
49.02%

Color #82463E in popluar number systems.

HEX82463E
Decimal1307062
Binary100000101000110111110
Octal20210676

Shades and tints

Shades of #82463E

#82463E
(130,70,62)
#774039
(119,64,57)
#6C3A34
(108,58,52)
#61342F
(97,52,47)
#562E2A
(86,46,42)
#4B2825
(75,40,37)
#402220
(64,34,32)
#351C1B
(53,28,27)
#2A1616
(42,22,22)
#1F1011
(31,16,17)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #82463E

#82463E
(130,70,62)
#8D564F
(141,86,79)
#986660
(152,102,96)
#A37671
(163,118,113)
#AE8682
(174,134,130)
#B99693
(185,150,147)
#C4A6A4
(196,166,164)
#CFB6B5
(207,182,181)
#DAC6C6
(218,198,198)
#E5D6D7
(229,214,215)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82463E color. Also use rgb(130,70,62) instead hex code.

Text Font Color

.myTextColor { color: #82463E; }

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

This text font color is #82463E.


Background Color

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

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

This div background color is #82463E.


Border color

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

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

This div border color is #82463E.


Opacity

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

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

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

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

This text has shadow with #82463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82463E on black background.


Color preview on white background

This text has color #82463E on white background.



Black color preview on #82463E background

This text has black color on #82463E background.


White color preview on #82463E background

This text has white color on #82463E background.