COLOR #005378

HEX: #005378
RGB: (0,83,120)

Color info

#005378 contains only green and blue colors. Web safe color of #005378 is #006666 (or #066).

RGB color model

#005378 color RGB value is (0,83,120).

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

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 120 of 255 = 47%

0
83
120

R + G + B ~ 27%. #005378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 83 + 120 = 203 (100%)
R 0 of 203 ~ 0%
G 83 of 203 ~ 40.89%
B 120 of 203 ~ 59.11%

%40.89
%59.11

CMYK color model

#005378 color CMYK value is (100,31,0,53).

  • cyan value is 100.00%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(100,31,0,53)
C100M31Y0K53 
(100%,31%,0%,53%)
(1.00/0.31/0.00/0.53)	

CMYK percentages

%100
%30.83
%0
%52.94

Codes

Color #005378 in popluar color models

005378
RGB083120
HSL199°100.00%23.53%
HSB/HSV199°100.00%47.06%
CMYK100.00%30.83%0.00%
52.94%

Color #005378 in popluar number systems.

HEX005378
Decimal083120
Binary010100111111000
Octal0123170

Shades and tints

Shades of #005378

#005378
(0,83,120)
#004C6E
(0,76,110)
#004564
(0,69,100)
#003E5A
(0,62,90)
#003750
(0,55,80)
#003046
(0,48,70)
#00293C
(0,41,60)
#002232
(0,34,50)
#001B28
(0,27,40)
#00141E
(0,20,30)
#000D14
(0,13,20)
#000000
(0,0,0)

Tints of #005378

#005378
(0,83,120)
#176284
(23,98,132)
#2E7190
(46,113,144)
#45809C
(69,128,156)
#5C8FA8
(92,143,168)
#739EB4
(115,158,180)
#8AADC0
(138,173,192)
#A1BCCC
(161,188,204)
#B8CBD8
(184,203,216)
#CFDAE4
(207,218,228)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005378; }

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

This text font color is #005378.


Background Color

.myBgColor { background-color: #005378; }

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

This div background color is #005378.


Border color

.myBorderColor { border: 1px solid #005378; }

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

This div border color is #005378.


Opacity

.myOpacity80 { color: #005378; opacity: 0.8; }

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

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

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

This text has shadow with #005378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005378 on black background.


Color preview on white background

This text has color #005378 on white background.



Black color preview on #005378 background

This text has black color on #005378 background.


White color preview on #005378 background

This text has white color on #005378 background.