COLOR #83242E

HEX: #83242E
RGB: (131,36,46)

Color info

#83242E contains mainly red color. Web safe color of #83242E is #993333 (or #933).

RGB color model

#83242E color RGB value is (131,36,46).

  • red value is 131;
  • green value is 36;
  • blue value is 46.
RGB:
(131,36,46)
(51%,14%,18%)

RGB channels and saturation

R 131 of 255 = 51%
G 36 of 255 = 14%
B 46 of 255 = 18%

131
36
46

R + G + B ~ 28%. #83242E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 36 + 46 = 213 (100%)
R 131 of 213 ~ 61.5%
G 36 of 213 ~ 16.9%
B 46 of 213 ~ 21.6%

%61.5
%16.9
%21.6

CMYK color model

#83242E color CMYK value is (0,73,65,49).

  • cyan value is 0.00%
  • magenta value is 72.52%
  • yellow value is 64.89%
  • key color value is 48.63%
CMYK:
(0,73,65,49)
C0M73Y65K49 
(0%,73%,65%,49%)
(0.00/0.73/0.65/0.49)	

CMYK percentages

%0
%72.52
%64.89
%48.63

Codes

Color #83242E in popluar color models

83242E
RGB1313646
HSL354°56.89%32.75%
HSB/HSV354°72.52%51.37%
CMYK0.00%72.52%64.89%
48.63%

Color #83242E in popluar number systems.

HEX83242E
Decimal1313646
Binary10000011100100101110
Octal2034456

Shades and tints

Shades of #83242E

#83242E
(131,36,46)
#78212A
(120,33,42)
#6D1E26
(109,30,38)
#621B22
(98,27,34)
#57181E
(87,24,30)
#4C151A
(76,21,26)
#411216
(65,18,22)
#360F12
(54,15,18)
#2B0C0E
(43,12,14)
#20090A
(32,9,10)
#150606
(21,6,6)
#000000
(0,0,0)

Tints of #83242E

#83242E
(131,36,46)
#8E3741
(142,55,65)
#994A54
(153,74,84)
#A45D67
(164,93,103)
#AF707A
(175,112,122)
#BA838D
(186,131,141)
#C596A0
(197,150,160)
#D0A9B3
(208,169,179)
#DBBCC6
(219,188,198)
#E6CFD9
(230,207,217)
#F1E2EC
(241,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83242E color. Also use rgb(131,36,46) instead hex code.

Text Font Color

.myTextColor { color: #83242E; }

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

This text font color is #83242E.


Background Color

.myBgColor { background-color: #83242E; }

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

This div background color is #83242E.


Border color

.myBorderColor { border: 1px solid #83242E; }

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

This div border color is #83242E.


Opacity

.myOpacity80 { color: #83242E; opacity: 0.8; }

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

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

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

This text has shadow with #83242E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83242E on black background.


Color preview on white background

This text has color #83242E on white background.



Black color preview on #83242E background

This text has black color on #83242E background.


White color preview on #83242E background

This text has white color on #83242E background.