COLOR #82461E

HEX: #82461E
RGB: (130,70,30)

Color info

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

RGB color model

#82461E color RGB value is (130,70,30).

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

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 30 of 255 = 12%

130
70
30

R + G + B ~ 30%. #82461E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 30 = 230 (100%)
R 130 of 230 ~ 56.52%
G 70 of 230 ~ 30.43%
B 30 of 230 ~ 13.04%

%56.52
%30.43
%13.04

CMYK color model

#82461E color CMYK value is (0,46,77,49).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 76.92%
  • key color value is 49.02%
CMYK:
(0,46,77,49)
C0M46Y77K49 
(0%,46%,77%,49%)
(0.00/0.46/0.77/0.49)	

CMYK percentages

%0
%46.15
%76.92
%49.02

Codes

Color #82461E in popluar color models

82461E
RGB1307030
HSL24°62.50%31.37%
HSB/HSV24°76.92%50.98%
CMYK0.00%46.15%76.92%
49.02%

Color #82461E in popluar number systems.

HEX82461E
Decimal1307030
Binary10000010100011011110
Octal20210636

Shades and tints

Shades of #82461E

#82461E
(130,70,30)
#77401C
(119,64,28)
#6C3A1A
(108,58,26)
#613418
(97,52,24)
#562E16
(86,46,22)
#4B2814
(75,40,20)
#402212
(64,34,18)
#351C10
(53,28,16)
#2A160E
(42,22,14)
#1F100C
(31,16,12)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #82461E

#82461E
(130,70,30)
#8D5632
(141,86,50)
#986646
(152,102,70)
#A3765A
(163,118,90)
#AE866E
(174,134,110)
#B99682
(185,150,130)
#C4A696
(196,166,150)
#CFB6AA
(207,182,170)
#DAC6BE
(218,198,190)
#E5D6D2
(229,214,210)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82461E; }

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

This text font color is #82461E.


Background Color

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

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

This div background color is #82461E.


Border color

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

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

This div border color is #82461E.


Opacity

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

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

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

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

This text has shadow with #82461E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82461E on black background.


Color preview on white background

This text has color #82461E on white background.



Black color preview on #82461E background

This text has black color on #82461E background.


White color preview on #82461E background

This text has white color on #82461E background.