COLOR #5347D9

HEX: #5347D9
RGB: (83,71,217)

Color info

#5347D9 contains mainly blue color. Web safe color of #5347D9 is #6633CC (or #63C).

RGB color model

#5347D9 color RGB value is (83,71,217).

  • red value is 83;
  • green value is 71;
  • blue value is 217.
RGB:
(83,71,217)
(33%,28%,85%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 217 of 255 = 85%

83
71
217

R + G + B ~ 49%. #5347D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 217 = 371 (100%)
R 83 of 371 ~ 22.37%
G 71 of 371 ~ 19.14%
B 217 of 371 ~ 58.49%

%22.37
%19.14
%58.49

CMYK color model

#5347D9 color CMYK value is (62,67,0,15).

  • cyan value is 61.75%
  • magenta value is 67.28%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(62,67,0,15)
C62M67Y0K15 
(62%,67%,0%,15%)
(0.62/0.67/0.00/0.15)	

CMYK percentages

%61.75
%67.28
%0
%14.9

Codes

Color #5347D9 in popluar color models

5347D9
RGB8371217
HSL245°65.77%56.47%
HSB/HSV245°67.28%85.10%
CMYK61.75%67.28%0.00%
14.90%

Color #5347D9 in popluar number systems.

HEX5347D9
Decimal8371217
Binary1010011100011111011001
Octal123107331

Shades and tints

Shades of #5347D9

#5347D9
(83,71,217)
#4C41C6
(76,65,198)
#453BB3
(69,59,179)
#3E35A0
(62,53,160)
#372F8D
(55,47,141)
#30297A
(48,41,122)
#292367
(41,35,103)
#221D54
(34,29,84)
#1B1741
(27,23,65)
#14112E
(20,17,46)
#0D0B1B
(13,11,27)
#000000
(0,0,0)

Tints of #5347D9

#5347D9
(83,71,217)
#6257DC
(98,87,220)
#7167DF
(113,103,223)
#8077E2
(128,119,226)
#8F87E5
(143,135,229)
#9E97E8
(158,151,232)
#ADA7EB
(173,167,235)
#BCB7EE
(188,183,238)
#CBC7F1
(203,199,241)
#DAD7F4
(218,215,244)
#E9E7F7
(233,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5347D9 color. Also use rgb(83,71,217) instead hex code.

Text Font Color

.myTextColor { color: #5347D9; }

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

This text font color is #5347D9.


Background Color

.myBgColor { background-color: #5347D9; }

<div style="background-color:#5347D9">Inner text</div>

This div background color is #5347D9.


Border color

.myBorderColor { border: 1px solid #5347D9; }

<div style="border:3px solid #5347D9">Div</div>

This div border color is #5347D9.


Opacity

.myOpacity80 { color: #5347D9; opacity: 0.8; }

<p style="color:#5347D9;opacity:0.8;">80%</p>

Text with #5347D9 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 #5347D9;}

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

This text has shadow with #5347D9 color.

.textShadow {text-shadow: 3px 3px 1px #5347D9, 3px 3px 1px red;}

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

This text has shadow with #5347D9 primary color and red secondary color.


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

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

This text has shadow with #5347D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5347D9 on black background.


Color preview on white background

This text has color #5347D9 on white background.



Black color preview on #5347D9 background

This text has black color on #5347D9 background.


White color preview on #5347D9 background

This text has white color on #5347D9 background.