COLOR #82381F

HEX: #82381F RGB: (130,56,31)

Color info

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

RGB color model

#82381F color RGB value is (130,56,31).

RGB: (130,56,31) (51%, 22%, 12%)

RGB channels and saturation

R 130 of 255 = 51%
G 56 of 255 = 22%
B 31 of 255 = 12%

130
56
31

R + G + B ~ 28%. #82381F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 56 + 31 = 217 (100%)
R 130 of 217 ~ 59.91%
G 56 of 217 ~ 25.81%
B 31 of 217 ~ 14.29'%

%59.91
%25.81
%14.29

CMYK color model

#82381F color CMYK value is (0,57,76,49).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 76.15%
  • key color value is 49.02%
CMYK: (0,57,76,49) C0M57Y76K49 (0%,57%,76%,49%) (0.00/0.57/0.76/0.49) 

CMYK percentages

%0
%56.92
%76.15
%49.02

Codes

Color #82381F in popluar color models

82 38 1F
RGB 130 56 31
HSL 15° 61.49% 31.57%
HSB/HSV 15° 76.15% 50.98%
CMYK 0.00% 56.92% 76.15%
49.02%

Color #82381F in popluar number systems.

HEX 82 38 1F
Decimal 130 56 31
Binary 10000010 111000 11111
Octal 202 70 37

Shades and tints

Shades of #82381F

#82381F
(130,56,31)
#77331D
(119,51,29)
#6C2E1B
(108,46,27)
#612919
(97,41,25)
#562417
(86,36,23)
#4B1F15
(75,31,21)
#401A13
(64,26,19)
#351511
(53,21,17)
#2A100F
(42,16,15)
#1F0B0D
(31,11,13)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #82381F

#82381F
(130,56,31)
#8D4A33
(141,74,51)
#985C47
(152,92,71)
#A36E5B
(163,110,91)
#AE806F
(174,128,111)
#B99283
(185,146,131)
#C4A497
(196,164,151)
#CFB6AB
(207,182,171)
#DAC8BF
(218,200,191)
#E5DAD3
(229,218,211)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82381F color. Also use rgb(130,56,31) instead hex code.

Text Font Color

.myTextColor { color: #82381F; }

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

This text font color is #82381F.

Background Color

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

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

This div background color is #82381F.

Border color

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

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

This div border color is #82381F.

Opacity

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

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

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

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

This text has shadow with #82381F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82381F.

Preview

Color preview on black background

This text has color #82381F on black background.


Color preview on white background

This text has color #82381F on white background.


Black color preview on #82381F background

This text has black color on #82381F background.


White color preview on #82381F background

This text has white color on #82381F background.


Related colors

Complementary color

Complementary color for #hex is #7DC7E0.


I love getcolorcode.com

Triadic colors

1 #1F8238 and #381F82 with #82381F are triadic colors.

2 #1F3882 and #38821F with #82381F are triadic colors.