COLOR #83313D

HEX: #83313D RGB: (131,49,61)

Color info

#83313D contains mainly red color. Web safe color of #83313D is #993333 (or #933).

RGB color model

#83313D color RGB value is (131,49,61).

RGB: (131,49,61) (51%, 19%, 24%)

RGB channels and saturation

R 131 of 255 = 51%
G 49 of 255 = 19%
B 61 of 255 = 24%

131
49
61

R + G + B ~ 31%. #83313D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 49 + 61 = 241 (100%)
R 131 of 241 ~ 54.36%
G 49 of 241 ~ 20.33%
B 61 of 241 ~ 25.31'%

%54.36
%20.33
%25.31

CMYK color model

#83313D color CMYK value is (0,63,53,49).

  • cyan value is 0.00%
  • magenta value is 62.60%
  • yellow value is 53.44%
  • key color value is 48.63%

CMYK: (0,63,53,49)
C0M63Y53K49 (0%, 63%, 53%, 49%)
(0.00 / 0.63 / 0.53 / 0.49)

CMYK percentages

%0
%62.6
%53.44
%48.63

Codes

Color #83313D in popluar color models

83 31 3D
RGB 131 49 61
HSL 351° 45.56% 35.29%
HSB/HSV 351° 62.60% 51.37%
CMYK 0.00% 62.60% 53.44%
48.63%

Color #83313D in popluar number systems.

HEX 83 31 3D
Decimal 131 49 61
Binary 10000011 110001 111101
Octal 203 61 75

Shades and tints

Shades of #83313D

#83313D
(131,49,61)
#782D38
(120,45,56)
#6D2933
(109,41,51)
#62252E
(98,37,46)
#572129
(87,33,41)
#4C1D24
(76,29,36)
#41191F
(65,25,31)
#36151A
(54,21,26)
#2B1115
(43,17,21)
#200D10
(32,13,16)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #83313D

#83313D
(131,49,61)
#8E434E
(142,67,78)
#99555F
(153,85,95)
#A46770
(164,103,112)
#AF7981
(175,121,129)
#BA8B92
(186,139,146)
#C59DA3
(197,157,163)
#D0AFB4
(208,175,180)
#DBC1C5
(219,193,197)
#E6D3D6
(230,211,214)
#F1E5E7
(241,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83313D color. Also use rgb(131,49,61) instead hex code.

Text Font Color

.myTextColor { color: #83313D; }

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

This text font color is #83313D.

Background Color

.myBgColor { background-color: #83313D; }

<div style="background-color:#83313D">Inner text</div>

This div background color is #83313D.

Border color

.myBorderColor { border: 1px solid #83313D; }

<div style="border:3px solid #83313D">Div</div>

This div border color is #83313D.

Opacity

.myOpacity80 { color: #83313D; opacity: 0.8; }

<p style="color:#83313D;opacity:0.8;">80%</p>

Text with #83313D 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 #83313D;}

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

This text has shadow with #83313D color.


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

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

This text has shadow with #83313D primary color and red secondary color.


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

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

This text has shadow with #83313D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83313D.

Preview

Color preview on black background

This text has color #83313D on black background.


Color preview on white background

This text has color #83313D on white background.


Black color preview on #83313D background

This text has black color on #83313D background.


White color preview on #83313D background

This text has white color on #83313D background.


Related colors

Complementary color

Complementary color for #hex is #7CCEC2.


I love getcolorcode.com

Triadic colors

1 #3D8331 and #313D83 with #83313D are triadic colors.

2 #3D3183 and #31833D with #83313D are triadic colors.