COLOR #53130C

HEX: #53130C
RGB: (83,19,12)

Color info

#53130C contains mainly red color. Web safe color of #53130C is #660000 (or #600).

RGB color model

#53130C color RGB value is (83,19,12).

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

RGB channels and saturation

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

83
19
12

R + G + B ~ 15%. #53130C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 19 + 12 = 114 (100%)
R 83 of 114 ~ 72.81%
G 19 of 114 ~ 16.67%
B 12 of 114 ~ 10.53%

%72.81
%16.67
%10.53

CMYK color model

#53130C color CMYK value is (0,77,86,67).

  • cyan value is 0.00%
  • magenta value is 77.11%
  • yellow value is 85.54%
  • key color value is 67.45%
CMYK:
(0,77,86,67)
C0M77Y86K67 
(0%,77%,86%,67%)
(0.00/0.77/0.86/0.67)	

CMYK percentages

%0
%77.11
%85.54
%67.45

Codes

Color #53130C in popluar color models

53130C
RGB831912
HSL74.74%18.63%
HSB/HSV85.54%32.55%
CMYK0.00%77.11%85.54%
67.45%

Color #53130C in popluar number systems.

HEX53130C
Decimal831912
Binary1010011100111100
Octal1232314

Shades and tints

Shades of #53130C

#53130C
(83,19,12)
#4C120B
(76,18,11)
#45110A
(69,17,10)
#3E1009
(62,16,9)
#370F08
(55,15,8)
#300E07
(48,14,7)
#290D06
(41,13,6)
#220C05
(34,12,5)
#1B0B04
(27,11,4)
#140A03
(20,10,3)
#0D0902
(13,9,2)
#000000
(0,0,0)

Tints of #53130C

#53130C
(83,19,12)
#622822
(98,40,34)
#713D38
(113,61,56)
#80524E
(128,82,78)
#8F6764
(143,103,100)
#9E7C7A
(158,124,122)
#AD9190
(173,145,144)
#BCA6A6
(188,166,166)
#CBBBBC
(203,187,188)
#DAD0D2
(218,208,210)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53130C color. Also use rgb(83,19,12) instead hex code.

Text Font Color

.myTextColor { color: #53130C; }

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

This text font color is #53130C.


Background Color

.myBgColor { background-color: #53130C; }

<div style="background-color:#53130C">Inner text</div>

This div background color is #53130C.


Border color

.myBorderColor { border: 1px solid #53130C; }

<div style="border:3px solid #53130C">Div</div>

This div border color is #53130C.


Opacity

.myOpacity80 { color: #53130C; opacity: 0.8; }

<p style="color:#53130C;opacity:0.8;">80%</p>

Text with #53130C 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 #53130C;}

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

This text has shadow with #53130C color.

.textShadow {text-shadow: 3px 3px 1px #53130C, 3px 3px 1px red;}

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

This text has shadow with #53130C primary color and red secondary color.


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

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

This text has shadow with #53130C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53130C on black background.


Color preview on white background

This text has color #53130C on white background.



Black color preview on #53130C background

This text has black color on #53130C background.


White color preview on #53130C background

This text has white color on #53130C background.