COLOR #82463F

HEX: #82463F RGB: (130,70,63)

Color info

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

RGB color model

#82463F color RGB value is (130,70,63).

RGB: (130,70,63) (51%, 27%, 25%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 63 of 255 = 25%

130
70
63

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

Portions of RGB colors in percentages

R + G + B = 130 + 70 + 63 = 263 (100%)
R 130 of 263 ~ 49.43%
G 70 of 263 ~ 26.62%
B 63 of 263 ~ 23.95'%

%49.43
%26.62
%23.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 51.54%
  • 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
%51.54
%49.02

Codes

Color #82463F in popluar color models

82 46 3F
RGB 130 70 63
HSL 34.72% 37.84%
HSB/HSV 51.54% 50.98%
CMYK 0.00% 46.15% 51.54%
49.02%

Color #82463F in popluar number systems.

HEX 82 46 3F
Decimal 130 70 63
Binary 10000010 1000110 111111
Octal 202 106 77

Shades and tints

Shades of #82463F

#82463F
(130,70,63)
#77403A
(119,64,58)
#6C3A35
(108,58,53)
#613430
(97,52,48)
#562E2B
(86,46,43)
#4B2826
(75,40,38)
#402221
(64,34,33)
#351C1C
(53,28,28)
#2A1617
(42,22,23)
#1F1012
(31,16,18)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #82463F

#82463F
(130,70,63)
#8D5650
(141,86,80)
#986661
(152,102,97)
#A37672
(163,118,114)
#AE8683
(174,134,131)
#B99694
(185,150,148)
#C4A6A5
(196,166,165)
#CFB6B6
(207,182,182)
#DAC6C7
(218,198,199)
#E5D6D8
(229,214,216)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82463F; }

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

This text font color is #82463F.

Background Color

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

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

This div background color is #82463F.

Border color

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

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

This div border color is #82463F.

Opacity

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

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

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

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

This text has shadow with #82463F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82463F.

Preview

Color preview on black background

This text has color #82463F on black background.


Color preview on white background

This text has color #82463F on white background.


Black color preview on #82463F background

This text has black color on #82463F background.


White color preview on #82463F background

This text has white color on #82463F background.


Related colors

Complementary color

Complementary color for #hex is #7DB9C0.


I love getcolorcode.com

Triadic colors

1 #3F8246 and #463F82 with #82463F are triadic colors.

2 #3F4682 and #46823F with #82463F are triadic colors.