COLOR #53204B

HEX: #53204B
RGB: (83,32,75)

Color info

#53204B contains red, green and blue colors in about the same proportion. Web safe color of #53204B is #663333 (or #633).

RGB color model

#53204B color RGB value is (83,32,75).

  • red value is 83;
  • green value is 32;
  • blue value is 75.
RGB:
(83,32,75)
(33%,13%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 32 of 255 = 13%
B 75 of 255 = 29%

83
32
75

R + G + B ~ 25%. #53204B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 32 + 75 = 190 (100%)
R 83 of 190 ~ 43.68%
G 32 of 190 ~ 16.84%
B 75 of 190 ~ 39.47%

%43.68
%16.84
%39.47

CMYK color model

#53204B color CMYK value is (0,61,10,67).

  • cyan value is 0.00%
  • magenta value is 61.45%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(0,61,10,67)
C0M61Y10K67 
(0%,61%,10%,67%)
(0.00/0.61/0.10/0.67)	

CMYK percentages

%0
%61.45
%9.64
%67.45

Codes

Color #53204B in popluar color models

53204B
RGB833275
HSL309°44.35%22.55%
HSB/HSV309°61.45%32.55%
CMYK0.00%61.45%9.64%
67.45%

Color #53204B in popluar number systems.

HEX53204B
Decimal833275
Binary10100111000001001011
Octal12340113

Shades and tints

Shades of #53204B

#53204B
(83,32,75)
#4C1E45
(76,30,69)
#451C3F
(69,28,63)
#3E1A39
(62,26,57)
#371833
(55,24,51)
#30162D
(48,22,45)
#291427
(41,20,39)
#221221
(34,18,33)
#1B101B
(27,16,27)
#140E15
(20,14,21)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #53204B

#53204B
(83,32,75)
#62345B
(98,52,91)
#71486B
(113,72,107)
#805C7B
(128,92,123)
#8F708B
(143,112,139)
#9E849B
(158,132,155)
#AD98AB
(173,152,171)
#BCACBB
(188,172,187)
#CBC0CB
(203,192,203)
#DAD4DB
(218,212,219)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53204B color. Also use rgb(83,32,75) instead hex code.

Text Font Color

.myTextColor { color: #53204B; }

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

This text font color is #53204B.


Background Color

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

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

This div background color is #53204B.


Border color

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

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

This div border color is #53204B.


Opacity

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

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

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

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

This text has shadow with #53204B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53204B on black background.


Color preview on white background

This text has color #53204B on white background.



Black color preview on #53204B background

This text has black color on #53204B background.


White color preview on #53204B background

This text has white color on #53204B background.