COLOR #83092E

HEX: #83092E
RGB: (131,9,46)

Color info

#83092E contains mainly red color. Web safe color of #83092E is #990033 (or #903).

RGB color model

#83092E color RGB value is (131,9,46).

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

RGB channels and saturation

R 131 of 255 = 51%
G 9 of 255 = 4%
B 46 of 255 = 18%

131
9
46

R + G + B ~ 24%. #83092E is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 9 + 46 = 186 (100%)
R 131 of 186 ~ 70.43%
G 9 of 186 ~ 4.84%
B 46 of 186 ~ 24.73%

%70.43
%24.73

CMYK color model

#83092E color CMYK value is (0,93,65,49).

  • cyan value is 0.00%
  • magenta value is 93.13%
  • yellow value is 64.89%
  • key color value is 48.63%
CMYK:
(0,93,65,49)
C0M93Y65K49 
(0%,93%,65%,49%)
(0.00/0.93/0.65/0.49)	

CMYK percentages

%0
%93.13
%64.89
%48.63

Codes

Color #83092E in popluar color models

83092E
RGB131946
HSL342°87.14%27.45%
HSB/HSV342°93.13%51.37%
CMYK0.00%93.13%64.89%
48.63%

Color #83092E in popluar number systems.

HEX83092E
Decimal131946
Binary100000111001101110
Octal2031156

Shades and tints

Shades of #83092E

#83092E
(131,9,46)
#78092A
(120,9,42)
#6D0926
(109,9,38)
#620922
(98,9,34)
#57091E
(87,9,30)
#4C091A
(76,9,26)
#410916
(65,9,22)
#360912
(54,9,18)
#2B090E
(43,9,14)
#20090A
(32,9,10)
#150906
(21,9,6)
#000000
(0,0,0)

Tints of #83092E

#83092E
(131,9,46)
#8E1F41
(142,31,65)
#993554
(153,53,84)
#A44B67
(164,75,103)
#AF617A
(175,97,122)
#BA778D
(186,119,141)
#C58DA0
(197,141,160)
#D0A3B3
(208,163,179)
#DBB9C6
(219,185,198)
#E6CFD9
(230,207,217)
#F1E5EC
(241,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83092E; }

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

This text font color is #83092E.


Background Color

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

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

This div background color is #83092E.


Border color

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

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

This div border color is #83092E.


Opacity

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

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

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

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

This text has shadow with #83092E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83092E on black background.


Color preview on white background

This text has color #83092E on white background.



Black color preview on #83092E background

This text has black color on #83092E background.


White color preview on #83092E background

This text has white color on #83092E background.