COLOR #53417C

HEX: #53417C
RGB: (83,65,124)

Color info

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

RGB color model

#53417C color RGB value is (83,65,124).

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

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 124 of 255 = 49%

83
65
124

R + G + B ~ 36%. #53417C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 124 = 272 (100%)
R 83 of 272 ~ 30.51%
G 65 of 272 ~ 23.9%
B 124 of 272 ~ 45.59%

%30.51
%23.9
%45.59

CMYK color model

#53417C color CMYK value is (33,48,0,51).

  • cyan value is 33.06%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(33,48,0,51)
C33M48Y0K51 
(33%,48%,0%,51%)
(0.33/0.48/0.00/0.51)	

CMYK percentages

%33.06
%47.58
%0
%51.37

Codes

Color #53417C in popluar color models

53417C
RGB8365124
HSL258°31.22%37.06%
HSB/HSV258°47.58%48.63%
CMYK33.06%47.58%0.00%
51.37%

Color #53417C in popluar number systems.

HEX53417C
Decimal8365124
Binary101001110000011111100
Octal123101174

Shades and tints

Shades of #53417C

#53417C
(83,65,124)
#4C3C71
(76,60,113)
#453766
(69,55,102)
#3E325B
(62,50,91)
#372D50
(55,45,80)
#302845
(48,40,69)
#29233A
(41,35,58)
#221E2F
(34,30,47)
#1B1924
(27,25,36)
#141419
(20,20,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #53417C

#53417C
(83,65,124)
#625287
(98,82,135)
#716392
(113,99,146)
#80749D
(128,116,157)
#8F85A8
(143,133,168)
#9E96B3
(158,150,179)
#ADA7BE
(173,167,190)
#BCB8C9
(188,184,201)
#CBC9D4
(203,201,212)
#DADADF
(218,218,223)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53417C; }

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

This text font color is #53417C.


Background Color

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

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

This div background color is #53417C.


Border color

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

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

This div border color is #53417C.


Opacity

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

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

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

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

This text has shadow with #53417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53417C on black background.


Color preview on white background

This text has color #53417C on white background.



Black color preview on #53417C background

This text has black color on #53417C background.


White color preview on #53417C background

This text has white color on #53417C background.