COLOR #53131F

HEX: #53131F
RGB: (83,19,31)

Color info

#53131F contains mainly red and blue colors. Web safe color of #53131F is #660033 (or #603).

RGB color model

#53131F color RGB value is (83,19,31).

  • red value is 83;
  • green value is 19;
  • blue value is 31.
RGB:
(83,19,31)
(33%,7%,12%)

RGB channels and saturation

R 83 of 255 = 33%
G 19 of 255 = 7%
B 31 of 255 = 12%

83
19
31

R + G + B ~ 17%. #53131F is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 19 + 31 = 133 (100%)
R 83 of 133 ~ 62.41%
G 19 of 133 ~ 14.29%
B 31 of 133 ~ 23.31%

%62.41
%14.29
%23.31

CMYK color model

#53131F color CMYK value is (0,77,63,67).

  • cyan value is 0.00%
  • magenta value is 77.11%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(0,77,63,67)
C0M77Y63K67 
(0%,77%,63%,67%)
(0.00/0.77/0.63/0.67)	

CMYK percentages

%0
%77.11
%62.65
%67.45

Codes

Color #53131F in popluar color models

53131F
RGB831931
HSL349°62.75%20.00%
HSB/HSV349°77.11%32.55%
CMYK0.00%77.11%62.65%
67.45%

Color #53131F in popluar number systems.

HEX53131F
Decimal831931
Binary10100111001111111
Octal1232337

Shades and tints

Shades of #53131F

#53131F
(83,19,31)
#4C121D
(76,18,29)
#45111B
(69,17,27)
#3E1019
(62,16,25)
#370F17
(55,15,23)
#300E15
(48,14,21)
#290D13
(41,13,19)
#220C11
(34,12,17)
#1B0B0F
(27,11,15)
#140A0D
(20,10,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #53131F

#53131F
(83,19,31)
#622833
(98,40,51)
#713D47
(113,61,71)
#80525B
(128,82,91)
#8F676F
(143,103,111)
#9E7C83
(158,124,131)
#AD9197
(173,145,151)
#BCA6AB
(188,166,171)
#CBBBBF
(203,187,191)
#DAD0D3
(218,208,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53131F color. Also use rgb(83,19,31) instead hex code.

Text Font Color

.myTextColor { color: #53131F; }

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

This text font color is #53131F.


Background Color

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

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

This div background color is #53131F.


Border color

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

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

This div border color is #53131F.


Opacity

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

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

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

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

This text has shadow with #53131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53131F on black background.


Color preview on white background

This text has color #53131F on white background.



Black color preview on #53131F background

This text has black color on #53131F background.


White color preview on #53131F background

This text has white color on #53131F background.