COLOR #53325D

HEX: #53325D
RGB: (83,50,93)

Color info

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

RGB color model

#53325D color RGB value is (83,50,93).

  • red value is 83;
  • green value is 50;
  • blue value is 93.
RGB:
(83,50,93)
(33%,20%,36%)

RGB channels and saturation

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

83
50
93

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

Portions of RGB colors in percentages

R + G + B =
83 + 50 + 93 = 226 (100%)
R 83 of 226 ~ 36.73%
G 50 of 226 ~ 22.12%
B 93 of 226 ~ 41.15%

%36.73
%22.12
%41.15

CMYK color model

#53325D color CMYK value is (11,46,0,64).

  • cyan value is 10.75%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,46,0,64)
C11M46Y0K64 
(11%,46%,0%,64%)
(0.11/0.46/0.00/0.64)	

CMYK percentages

%10.75
%46.24
%0
%63.53

Codes

Color #53325D in popluar color models

53325D
RGB835093
HSL286°30.07%28.04%
HSB/HSV286°46.24%36.47%
CMYK10.75%46.24%0.00%
63.53%

Color #53325D in popluar number systems.

HEX53325D
Decimal835093
Binary10100111100101011101
Octal12362135

Shades and tints

Shades of #53325D

#53325D
(83,50,93)
#4C2E55
(76,46,85)
#452A4D
(69,42,77)
#3E2645
(62,38,69)
#37223D
(55,34,61)
#301E35
(48,30,53)
#291A2D
(41,26,45)
#221625
(34,22,37)
#1B121D
(27,18,29)
#140E15
(20,14,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #53325D

#53325D
(83,50,93)
#62446B
(98,68,107)
#715679
(113,86,121)
#806887
(128,104,135)
#8F7A95
(143,122,149)
#9E8CA3
(158,140,163)
#AD9EB1
(173,158,177)
#BCB0BF
(188,176,191)
#CBC2CD
(203,194,205)
#DAD4DB
(218,212,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53325D; }

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

This text font color is #53325D.


Background Color

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

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

This div background color is #53325D.


Border color

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

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

This div border color is #53325D.


Opacity

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

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

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

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

This text has shadow with #53325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53325D on black background.


Color preview on white background

This text has color #53325D on white background.



Black color preview on #53325D background

This text has black color on #53325D background.


White color preview on #53325D background

This text has white color on #53325D background.