COLOR #831A13

HEX: #831A13
RGB: (131,26,19)

Color info

#831A13 contains mainly red color. Web safe color of #831A13 is #990000 (or #900).

RGB color model

#831A13 color RGB value is (131,26,19).

  • red value is 131;
  • green value is 26;
  • blue value is 19.
RGB:
(131,26,19)
(51%,10%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 26 of 255 = 10%
B 19 of 255 = 7%

131
26
19

R + G + B ~ 23%. #831A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 26 + 19 = 176 (100%)
R 131 of 176 ~ 74.43%
G 26 of 176 ~ 14.77%
B 19 of 176 ~ 10.8%

%74.43
%14.77
%10.8

CMYK color model

#831A13 color CMYK value is (0,80,85,49).

  • cyan value is 0.00%
  • magenta value is 80.15%
  • yellow value is 85.50%
  • key color value is 48.63%
CMYK:
(0,80,85,49)
C0M80Y85K49 
(0%,80%,85%,49%)
(0.00/0.80/0.85/0.49)	

CMYK percentages

%0
%80.15
%85.5
%48.63

Codes

Color #831A13 in popluar color models

831A13
RGB1312619
HSL74.67%29.41%
HSB/HSV85.50%51.37%
CMYK0.00%80.15%85.50%
48.63%

Color #831A13 in popluar number systems.

HEX831A13
Decimal1312619
Binary100000111101010011
Octal2033223

Shades and tints

Shades of #831A13

#831A13
(131,26,19)
#781812
(120,24,18)
#6D1611
(109,22,17)
#621410
(98,20,16)
#57120F
(87,18,15)
#4C100E
(76,16,14)
#410E0D
(65,14,13)
#360C0C
(54,12,12)
#2B0A0B
(43,10,11)
#20080A
(32,8,10)
#150609
(21,6,9)
#000000
(0,0,0)

Tints of #831A13

#831A13
(131,26,19)
#8E2E28
(142,46,40)
#99423D
(153,66,61)
#A45652
(164,86,82)
#AF6A67
(175,106,103)
#BA7E7C
(186,126,124)
#C59291
(197,146,145)
#D0A6A6
(208,166,166)
#DBBABB
(219,186,187)
#E6CED0
(230,206,208)
#F1E2E5
(241,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831A13 color. Also use rgb(131,26,19) instead hex code.

Text Font Color

.myTextColor { color: #831A13; }

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

This text font color is #831A13.


Background Color

.myBgColor { background-color: #831A13; }

<div style="background-color:#831A13">Inner text</div>

This div background color is #831A13.


Border color

.myBorderColor { border: 1px solid #831A13; }

<div style="border:3px solid #831A13">Div</div>

This div border color is #831A13.


Opacity

.myOpacity80 { color: #831A13; opacity: 0.8; }

<p style="color:#831A13;opacity:0.8;">80%</p>

Text with #831A13 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 #831A13;}

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

This text has shadow with #831A13 color.

.textShadow {text-shadow: 3px 3px 1px #831A13, 3px 3px 1px red;}

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

This text has shadow with #831A13 primary color and red secondary color.


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

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

This text has shadow with #831A13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831A13 on black background.


Color preview on white background

This text has color #831A13 on white background.



Black color preview on #831A13 background

This text has black color on #831A13 background.


White color preview on #831A13 background

This text has white color on #831A13 background.