COLOR #83251C

HEX: #83251C
RGB: (131,37,28)

Color info

#83251C contains mainly red color. Web safe color of #83251C is #993333 (or #933).

RGB color model

#83251C color RGB value is (131,37,28).

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

RGB channels and saturation

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

131
37
28

R + G + B ~ 26%. #83251C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 37 + 28 = 196 (100%)
R 131 of 196 ~ 66.84%
G 37 of 196 ~ 18.88%
B 28 of 196 ~ 14.29%

%66.84
%18.88
%14.29

CMYK color model

#83251C color CMYK value is (0,72,79,49).

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

CMYK percentages

%0
%71.76
%78.63
%48.63

Codes

Color #83251C in popluar color models

83251C
RGB1313728
HSL64.78%31.18%
HSB/HSV78.63%51.37%
CMYK0.00%71.76%78.63%
48.63%

Color #83251C in popluar number systems.

HEX83251C
Decimal1313728
Binary1000001110010111100
Octal2034534

Shades and tints

Shades of #83251C

#83251C
(131,37,28)
#78221A
(120,34,26)
#6D1F18
(109,31,24)
#621C16
(98,28,22)
#571914
(87,25,20)
#4C1612
(76,22,18)
#411310
(65,19,16)
#36100E
(54,16,14)
#2B0D0C
(43,13,12)
#200A0A
(32,10,10)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #83251C

#83251C
(131,37,28)
#8E3830
(142,56,48)
#994B44
(153,75,68)
#A45E58
(164,94,88)
#AF716C
(175,113,108)
#BA8480
(186,132,128)
#C59794
(197,151,148)
#D0AAA8
(208,170,168)
#DBBDBC
(219,189,188)
#E6D0D0
(230,208,208)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83251C; }

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

This text font color is #83251C.


Background Color

.myBgColor { background-color: #83251C; }

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

This div background color is #83251C.


Border color

.myBorderColor { border: 1px solid #83251C; }

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

This div border color is #83251C.


Opacity

.myOpacity80 { color: #83251C; opacity: 0.8; }

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

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

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

This text has shadow with #83251C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83251C on black background.


Color preview on white background

This text has color #83251C on white background.



Black color preview on #83251C background

This text has black color on #83251C background.


White color preview on #83251C background

This text has white color on #83251C background.