COLOR #53325C

HEX: #53325C RGB: (83,50,92)

Color info

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

RGB color model

#53325C color RGB value is (83,50,92).

RGB: (83,50,92) (33%, 20%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 92 of 255 = 36%

83
50
92

R + G + B ~ 30%. #53325C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 50 + 92 = 225 (100%)
R 83 of 225 ~ 36.89%
G 50 of 225 ~ 22.22%
B 92 of 225 ~ 40.89'%

%36.89
%22.22
%40.89

CMYK color model

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

  • cyan value is 9.78%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (10,46,0,64)
C10M46Y0K64 (10%, 46%, 0%, 64%)
(0.10 / 0.46 / 0.00 / 0.64)

CMYK percentages

%9.78
%45.65
%0
%63.92

Codes

Color #53325C in popluar color models

53 32 5C
RGB 83 50 92
HSL 287° 29.58% 27.84%
HSB/HSV 287° 45.65% 36.08%
CMYK 9.78% 45.65% 0.00%
63.92%

Color #53325C in popluar number systems.

HEX 53 32 5C
Decimal 83 50 92
Binary 1010011 110010 1011100
Octal 123 62 134

Shades and tints

Shades of #53325C

#53325C
(83,50,92)
#4C2E54
(76,46,84)
#452A4C
(69,42,76)
#3E2644
(62,38,68)
#37223C
(55,34,60)
#301E34
(48,30,52)
#291A2C
(41,26,44)
#221624
(34,22,36)
#1B121C
(27,18,28)
#140E14
(20,14,20)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #53325C

#53325C
(83,50,92)
#62446A
(98,68,106)
#715678
(113,86,120)
#806886
(128,104,134)
#8F7A94
(143,122,148)
#9E8CA2
(158,140,162)
#AD9EB0
(173,158,176)
#BCB0BE
(188,176,190)
#CBC2CC
(203,194,204)
#DAD4DA
(218,212,218)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53325C; }

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

This text font color is #53325C.

Background Color

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

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

This div background color is #53325C.

Border color

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

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

This div border color is #53325C.

Opacity

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

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

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

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

This text has shadow with #53325C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53325C.

Preview

Color preview on black background

This text has color #53325C on black background.


Color preview on white background

This text has color #53325C on white background.


Black color preview on #53325C background

This text has black color on #53325C background.


White color preview on #53325C background

This text has white color on #53325C background.


Related colors

Complementary color

Complementary color for #hex is #ACCDA3.


I love getcolorcode.com

Triadic colors

1 #5C5332 and #325C53 with #53325C are triadic colors.

2 #5C3253 and #32535C with #53325C are triadic colors.