COLOR #53033B

HEX: #53033B
RGB: (83,3,59)

Color info

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

RGB color model

#53033B color RGB value is (83,3,59).

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

RGB channels and saturation

R 83 of 255 = 33%
G 3 of 255 = 1%
B 59 of 255 = 23%

83
3
59

R + G + B ~ 19%. #53033B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 3 + 59 = 145 (100%)
R 83 of 145 ~ 57.24%
G 3 of 145 ~ 2.07%
B 59 of 145 ~ 40.69%

%57.24
%40.69

CMYK color model

#53033B color CMYK value is (0,96,29,67).

  • cyan value is 0.00%
  • magenta value is 96.39%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,96,29,67)
C0M96Y29K67 
(0%,96%,29%,67%)
(0.00/0.96/0.29/0.67)	

CMYK percentages

%0
%96.39
%28.92
%67.45

Codes

Color #53033B in popluar color models

53033B
RGB83359
HSL318°93.02%16.86%
HSB/HSV318°96.39%32.55%
CMYK0.00%96.39%28.92%
67.45%

Color #53033B in popluar number systems.

HEX53033B
Decimal83359
Binary101001111111011
Octal123373

Shades and tints

Shades of #53033B

#53033B
(83,3,59)
#4C0336
(76,3,54)
#450331
(69,3,49)
#3E032C
(62,3,44)
#370327
(55,3,39)
#300322
(48,3,34)
#29031D
(41,3,29)
#220318
(34,3,24)
#1B0313
(27,3,19)
#14030E
(20,3,14)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #53033B

#53033B
(83,3,59)
#62194C
(98,25,76)
#712F5D
(113,47,93)
#80456E
(128,69,110)
#8F5B7F
(143,91,127)
#9E7190
(158,113,144)
#AD87A1
(173,135,161)
#BC9DB2
(188,157,178)
#CBB3C3
(203,179,195)
#DAC9D4
(218,201,212)
#E9DFE5
(233,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53033B color. Also use rgb(83,3,59) instead hex code.

Text Font Color

.myTextColor { color: #53033B; }

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

This text font color is #53033B.


Background Color

.myBgColor { background-color: #53033B; }

<div style="background-color:#53033B">Inner text</div>

This div background color is #53033B.


Border color

.myBorderColor { border: 1px solid #53033B; }

<div style="border:3px solid #53033B">Div</div>

This div border color is #53033B.


Opacity

.myOpacity80 { color: #53033B; opacity: 0.8; }

<p style="color:#53033B;opacity:0.8;">80%</p>

Text with #53033B 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 #53033B;}

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

This text has shadow with #53033B color.

.textShadow {text-shadow: 3px 3px 1px #53033B, 3px 3px 1px red;}

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

This text has shadow with #53033B primary color and red secondary color.


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

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

This text has shadow with #53033B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53033B on black background.


Color preview on white background

This text has color #53033B on white background.



Black color preview on #53033B background

This text has black color on #53033B background.


White color preview on #53033B background

This text has white color on #53033B background.