COLOR #831E00

HEX: #831E00
RGB: (131,30,0)

Color info

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

RGB color model

#831E00 color RGB value is (131,30,0).

  • red value is 131;
  • green value is 30;
  • blue value is 0.
RGB:
(131,30,0)
(51%,12%,0%)

RGB channels and saturation

R 131 of 255 = 51%
G 30 of 255 = 12%
B 0 of 255 = 0%

131
30
0

R + G + B ~ 21%. #831E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 30 + 0 = 161 (100%)
R 131 of 161 ~ 81.37%
G 30 of 161 ~ 18.63%
B 0 of 161 ~ 0%

%81.37
%18.63

CMYK color model

#831E00 color CMYK value is (0,77,100,49).

  • cyan value is 0.00%
  • magenta value is 77.10%
  • yellow value is 100.00%
  • key color value is 48.63%
CMYK:
(0,77,100,49)
C0M77Y100K49 
(0%,77%,100%,49%)
(0.00/0.77/1.00/0.49)	

CMYK percentages

%0
%77.1
%100
%48.63

Codes

Color #831E00 in popluar color models

831E00
RGB131300
HSL14°100.00%25.69%
HSB/HSV14°100.00%51.37%
CMYK0.00%77.10%100.00%
48.63%

Color #831E00 in popluar number systems.

HEX831E00
Decimal131300
Binary10000011111100
Octal203360

Shades and tints

Shades of #831E00

#831E00
(131,30,0)
#781C00
(120,28,0)
#6D1A00
(109,26,0)
#621800
(98,24,0)
#571600
(87,22,0)
#4C1400
(76,20,0)
#411200
(65,18,0)
#361000
(54,16,0)
#2B0E00
(43,14,0)
#200C00
(32,12,0)
#150A00
(21,10,0)
#000000
(0,0,0)

Tints of #831E00

#831E00
(131,30,0)
#8E3217
(142,50,23)
#99462E
(153,70,46)
#A45A45
(164,90,69)
#AF6E5C
(175,110,92)
#BA8273
(186,130,115)
#C5968A
(197,150,138)
#D0AAA1
(208,170,161)
#DBBEB8
(219,190,184)
#E6D2CF
(230,210,207)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831E00; }

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

This text font color is #831E00.


Background Color

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

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

This div background color is #831E00.


Border color

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

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

This div border color is #831E00.


Opacity

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

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

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

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

This text has shadow with #831E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831E00 on black background.


Color preview on white background

This text has color #831E00 on white background.



Black color preview on #831E00 background

This text has black color on #831E00 background.


White color preview on #831E00 background

This text has white color on #831E00 background.