COLOR #53387C

HEX: #53387C
RGB: (83,56,124)

Color info

#53387C contains mainly red and blue colors. Web safe color of #53387C is #663366 (or #636).

RGB color model

#53387C color RGB value is (83,56,124).

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

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 124 of 255 = 49%

83
56
124

R + G + B ~ 35%. #53387C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 124 = 263 (100%)
R 83 of 263 ~ 31.56%
G 56 of 263 ~ 21.29%
B 124 of 263 ~ 47.15%

%31.56
%21.29
%47.15

CMYK color model

#53387C color CMYK value is (33,55,0,51).

  • cyan value is 33.06%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(33,55,0,51)
C33M55Y0K51 
(33%,55%,0%,51%)
(0.33/0.55/0.00/0.51)	

CMYK percentages

%33.06
%54.84
%0
%51.37

Codes

Color #53387C in popluar color models

53387C
RGB8356124
HSL264°37.78%35.29%
HSB/HSV264°54.84%48.63%
CMYK33.06%54.84%0.00%
51.37%

Color #53387C in popluar number systems.

HEX53387C
Decimal8356124
Binary10100111110001111100
Octal12370174

Shades and tints

Shades of #53387C

#53387C
(83,56,124)
#4C3371
(76,51,113)
#452E66
(69,46,102)
#3E295B
(62,41,91)
#372450
(55,36,80)
#301F45
(48,31,69)
#291A3A
(41,26,58)
#22152F
(34,21,47)
#1B1024
(27,16,36)
#140B19
(20,11,25)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #53387C

#53387C
(83,56,124)
#624A87
(98,74,135)
#715C92
(113,92,146)
#806E9D
(128,110,157)
#8F80A8
(143,128,168)
#9E92B3
(158,146,179)
#ADA4BE
(173,164,190)
#BCB6C9
(188,182,201)
#CBC8D4
(203,200,212)
#DADADF
(218,218,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53387C; }

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

This text font color is #53387C.


Background Color

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

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

This div background color is #53387C.


Border color

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

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

This div border color is #53387C.


Opacity

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

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

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

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

This text has shadow with #53387C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53387C on black background.


Color preview on white background

This text has color #53387C on white background.



Black color preview on #53387C background

This text has black color on #53387C background.


White color preview on #53387C background

This text has white color on #53387C background.