COLOR #5346A4

HEX: #5346A4
RGB: (83,70,164)

Color info

#5346A4 contains mainly blue color. Web safe color of #5346A4 is #663399 (or #639).

RGB color model

#5346A4 color RGB value is (83,70,164).

  • red value is 83;
  • green value is 70;
  • blue value is 164.
RGB:
(83,70,164)
(33%,27%,64%)

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 164 of 255 = 64%

83
70
164

R + G + B ~ 41%. #5346A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 164 = 317 (100%)
R 83 of 317 ~ 26.18%
G 70 of 317 ~ 22.08%
B 164 of 317 ~ 51.74%

%26.18
%22.08
%51.74

CMYK color model

#5346A4 color CMYK value is (49,57,0,36).

  • cyan value is 49.39%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(49,57,0,36)
C49M57Y0K36 
(49%,57%,0%,36%)
(0.49/0.57/0.00/0.36)	

CMYK percentages

%49.39
%57.32
%0
%35.69

Codes

Color #5346A4 in popluar color models

5346A4
RGB8370164
HSL248°40.17%45.88%
HSB/HSV248°57.32%64.31%
CMYK49.39%57.32%0.00%
35.69%

Color #5346A4 in popluar number systems.

HEX5346A4
Decimal8370164
Binary1010011100011010100100
Octal123106244

Shades and tints

Shades of #5346A4

#5346A4
(83,70,164)
#4C4096
(76,64,150)
#453A88
(69,58,136)
#3E347A
(62,52,122)
#372E6C
(55,46,108)
#30285E
(48,40,94)
#292250
(41,34,80)
#221C42
(34,28,66)
#1B1634
(27,22,52)
#141026
(20,16,38)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #5346A4

#5346A4
(83,70,164)
#6256AC
(98,86,172)
#7166B4
(113,102,180)
#8076BC
(128,118,188)
#8F86C4
(143,134,196)
#9E96CC
(158,150,204)
#ADA6D4
(173,166,212)
#BCB6DC
(188,182,220)
#CBC6E4
(203,198,228)
#DAD6EC
(218,214,236)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5346A4 color. Also use rgb(83,70,164) instead hex code.

Text Font Color

.myTextColor { color: #5346A4; }

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

This text font color is #5346A4.


Background Color

.myBgColor { background-color: #5346A4; }

<div style="background-color:#5346A4">Inner text</div>

This div background color is #5346A4.


Border color

.myBorderColor { border: 1px solid #5346A4; }

<div style="border:3px solid #5346A4">Div</div>

This div border color is #5346A4.


Opacity

.myOpacity80 { color: #5346A4; opacity: 0.8; }

<p style="color:#5346A4;opacity:0.8;">80%</p>

Text with #5346A4 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 #5346A4;}

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

This text has shadow with #5346A4 color.

.textShadow {text-shadow: 3px 3px 1px #5346A4, 3px 3px 1px red;}

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

This text has shadow with #5346A4 primary color and red secondary color.


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

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

This text has shadow with #5346A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5346A4 on black background.


Color preview on white background

This text has color #5346A4 on white background.



Black color preview on #5346A4 background

This text has black color on #5346A4 background.


White color preview on #5346A4 background

This text has white color on #5346A4 background.