COLOR #53396C

HEX: #53396C
RGB: (83,57,108)

Color info

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

RGB color model

#53396C color RGB value is (83,57,108).

  • red value is 83;
  • green value is 57;
  • blue value is 108.
RGB:
(83,57,108)
(33%,22%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 108 of 255 = 42%

83
57
108

R + G + B ~ 32%. #53396C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 108 = 248 (100%)
R 83 of 248 ~ 33.47%
G 57 of 248 ~ 22.98%
B 108 of 248 ~ 43.55%

%33.47
%22.98
%43.55

CMYK color model

#53396C color CMYK value is (23,47,0,58).

  • cyan value is 23.15%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(23,47,0,58)
C23M47Y0K58 
(23%,47%,0%,58%)
(0.23/0.47/0.00/0.58)	

CMYK percentages

%23.15
%47.22
%0
%57.65

Codes

Color #53396C in popluar color models

53396C
RGB8357108
HSL271°30.91%32.35%
HSB/HSV271°47.22%42.35%
CMYK23.15%47.22%0.00%
57.65%

Color #53396C in popluar number systems.

HEX53396C
Decimal8357108
Binary10100111110011101100
Octal12371154

Shades and tints

Shades of #53396C

#53396C
(83,57,108)
#4C3463
(76,52,99)
#452F5A
(69,47,90)
#3E2A51
(62,42,81)
#372548
(55,37,72)
#30203F
(48,32,63)
#291B36
(41,27,54)
#22162D
(34,22,45)
#1B1124
(27,17,36)
#140C1B
(20,12,27)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #53396C

#53396C
(83,57,108)
#624B79
(98,75,121)
#715D86
(113,93,134)
#806F93
(128,111,147)
#8F81A0
(143,129,160)
#9E93AD
(158,147,173)
#ADA5BA
(173,165,186)
#BCB7C7
(188,183,199)
#CBC9D4
(203,201,212)
#DADBE1
(218,219,225)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53396C color. Also use rgb(83,57,108) instead hex code.

Text Font Color

.myTextColor { color: #53396C; }

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

This text font color is #53396C.


Background Color

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

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

This div background color is #53396C.


Border color

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

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

This div border color is #53396C.


Opacity

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

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

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

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

This text has shadow with #53396C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53396C on black background.


Color preview on white background

This text has color #53396C on white background.



Black color preview on #53396C background

This text has black color on #53396C background.


White color preview on #53396C background

This text has white color on #53396C background.