COLOR #53415C

HEX: #53415C
RGB: (83,65,92)

Color info

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

RGB color model

#53415C color RGB value is (83,65,92).

  • red value is 83;
  • green value is 65;
  • blue value is 92.
RGB:
(83,65,92)
(33%,25%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 92 of 255 = 36%

83
65
92

R + G + B ~ 31%. #53415C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 92 = 240 (100%)
R 83 of 240 ~ 34.58%
G 65 of 240 ~ 27.08%
B 92 of 240 ~ 38.33%

%34.58
%27.08
%38.33

CMYK color model

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

  • cyan value is 9.78%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,29,0,64)
C10M29Y0K64 
(10%,29%,0%,64%)
(0.10/0.29/0.00/0.64)	

CMYK percentages

%9.78
%29.35
%0
%63.92

Codes

Color #53415C in popluar color models

53415C
RGB836592
HSL280°17.20%30.78%
HSB/HSV280°29.35%36.08%
CMYK9.78%29.35%0.00%
63.92%

Color #53415C in popluar number systems.

HEX53415C
Decimal836592
Binary101001110000011011100
Octal123101134

Shades and tints

Shades of #53415C

#53415C
(83,65,92)
#4C3C54
(76,60,84)
#45374C
(69,55,76)
#3E3244
(62,50,68)
#372D3C
(55,45,60)
#302834
(48,40,52)
#29232C
(41,35,44)
#221E24
(34,30,36)
#1B191C
(27,25,28)
#141414
(20,20,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #53415C

#53415C
(83,65,92)
#62526A
(98,82,106)
#716378
(113,99,120)
#807486
(128,116,134)
#8F8594
(143,133,148)
#9E96A2
(158,150,162)
#ADA7B0
(173,167,176)
#BCB8BE
(188,184,190)
#CBC9CC
(203,201,204)
#DADADA
(218,218,218)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53415C; }

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

This text font color is #53415C.


Background Color

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

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

This div background color is #53415C.


Border color

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

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

This div border color is #53415C.


Opacity

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

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

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

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

This text has shadow with #53415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53415C on black background.


Color preview on white background

This text has color #53415C on white background.



Black color preview on #53415C background

This text has black color on #53415C background.


White color preview on #53415C background

This text has white color on #53415C background.