COLOR #83173F

HEX: #83173F
RGB: (131,23,63)

Color info

#83173F contains mainly red color. Web safe color of #83173F is #990033 (or #903).

RGB color model

#83173F color RGB value is (131,23,63).

  • red value is 131;
  • green value is 23;
  • blue value is 63.
RGB:
(131,23,63)
(51%,9%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 23 of 255 = 9%
B 63 of 255 = 25%

131
23
63

R + G + B ~ 28%. #83173F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 23 + 63 = 217 (100%)
R 131 of 217 ~ 60.37%
G 23 of 217 ~ 10.6%
B 63 of 217 ~ 29.03%

%60.37
%10.6
%29.03

CMYK color model

#83173F color CMYK value is (0,82,52,49).

  • cyan value is 0.00%
  • magenta value is 82.44%
  • yellow value is 51.91%
  • key color value is 48.63%
CMYK:
(0,82,52,49)
C0M82Y52K49 
(0%,82%,52%,49%)
(0.00/0.82/0.52/0.49)	

CMYK percentages

%0
%82.44
%51.91
%48.63

Codes

Color #83173F in popluar color models

83173F
RGB1312363
HSL338°70.13%30.20%
HSB/HSV338°82.44%51.37%
CMYK0.00%82.44%51.91%
48.63%

Color #83173F in popluar number systems.

HEX83173F
Decimal1312363
Binary1000001110111111111
Octal2032777

Shades and tints

Shades of #83173F

#83173F
(131,23,63)
#78153A
(120,21,58)
#6D1335
(109,19,53)
#621130
(98,17,48)
#570F2B
(87,15,43)
#4C0D26
(76,13,38)
#410B21
(65,11,33)
#36091C
(54,9,28)
#2B0717
(43,7,23)
#200512
(32,5,18)
#15030D
(21,3,13)
#000000
(0,0,0)

Tints of #83173F

#83173F
(131,23,63)
#8E2C50
(142,44,80)
#994161
(153,65,97)
#A45672
(164,86,114)
#AF6B83
(175,107,131)
#BA8094
(186,128,148)
#C595A5
(197,149,165)
#D0AAB6
(208,170,182)
#DBBFC7
(219,191,199)
#E6D4D8
(230,212,216)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83173F color. Also use rgb(131,23,63) instead hex code.

Text Font Color

.myTextColor { color: #83173F; }

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

This text font color is #83173F.


Background Color

.myBgColor { background-color: #83173F; }

<div style="background-color:#83173F">Inner text</div>

This div background color is #83173F.


Border color

.myBorderColor { border: 1px solid #83173F; }

<div style="border:3px solid #83173F">Div</div>

This div border color is #83173F.


Opacity

.myOpacity80 { color: #83173F; opacity: 0.8; }

<p style="color:#83173F;opacity:0.8;">80%</p>

Text with #83173F 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 #83173F;}

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

This text has shadow with #83173F color.

.textShadow {text-shadow: 3px 3px 1px #83173F, 3px 3px 1px red;}

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

This text has shadow with #83173F primary color and red secondary color.


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

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

This text has shadow with #83173F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83173F on black background.


Color preview on white background

This text has color #83173F on white background.



Black color preview on #83173F background

This text has black color on #83173F background.


White color preview on #83173F background

This text has white color on #83173F background.