COLOR #831812

HEX: #831812
RGB: (131,24,18)

Color info

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

RGB color model

#831812 color RGB value is (131,24,18).

  • red value is 131;
  • green value is 24;
  • blue value is 18.
RGB:
(131,24,18)
(51%,9%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 24 of 255 = 9%
B 18 of 255 = 7%

131
24
18

R + G + B ~ 22%. #831812 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 24 + 18 = 173 (100%)
R 131 of 173 ~ 75.72%
G 24 of 173 ~ 13.87%
B 18 of 173 ~ 10.4%

%75.72
%13.87
%10.4

CMYK color model

#831812 color CMYK value is (0,82,86,49).

  • cyan value is 0.00%
  • magenta value is 81.68%
  • yellow value is 86.26%
  • key color value is 48.63%
CMYK:
(0,82,86,49)
C0M82Y86K49 
(0%,82%,86%,49%)
(0.00/0.82/0.86/0.49)	

CMYK percentages

%0
%81.68
%86.26
%48.63

Codes

Color #831812 in popluar color models

831812
RGB1312418
HSL75.84%29.22%
HSB/HSV86.26%51.37%
CMYK0.00%81.68%86.26%
48.63%

Color #831812 in popluar number systems.

HEX831812
Decimal1312418
Binary100000111100010010
Octal2033022

Shades and tints

Shades of #831812

#831812
(131,24,18)
#781611
(120,22,17)
#6D1410
(109,20,16)
#62120F
(98,18,15)
#57100E
(87,16,14)
#4C0E0D
(76,14,13)
#410C0C
(65,12,12)
#360A0B
(54,10,11)
#2B080A
(43,8,10)
#200609
(32,6,9)
#150408
(21,4,8)
#000000
(0,0,0)

Tints of #831812

#831812
(131,24,18)
#8E2D27
(142,45,39)
#99423C
(153,66,60)
#A45751
(164,87,81)
#AF6C66
(175,108,102)
#BA817B
(186,129,123)
#C59690
(197,150,144)
#D0ABA5
(208,171,165)
#DBC0BA
(219,192,186)
#E6D5CF
(230,213,207)
#F1EAE4
(241,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831812 color. Also use rgb(131,24,18) instead hex code.

Text Font Color

.myTextColor { color: #831812; }

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

This text font color is #831812.


Background Color

.myBgColor { background-color: #831812; }

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

This div background color is #831812.


Border color

.myBorderColor { border: 1px solid #831812; }

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

This div border color is #831812.


Opacity

.myOpacity80 { color: #831812; opacity: 0.8; }

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

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

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

This text has shadow with #831812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831812 on black background.


Color preview on white background

This text has color #831812 on white background.



Black color preview on #831812 background

This text has black color on #831812 background.


White color preview on #831812 background

This text has white color on #831812 background.