COLOR #5378A0

HEX: #5378A0
RGB: (83,120,160)

Color info

#5378A0 contains mainly green and blue colors. Web safe color of #5378A0 is #666699 (or #669).

RGB color model

#5378A0 color RGB value is (83,120,160).

  • red value is 83;
  • green value is 120;
  • blue value is 160.
RGB:
(83,120,160)
(33%,47%,63%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 160 of 255 = 63%

83
120
160

R + G + B ~ 48%. #5378A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 160 = 363 (100%)
R 83 of 363 ~ 22.87%
G 120 of 363 ~ 33.06%
B 160 of 363 ~ 44.08%

%22.87
%33.06
%44.08

CMYK color model

#5378A0 color CMYK value is (48,25,0,37).

  • cyan value is 48.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(48,25,0,37)
C48M25Y0K37 
(48%,25%,0%,37%)
(0.48/0.25/0.00/0.37)	

CMYK percentages

%48.13
%25
%0
%37.25

Codes

Color #5378A0 in popluar color models

5378A0
RGB83120160
HSL211°31.69%47.65%
HSB/HSV211°48.13%62.75%
CMYK48.13%25.00%0.00%
37.25%

Color #5378A0 in popluar number systems.

HEX5378A0
Decimal83120160
Binary1010011111100010100000
Octal123170240

Shades and tints

Shades of #5378A0

#5378A0
(83,120,160)
#4C6E92
(76,110,146)
#456484
(69,100,132)
#3E5A76
(62,90,118)
#375068
(55,80,104)
#30465A
(48,70,90)
#293C4C
(41,60,76)
#22323E
(34,50,62)
#1B2830
(27,40,48)
#141E22
(20,30,34)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #5378A0

#5378A0
(83,120,160)
#6284A8
(98,132,168)
#7190B0
(113,144,176)
#809CB8
(128,156,184)
#8FA8C0
(143,168,192)
#9EB4C8
(158,180,200)
#ADC0D0
(173,192,208)
#BCCCD8
(188,204,216)
#CBD8E0
(203,216,224)
#DAE4E8
(218,228,232)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5378A0 color. Also use rgb(83,120,160) instead hex code.

Text Font Color

.myTextColor { color: #5378A0; }

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

This text font color is #5378A0.


Background Color

.myBgColor { background-color: #5378A0; }

<div style="background-color:#5378A0">Inner text</div>

This div background color is #5378A0.


Border color

.myBorderColor { border: 1px solid #5378A0; }

<div style="border:3px solid #5378A0">Div</div>

This div border color is #5378A0.


Opacity

.myOpacity80 { color: #5378A0; opacity: 0.8; }

<p style="color:#5378A0;opacity:0.8;">80%</p>

Text with #5378A0 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 #5378A0;}

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

This text has shadow with #5378A0 color.

.textShadow {text-shadow: 3px 3px 1px #5378A0, 3px 3px 1px red;}

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

This text has shadow with #5378A0 primary color and red secondary color.


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

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

This text has shadow with #5378A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5378A0 on black background.


Color preview on white background

This text has color #5378A0 on white background.



Black color preview on #5378A0 background

This text has black color on #5378A0 background.


White color preview on #5378A0 background

This text has white color on #5378A0 background.