COLOR #53386C

HEX: #53386C
RGB: (83,56,108)

Color info

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

RGB color model

#53386C color RGB value is (83,56,108).

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

RGB channels and saturation

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

83
56
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 108 = 247 (100%)
R 83 of 247 ~ 33.6%
G 56 of 247 ~ 22.67%
B 108 of 247 ~ 43.72%

%33.6
%22.67
%43.72

CMYK color model

#53386C color CMYK value is (23,48,0,58).

  • cyan value is 23.15%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(23,48,0,58)
C23M48Y0K58 
(23%,48%,0%,58%)
(0.23/0.48/0.00/0.58)	

CMYK percentages

%23.15
%48.15
%0
%57.65

Codes

Color #53386C in popluar color models

53386C
RGB8356108
HSL271°31.71%32.16%
HSB/HSV271°48.15%42.35%
CMYK23.15%48.15%0.00%
57.65%

Color #53386C in popluar number systems.

HEX53386C
Decimal8356108
Binary10100111110001101100
Octal12370154

Shades and tints

Shades of #53386C

#53386C
(83,56,108)
#4C3363
(76,51,99)
#452E5A
(69,46,90)
#3E2951
(62,41,81)
#372448
(55,36,72)
#301F3F
(48,31,63)
#291A36
(41,26,54)
#22152D
(34,21,45)
#1B1024
(27,16,36)
#140B1B
(20,11,27)
#0D0612
(13,6,18)
#000000
(0,0,0)

Tints of #53386C

#53386C
(83,56,108)
#624A79
(98,74,121)
#715C86
(113,92,134)
#806E93
(128,110,147)
#8F80A0
(143,128,160)
#9E92AD
(158,146,173)
#ADA4BA
(173,164,186)
#BCB6C7
(188,182,199)
#CBC8D4
(203,200,212)
#DADAE1
(218,218,225)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53386C; }

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

This text font color is #53386C.


Background Color

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

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

This div background color is #53386C.


Border color

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

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

This div border color is #53386C.


Opacity

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

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

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

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

This text has shadow with #53386C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53386C on black background.


Color preview on white background

This text has color #53386C on white background.



Black color preview on #53386C background

This text has black color on #53386C background.


White color preview on #53386C background

This text has white color on #53386C background.