COLOR #073346

HEX: #073346
RGB: (7,51,70)

Color info

#073346 contains mainly green and blue colors. Web safe color of #073346 is #003333 (or #033).

RGB color model

#073346 color RGB value is (7,51,70).

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

RGB channels and saturation

R 7 of 255 = 3%
G 51 of 255 = 20%
B 70 of 255 = 27%

7
51
70

R + G + B ~ 17%. #073346 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 51 + 70 = 128 (100%)
R 7 of 128 ~ 5.47%
G 51 of 128 ~ 39.84%
B 70 of 128 ~ 54.69%

%39.84
%54.69

CMYK color model

#073346 color CMYK value is (90,27,0,73).

  • cyan value is 90.00%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(90,27,0,73)
C90M27Y0K73 
(90%,27%,0%,73%)
(0.90/0.27/0.00/0.73)	

CMYK percentages

%90
%27.14
%0
%72.55

Codes

Color #073346 in popluar color models

073346
RGB75170
HSL198°81.82%15.10%
HSB/HSV198°90.00%27.45%
CMYK90.00%27.14%0.00%
72.55%

Color #073346 in popluar number systems.

HEX073346
Decimal75170
Binary1111100111000110
Octal763106

Shades and tints

Shades of #073346

#073346
(7,51,70)
#072F40
(7,47,64)
#072B3A
(7,43,58)
#072734
(7,39,52)
#07232E
(7,35,46)
#071F28
(7,31,40)
#071B22
(7,27,34)
#07171C
(7,23,28)
#071316
(7,19,22)
#070F10
(7,15,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #073346

#073346
(7,51,70)
#1D4556
(29,69,86)
#335766
(51,87,102)
#496976
(73,105,118)
#5F7B86
(95,123,134)
#758D96
(117,141,150)
#8B9FA6
(139,159,166)
#A1B1B6
(161,177,182)
#B7C3C6
(183,195,198)
#CDD5D6
(205,213,214)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073346; }

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

This text font color is #073346.


Background Color

.myBgColor { background-color: #073346; }

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

This div background color is #073346.


Border color

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

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

This div border color is #073346.


Opacity

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

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

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

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

This text has shadow with #073346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073346 on black background.


Color preview on white background

This text has color #073346 on white background.



Black color preview on #073346 background

This text has black color on #073346 background.


White color preview on #073346 background

This text has white color on #073346 background.