COLOR #03074F

HEX: #03074F RGB: (3,7,79)

Color info

#03074F contains mainly blue color. Web safe color of #03074F is #000066 (or #006).

RGB color model

#03074F color RGB value is (3,7,79).

RGB: (3,7,79) (1%, 3%, 31%)

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 79 of 255 = 31%

3
7
79

R + G + B ~ 12%. #03074F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 7 + 79 = 89 (100%)
R 3 of 89 ~ 3.37%
G 7 of 89 ~ 7.87%
B 79 of 89 ~ 88.76'%

%88.76

CMYK color model

#03074F color CMYK value is (96,91,0,69).

  • cyan value is 96.20%
  • magenta value is 91.14%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (96,91,0,69)
C96M91Y0K69 (96%, 91%, 0%, 69%)
(0.96 / 0.91 / 0.00 / 0.69)

CMYK percentages

%96.2
%91.14
%0
%69.02

Codes

Color #03074F in popluar color models

03 07 4F
RGB 3 7 79
HSL 237° 92.68% 16.08%
HSB/HSV 237° 96.20% 30.98%
CMYK 96.20% 91.14% 0.00%
69.02%

Color #03074F in popluar number systems.

HEX 03 07 4F
Decimal 3 7 79
Binary 11 111 1001111
Octal 3 7 117

Shades and tints

Shades of #03074F

#03074F
(3,7,79)
#030748
(3,7,72)
#030741
(3,7,65)
#03073A
(3,7,58)
#030733
(3,7,51)
#03072C
(3,7,44)
#030725
(3,7,37)
#03071E
(3,7,30)
#030717
(3,7,23)
#030710
(3,7,16)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #03074F

#03074F
(3,7,79)
#191D5F
(25,29,95)
#2F336F
(47,51,111)
#45497F
(69,73,127)
#5B5F8F
(91,95,143)
#71759F
(113,117,159)
#878BAF
(135,139,175)
#9DA1BF
(157,161,191)
#B3B7CF
(179,183,207)
#C9CDDF
(201,205,223)
#DFE3EF
(223,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03074F color. Also use rgb(3,7,79) instead hex code.

Text Font Color

.myTextColor { color: #03074F; }

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

This text font color is #03074F.

Background Color

.myBgColor { background-color: #03074F; }

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

This div background color is #03074F.

Border color

.myBorderColor { border: 1px solid #03074F; }

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

This div border color is #03074F.

Opacity

.myOpacity80 { color: #03074F; opacity: 0.8; }

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

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

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

This text has shadow with #03074F color.


.textShadow {text-shadow: 3px 3px 1px #03074F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03074F; -webkit-box-shadow: 1px 1px 3px 2px #03074F; box-shadow:1px 1px 3px 2px #03074F;">
Div content here
</div>

This div box has shadow with color #03074F.

Preview

Color preview on black background

This text has color #03074F on black background.


Color preview on white background

This text has color #03074F on white background.


Black color preview on #03074F background

This text has black color on #03074F background.


White color preview on #03074F background

This text has white color on #03074F background.


Related colors

Complementary color

Complementary color for #hex is #FCF8B0.


I love getcolorcode.com

Triadic colors

1 #4F0307 and #074F03 with #03074F are triadic colors.

2 #4F0703 and #07034F with #03074F are triadic colors.