COLOR #831C1C

HEX: #831C1C
RGB: (131,28,28)

Color info

#831C1C contains mainly red color. Web safe color of #831C1C is #993333 (or #933).

RGB color model

#831C1C color RGB value is (131,28,28).

  • red value is 131;
  • green value is 28;
  • blue value is 28.
RGB:
(131,28,28)
(51%,11%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 28 of 255 = 11%
B 28 of 255 = 11%

131
28
28

R + G + B ~ 24%. #831C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 28 + 28 = 187 (100%)
R 131 of 187 ~ 70.05%
G 28 of 187 ~ 14.97%
B 28 of 187 ~ 14.97%

%70.05
%14.97
%14.97

CMYK color model

#831C1C color CMYK value is (0,79,79,49).

  • cyan value is 0.00%
  • magenta value is 78.63%
  • yellow value is 78.63%
  • key color value is 48.63%
CMYK:
(0,79,79,49)
C0M79Y79K49 
(0%,79%,79%,49%)
(0.00/0.79/0.79/0.49)	

CMYK percentages

%0
%78.63
%78.63
%48.63

Codes

Color #831C1C in popluar color models

831C1C
RGB1312828
HSL64.78%31.18%
HSB/HSV78.63%51.37%
CMYK0.00%78.63%78.63%
48.63%

Color #831C1C in popluar number systems.

HEX831C1C
Decimal1312828
Binary100000111110011100
Octal2033434

Shades and tints

Shades of #831C1C

#831C1C
(131,28,28)
#781A1A
(120,26,26)
#6D1818
(109,24,24)
#621616
(98,22,22)
#571414
(87,20,20)
#4C1212
(76,18,18)
#411010
(65,16,16)
#360E0E
(54,14,14)
#2B0C0C
(43,12,12)
#200A0A
(32,10,10)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #831C1C

#831C1C
(131,28,28)
#8E3030
(142,48,48)
#994444
(153,68,68)
#A45858
(164,88,88)
#AF6C6C
(175,108,108)
#BA8080
(186,128,128)
#C59494
(197,148,148)
#D0A8A8
(208,168,168)
#DBBCBC
(219,188,188)
#E6D0D0
(230,208,208)
#F1E4E4
(241,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831C1C; }

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

This text font color is #831C1C.


Background Color

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

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

This div background color is #831C1C.


Border color

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

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

This div border color is #831C1C.


Opacity

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

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

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

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

This text has shadow with #831C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831C1C on black background.


Color preview on white background

This text has color #831C1C on white background.



Black color preview on #831C1C background

This text has black color on #831C1C background.


White color preview on #831C1C background

This text has white color on #831C1C background.