COLOR #83123B

HEX: #83123B RGB: (131,18,59)

Color info

#83123B contains mainly red color. Web safe color of #83123B is #990033 (or #903).

RGB color model

#83123B color RGB value is (131,18,59).

RGB: (131,18,59) (51%, 7%, 23%)

RGB channels and saturation

R 131 of 255 = 51%
G 18 of 255 = 7%
B 59 of 255 = 23%

131
18
59

R + G + B ~ 27%. #83123B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 18 + 59 = 208 (100%)
R 131 of 208 ~ 62.98%
G 18 of 208 ~ 8.65%
B 59 of 208 ~ 28.37'%

%62.98
%28.37

CMYK color model

#83123B color CMYK value is (0,86,55,49).

  • cyan value is 0.00%
  • magenta value is 86.26%
  • yellow value is 54.96%
  • key color value is 48.63%

CMYK: (0,86,55,49)
C0M86Y55K49 (0%, 86%, 55%, 49%)
(0.00 / 0.86 / 0.55 / 0.49)

CMYK percentages

%0
%86.26
%54.96
%48.63

Codes

Color #83123B in popluar color models

83 12 3B
RGB 131 18 59
HSL 338° 75.84% 29.22%
HSB/HSV 338° 86.26% 51.37%
CMYK 0.00% 86.26% 54.96%
48.63%

Color #83123B in popluar number systems.

HEX 83 12 3B
Decimal 131 18 59
Binary 10000011 10010 111011
Octal 203 22 73

Shades and tints

Shades of #83123B

#83123B
(131,18,59)
#781136
(120,17,54)
#6D1031
(109,16,49)
#620F2C
(98,15,44)
#570E27
(87,14,39)
#4C0D22
(76,13,34)
#410C1D
(65,12,29)
#360B18
(54,11,24)
#2B0A13
(43,10,19)
#20090E
(32,9,14)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #83123B

#83123B
(131,18,59)
#8E274C
(142,39,76)
#993C5D
(153,60,93)
#A4516E
(164,81,110)
#AF667F
(175,102,127)
#BA7B90
(186,123,144)
#C590A1
(197,144,161)
#D0A5B2
(208,165,178)
#DBBAC3
(219,186,195)
#E6CFD4
(230,207,212)
#F1E4E5
(241,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83123B color. Also use rgb(131,18,59) instead hex code.

Text Font Color

.myTextColor { color: #83123B; }

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

This text font color is #83123B.

Background Color

.myBgColor { background-color: #83123B; }

<div style="background-color:#83123B">Inner text</div>

This div background color is #83123B.

Border color

.myBorderColor { border: 1px solid #83123B; }

<div style="border:3px solid #83123B">Div</div>

This div border color is #83123B.

Opacity

.myOpacity80 { color: #83123B; opacity: 0.8; }

<p style="color:#83123B;opacity:0.8;">80%</p>

Text with #83123B 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 #83123B;}

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

This text has shadow with #83123B color.


.textShadow {text-shadow: 3px 3px 1px #83123B', 3px 3px 1px red;}

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

This text has shadow with #83123B primary color and red secondary color.


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

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

This text has shadow with #83123B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83123B; -webkit-box-shadow: 1px 1px 3px 2px #83123B; box-shadow:1px 1px 3px 2px #83123B;">
Div content here
</div>

This div box has shadow with color #83123B.

Preview

Color preview on black background

This text has color #83123B on black background.


Color preview on white background

This text has color #83123B on white background.


Black color preview on #83123B background

This text has black color on #83123B background.


White color preview on #83123B background

This text has white color on #83123B background.


Related colors

Complementary color

Complementary color for #hex is #7CEDC4.


I love getcolorcode.com

Triadic colors

1 #3B8312 and #123B83 with #83123B are triadic colors.

2 #3B1283 and #12833B with #83123B are triadic colors.