COLOR #53121F

HEX: #53121F
RGB: (83,18,31)

Color info

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

RGB color model

#53121F color RGB value is (83,18,31).

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

RGB channels and saturation

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

83
18
31

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

Portions of RGB colors in percentages

R + G + B =
83 + 18 + 31 = 132 (100%)
R 83 of 132 ~ 62.88%
G 18 of 132 ~ 13.64%
B 31 of 132 ~ 23.48%

%62.88
%13.64
%23.48

CMYK color model

#53121F color CMYK value is (0,78,63,67).

  • cyan value is 0.00%
  • magenta value is 78.31%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(0,78,63,67)
C0M78Y63K67 
(0%,78%,63%,67%)
(0.00/0.78/0.63/0.67)	

CMYK percentages

%0
%78.31
%62.65
%67.45

Codes

Color #53121F in popluar color models

53121F
RGB831831
HSL348°64.36%19.80%
HSB/HSV348°78.31%32.55%
CMYK0.00%78.31%62.65%
67.45%

Color #53121F in popluar number systems.

HEX53121F
Decimal831831
Binary10100111001011111
Octal1232237

Shades and tints

Shades of #53121F

#53121F
(83,18,31)
#4C111D
(76,17,29)
#45101B
(69,16,27)
#3E0F19
(62,15,25)
#370E17
(55,14,23)
#300D15
(48,13,21)
#290C13
(41,12,19)
#220B11
(34,11,17)
#1B0A0F
(27,10,15)
#14090D
(20,9,13)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #53121F

#53121F
(83,18,31)
#622733
(98,39,51)
#713C47
(113,60,71)
#80515B
(128,81,91)
#8F666F
(143,102,111)
#9E7B83
(158,123,131)
#AD9097
(173,144,151)
#BCA5AB
(188,165,171)
#CBBABF
(203,186,191)
#DACFD3
(218,207,211)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53121F; }

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

This text font color is #53121F.


Background Color

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

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

This div background color is #53121F.


Border color

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

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

This div border color is #53121F.


Opacity

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

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

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

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

This text has shadow with #53121F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53121F on black background.


Color preview on white background

This text has color #53121F on white background.



Black color preview on #53121F background

This text has black color on #53121F background.


White color preview on #53121F background

This text has white color on #53121F background.