COLOR #53215C

HEX: #53215C RGB: (83,33,92)

Color info

#53215C contains red, green and blue colors in about the same proportion. Web safe color of #53215C is #663366 (or #636).

RGB color model

#53215C color RGB value is (83,33,92).

RGB: (83,33,92) (33%, 13%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 33 of 255 = 13%
B 92 of 255 = 36%

83
33
92

R + G + B ~ 27%. #53215C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 33 + 92 = 208 (100%)
R 83 of 208 ~ 39.9%
G 33 of 208 ~ 15.87%
B 92 of 208 ~ 44.23'%

%39.9
%15.87
%44.23

CMYK color model

#53215C color CMYK value is (10,64,0,64).

  • cyan value is 9.78%
  • magenta value is 64.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (10,64,0,64) C10M64Y0K64 (10%,64%,0%,64%) (0.10/0.64/0.00/0.64) 

CMYK percentages

%9.78
%64.13
%0
%63.92

Codes

Color #53215C in popluar color models

53 21 5C
RGB 83 33 92
HSL 291° 47.20% 24.51%
HSB/HSV 291° 64.13% 36.08%
CMYK 9.78% 64.13% 0.00%
63.92%

Color #53215C in popluar number systems.

HEX 53 21 5C
Decimal 83 33 92
Binary 1010011 100001 1011100
Octal 123 41 134

Shades and tints

Shades of #53215C

#53215C
(83,33,92)
#4C1E54
(76,30,84)
#451B4C
(69,27,76)
#3E1844
(62,24,68)
#37153C
(55,21,60)
#301234
(48,18,52)
#290F2C
(41,15,44)
#220C24
(34,12,36)
#1B091C
(27,9,28)
#140614
(20,6,20)
#0D030C
(13,3,12)
#000000
(0,0,0)

Tints of #53215C

#53215C
(83,33,92)
#62356A
(98,53,106)
#714978
(113,73,120)
#805D86
(128,93,134)
#8F7194
(143,113,148)
#9E85A2
(158,133,162)
#AD99B0
(173,153,176)
#BCADBE
(188,173,190)
#CBC1CC
(203,193,204)
#DAD5DA
(218,213,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53215C color. Also use rgb(83,33,92) instead hex code.

Text Font Color

.myTextColor { color: #53215C; }

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

This text font color is #53215C.

Background Color

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

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

This div background color is #53215C.

Border color

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

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

This div border color is #53215C.

Opacity

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

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

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

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

This text has shadow with #53215C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53215C.

Preview

Color preview on black background

This text has color #53215C on black background.


Color preview on white background

This text has color #53215C on white background.


Black color preview on #53215C background

This text has black color on #53215C background.


White color preview on #53215C background

This text has white color on #53215C background.


Related colors

Complementary color

Complementary color for #hex is #ACDEA3.


I love getcolorcode.com

Triadic colors

1 #5C5321 and #215C53 with #53215C are triadic colors.

2 #5C2153 and #21535C with #53215C are triadic colors.