COLOR #53153B

HEX: #53153B
RGB: (83,21,59)

Color info

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

RGB color model

#53153B color RGB value is (83,21,59).

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

RGB channels and saturation

R 83 of 255 = 33%
G 21 of 255 = 8%
B 59 of 255 = 23%

83
21
59

R + G + B ~ 21%. #53153B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 21 + 59 = 163 (100%)
R 83 of 163 ~ 50.92%
G 21 of 163 ~ 12.88%
B 59 of 163 ~ 36.2%

%50.92
%12.88
%36.2

CMYK color model

#53153B color CMYK value is (0,75,29,67).

  • cyan value is 0.00%
  • magenta value is 74.70%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,75,29,67)
C0M75Y29K67 
(0%,75%,29%,67%)
(0.00/0.75/0.29/0.67)	

CMYK percentages

%0
%74.7
%28.92
%67.45

Codes

Color #53153B in popluar color models

53153B
RGB832159
HSL323°59.62%20.39%
HSB/HSV323°74.70%32.55%
CMYK0.00%74.70%28.92%
67.45%

Color #53153B in popluar number systems.

HEX53153B
Decimal832159
Binary101001110101111011
Octal1232573

Shades and tints

Shades of #53153B

#53153B
(83,21,59)
#4C1436
(76,20,54)
#451331
(69,19,49)
#3E122C
(62,18,44)
#371127
(55,17,39)
#301022
(48,16,34)
#290F1D
(41,15,29)
#220E18
(34,14,24)
#1B0D13
(27,13,19)
#140C0E
(20,12,14)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #53153B

#53153B
(83,21,59)
#622A4C
(98,42,76)
#713F5D
(113,63,93)
#80546E
(128,84,110)
#8F697F
(143,105,127)
#9E7E90
(158,126,144)
#AD93A1
(173,147,161)
#BCA8B2
(188,168,178)
#CBBDC3
(203,189,195)
#DAD2D4
(218,210,212)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53153B; }

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

This text font color is #53153B.


Background Color

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

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

This div background color is #53153B.


Border color

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

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

This div border color is #53153B.


Opacity

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

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

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

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

This text has shadow with #53153B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53153B on black background.


Color preview on white background

This text has color #53153B on white background.



Black color preview on #53153B background

This text has black color on #53153B background.


White color preview on #53153B background

This text has white color on #53153B background.