COLOR #831B15

HEX: #831B15
RGB: (131,27,21)

Color info

#831B15 contains mainly red color. Web safe color of #831B15 is #993300 (or #930).

RGB color model

#831B15 color RGB value is (131,27,21).

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

RGB channels and saturation

R 131 of 255 = 51%
G 27 of 255 = 11%
B 21 of 255 = 8%

131
27
21

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

Portions of RGB colors in percentages

R + G + B =
131 + 27 + 21 = 179 (100%)
R 131 of 179 ~ 73.18%
G 27 of 179 ~ 15.08%
B 21 of 179 ~ 11.73%

%73.18
%15.08
%11.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 79.39%
  • yellow value is 83.97%
  • key color value is 48.63%
CMYK:
(0,79,84,49)
C0M79Y84K49 
(0%,79%,84%,49%)
(0.00/0.79/0.84/0.49)	

CMYK percentages

%0
%79.39
%83.97
%48.63

Codes

Color #831B15 in popluar color models

831B15
RGB1312721
HSL72.37%29.80%
HSB/HSV83.97%51.37%
CMYK0.00%79.39%83.97%
48.63%

Color #831B15 in popluar number systems.

HEX831B15
Decimal1312721
Binary100000111101110101
Octal2033325

Shades and tints

Shades of #831B15

#831B15
(131,27,21)
#781914
(120,25,20)
#6D1713
(109,23,19)
#621512
(98,21,18)
#571311
(87,19,17)
#4C1110
(76,17,16)
#410F0F
(65,15,15)
#360D0E
(54,13,14)
#2B0B0D
(43,11,13)
#20090C
(32,9,12)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #831B15

#831B15
(131,27,21)
#8E2F2A
(142,47,42)
#99433F
(153,67,63)
#A45754
(164,87,84)
#AF6B69
(175,107,105)
#BA7F7E
(186,127,126)
#C59393
(197,147,147)
#D0A7A8
(208,167,168)
#DBBBBD
(219,187,189)
#E6CFD2
(230,207,210)
#F1E3E7
(241,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831B15; }

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

This text font color is #831B15.


Background Color

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

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

This div background color is #831B15.


Border color

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

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

This div border color is #831B15.


Opacity

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

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

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

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

This text has shadow with #831B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831B15 on black background.


Color preview on white background

This text has color #831B15 on white background.



Black color preview on #831B15 background

This text has black color on #831B15 background.


White color preview on #831B15 background

This text has white color on #831B15 background.