COLOR #82150E

HEX: #82150E
RGB: (130,21,14)

Color info

#82150E contains mainly red color. Web safe color of #82150E is #990000 (or #900).

RGB color model

#82150E color RGB value is (130,21,14).

  • red value is 130;
  • green value is 21;
  • blue value is 14.
RGB:
(130,21,14)
(51%,8%,5%)

RGB channels and saturation

R 130 of 255 = 51%
G 21 of 255 = 8%
B 14 of 255 = 5%

130
21
14

R + G + B ~ 21%. #82150E is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 21 + 14 = 165 (100%)
R 130 of 165 ~ 78.79%
G 21 of 165 ~ 12.73%
B 14 of 165 ~ 8.48%

%78.79
%12.73

CMYK color model

#82150E color CMYK value is (0,84,89,49).

  • cyan value is 0.00%
  • magenta value is 83.85%
  • yellow value is 89.23%
  • key color value is 49.02%
CMYK:
(0,84,89,49)
C0M84Y89K49 
(0%,84%,89%,49%)
(0.00/0.84/0.89/0.49)	

CMYK percentages

%0
%83.85
%89.23
%49.02

Codes

Color #82150E in popluar color models

82150E
RGB1302114
HSL80.56%28.24%
HSB/HSV89.23%50.98%
CMYK0.00%83.85%89.23%
49.02%

Color #82150E in popluar number systems.

HEX82150E
Decimal1302114
Binary10000010101011110
Octal2022516

Shades and tints

Shades of #82150E

#82150E
(130,21,14)
#77140D
(119,20,13)
#6C130C
(108,19,12)
#61120B
(97,18,11)
#56110A
(86,17,10)
#4B1009
(75,16,9)
#400F08
(64,15,8)
#350E07
(53,14,7)
#2A0D06
(42,13,6)
#1F0C05
(31,12,5)
#140B04
(20,11,4)
#000000
(0,0,0)

Tints of #82150E

#82150E
(130,21,14)
#8D2A23
(141,42,35)
#983F38
(152,63,56)
#A3544D
(163,84,77)
#AE6962
(174,105,98)
#B97E77
(185,126,119)
#C4938C
(196,147,140)
#CFA8A1
(207,168,161)
#DABDB6
(218,189,182)
#E5D2CB
(229,210,203)
#F0E7E0
(240,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82150E color. Also use rgb(130,21,14) instead hex code.

Text Font Color

.myTextColor { color: #82150E; }

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

This text font color is #82150E.


Background Color

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

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

This div background color is #82150E.


Border color

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

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

This div border color is #82150E.


Opacity

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

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

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

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

This text has shadow with #82150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82150E on black background.


Color preview on white background

This text has color #82150E on white background.



Black color preview on #82150E background

This text has black color on #82150E background.


White color preview on #82150E background

This text has white color on #82150E background.