COLOR #53030A

HEX: #53030A
RGB: (83,3,10)

Color info

#53030A contains mainly red color. Web safe color of #53030A is #660000 (or #600).

RGB color model

#53030A color RGB value is (83,3,10).

  • red value is 83;
  • green value is 3;
  • blue value is 10.
RGB:
(83,3,10)
(33%,1%,4%)

RGB channels and saturation

R 83 of 255 = 33%
G 3 of 255 = 1%
B 10 of 255 = 4%

83
3
10

R + G + B ~ 13%. #53030A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 3 + 10 = 96 (100%)
R 83 of 96 ~ 86.46%
G 3 of 96 ~ 3.13%
B 10 of 96 ~ 10.42%

%86.46
%10.42

CMYK color model

#53030A color CMYK value is (0,96,88,67).

  • cyan value is 0.00%
  • magenta value is 96.39%
  • yellow value is 87.95%
  • key color value is 67.45%
CMYK:
(0,96,88,67)
C0M96Y88K67 
(0%,96%,88%,67%)
(0.00/0.96/0.88/0.67)	

CMYK percentages

%0
%96.39
%87.95
%67.45

Codes

Color #53030A in popluar color models

53030A
RGB83310
HSL355°93.02%16.86%
HSB/HSV355°96.39%32.55%
CMYK0.00%96.39%87.95%
67.45%

Color #53030A in popluar number systems.

HEX53030A
Decimal83310
Binary1010011111010
Octal123312

Shades and tints

Shades of #53030A

#53030A
(83,3,10)
#4C030A
(76,3,10)
#45030A
(69,3,10)
#3E030A
(62,3,10)
#37030A
(55,3,10)
#30030A
(48,3,10)
#29030A
(41,3,10)
#22030A
(34,3,10)
#1B030A
(27,3,10)
#14030A
(20,3,10)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #53030A

#53030A
(83,3,10)
#621920
(98,25,32)
#712F36
(113,47,54)
#80454C
(128,69,76)
#8F5B62
(143,91,98)
#9E7178
(158,113,120)
#AD878E
(173,135,142)
#BC9DA4
(188,157,164)
#CBB3BA
(203,179,186)
#DAC9D0
(218,201,208)
#E9DFE6
(233,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53030A color. Also use rgb(83,3,10) instead hex code.

Text Font Color

.myTextColor { color: #53030A; }

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

This text font color is #53030A.


Background Color

.myBgColor { background-color: #53030A; }

<div style="background-color:#53030A">Inner text</div>

This div background color is #53030A.


Border color

.myBorderColor { border: 1px solid #53030A; }

<div style="border:3px solid #53030A">Div</div>

This div border color is #53030A.


Opacity

.myOpacity80 { color: #53030A; opacity: 0.8; }

<p style="color:#53030A;opacity:0.8;">80%</p>

Text with #53030A 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 #53030A;}

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

This text has shadow with #53030A color.

.textShadow {text-shadow: 3px 3px 1px #53030A, 3px 3px 1px red;}

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

This text has shadow with #53030A primary color and red secondary color.


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

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

This text has shadow with #53030A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53030A on black background.


Color preview on white background

This text has color #53030A on white background.



Black color preview on #53030A background

This text has black color on #53030A background.


White color preview on #53030A background

This text has white color on #53030A background.