COLOR #07337F

HEX: #07337F
RGB: (7,51,127)

Color info

#07337F contains mainly blue color. Web safe color of #07337F is #003366 (or #036).

RGB color model

#07337F color RGB value is (7,51,127).

  • red value is 7;
  • green value is 51;
  • blue value is 127.
RGB:
(7,51,127)
(3%,20%,50%)

RGB channels and saturation

R 7 of 255 = 3%
G 51 of 255 = 20%
B 127 of 255 = 50%

7
51
127

R + G + B ~ 24%. #07337F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 51 + 127 = 185 (100%)
R 7 of 185 ~ 3.78%
G 51 of 185 ~ 27.57%
B 127 of 185 ~ 68.65%

%27.57
%68.65

CMYK color model

#07337F color CMYK value is (94,60,0,50).

  • cyan value is 94.49%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(94,60,0,50)
C94M60Y0K50 
(94%,60%,0%,50%)
(0.94/0.60/0.00/0.50)	

CMYK percentages

%94.49
%59.84
%0
%50.2

Codes

Color #07337F in popluar color models

07337F
RGB751127
HSL218°89.55%26.27%
HSB/HSV218°94.49%49.80%
CMYK94.49%59.84%0.00%
50.20%

Color #07337F in popluar number systems.

HEX07337F
Decimal751127
Binary1111100111111111
Octal763177

Shades and tints

Shades of #07337F

#07337F
(7,51,127)
#072F74
(7,47,116)
#072B69
(7,43,105)
#07275E
(7,39,94)
#072353
(7,35,83)
#071F48
(7,31,72)
#071B3D
(7,27,61)
#071732
(7,23,50)
#071327
(7,19,39)
#070F1C
(7,15,28)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #07337F

#07337F
(7,51,127)
#1D458A
(29,69,138)
#335795
(51,87,149)
#4969A0
(73,105,160)
#5F7BAB
(95,123,171)
#758DB6
(117,141,182)
#8B9FC1
(139,159,193)
#A1B1CC
(161,177,204)
#B7C3D7
(183,195,215)
#CDD5E2
(205,213,226)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07337F color. Also use rgb(7,51,127) instead hex code.

Text Font Color

.myTextColor { color: #07337F; }

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

This text font color is #07337F.


Background Color

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

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

This div background color is #07337F.


Border color

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

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

This div border color is #07337F.


Opacity

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

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

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

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

This text has shadow with #07337F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07337F on black background.


Color preview on white background

This text has color #07337F on white background.



Black color preview on #07337F background

This text has black color on #07337F background.


White color preview on #07337F background

This text has white color on #07337F background.