COLOR #073146

HEX: #073146
RGB: (7,49,70)

Color info

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

RGB color model

#073146 color RGB value is (7,49,70).

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

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 70 of 255 = 27%

7
49
70

R + G + B ~ 16%. #073146 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 70 = 126 (100%)
R 7 of 126 ~ 5.56%
G 49 of 126 ~ 38.89%
B 70 of 126 ~ 55.56%

%38.89
%55.56

CMYK color model

#073146 color CMYK value is (90,30,0,73).

  • cyan value is 90.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(90,30,0,73)
C90M30Y0K73 
(90%,30%,0%,73%)
(0.90/0.30/0.00/0.73)	

CMYK percentages

%90
%30
%0
%72.55

Codes

Color #073146 in popluar color models

073146
RGB74970
HSL200°81.82%15.10%
HSB/HSV200°90.00%27.45%
CMYK90.00%30.00%0.00%
72.55%

Color #073146 in popluar number systems.

HEX073146
Decimal74970
Binary1111100011000110
Octal761106

Shades and tints

Shades of #073146

#073146
(7,49,70)
#072D40
(7,45,64)
#07293A
(7,41,58)
#072534
(7,37,52)
#07212E
(7,33,46)
#071D28
(7,29,40)
#071922
(7,25,34)
#07151C
(7,21,28)
#071116
(7,17,22)
#070D10
(7,13,16)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #073146

#073146
(7,49,70)
#1D4356
(29,67,86)
#335566
(51,85,102)
#496776
(73,103,118)
#5F7986
(95,121,134)
#758B96
(117,139,150)
#8B9DA6
(139,157,166)
#A1AFB6
(161,175,182)
#B7C1C6
(183,193,198)
#CDD3D6
(205,211,214)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073146; }

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

This text font color is #073146.


Background Color

.myBgColor { background-color: #073146; }

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

This div background color is #073146.


Border color

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

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

This div border color is #073146.


Opacity

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

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

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

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

This text has shadow with #073146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073146 on black background.


Color preview on white background

This text has color #073146 on white background.



Black color preview on #073146 background

This text has black color on #073146 background.


White color preview on #073146 background

This text has white color on #073146 background.