COLOR #03084E

HEX: #03084E
RGB: (3,8,78)

Color info

#03084E contains mainly blue color. Web safe color of #03084E is #000066 (or #006).

RGB color model

#03084E color RGB value is (3,8,78).

  • red value is 3;
  • green value is 8;
  • blue value is 78.
RGB:
(3,8,78)
(1%,3%,31%)

RGB channels and saturation

R 3 of 255 = 1%
G 8 of 255 = 3%
B 78 of 255 = 31%

3
8
78

R + G + B ~ 12%. #03084E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 8 + 78 = 89 (100%)
R 3 of 89 ~ 3.37%
G 8 of 89 ~ 8.99%
B 78 of 89 ~ 87.64%

%87.64

CMYK color model

#03084E color CMYK value is (96,90,0,69).

  • cyan value is 96.15%
  • magenta value is 89.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(96,90,0,69)
C96M90Y0K69 
(96%,90%,0%,69%)
(0.96/0.90/0.00/0.69)	

CMYK percentages

%96.15
%89.74
%0
%69.41

Codes

Color #03084E in popluar color models

03084E
RGB3878
HSL236°92.59%15.88%
HSB/HSV236°96.15%30.59%
CMYK96.15%89.74%0.00%
69.41%

Color #03084E in popluar number systems.

HEX03084E
Decimal3878
Binary1110001001110
Octal310116

Shades and tints

Shades of #03084E

#03084E
(3,8,78)
#030847
(3,8,71)
#030840
(3,8,64)
#030839
(3,8,57)
#030832
(3,8,50)
#03082B
(3,8,43)
#030824
(3,8,36)
#03081D
(3,8,29)
#030816
(3,8,22)
#03080F
(3,8,15)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #03084E

#03084E
(3,8,78)
#191E5E
(25,30,94)
#2F346E
(47,52,110)
#454A7E
(69,74,126)
#5B608E
(91,96,142)
#71769E
(113,118,158)
#878CAE
(135,140,174)
#9DA2BE
(157,162,190)
#B3B8CE
(179,184,206)
#C9CEDE
(201,206,222)
#DFE4EE
(223,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03084E color. Also use rgb(3,8,78) instead hex code.

Text Font Color

.myTextColor { color: #03084E; }

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

This text font color is #03084E.


Background Color

.myBgColor { background-color: #03084E; }

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

This div background color is #03084E.


Border color

.myBorderColor { border: 1px solid #03084E; }

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

This div border color is #03084E.


Opacity

.myOpacity80 { color: #03084E; opacity: 0.8; }

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

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

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

This text has shadow with #03084E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03084E on black background.


Color preview on white background

This text has color #03084E on white background.



Black color preview on #03084E background

This text has black color on #03084E background.


White color preview on #03084E background

This text has white color on #03084E background.