COLOR #072E46

HEX: #072E46
RGB: (7,46,70)

Color info

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

RGB color model

#072E46 color RGB value is (7,46,70).

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

RGB channels and saturation

R 7 of 255 = 3%
G 46 of 255 = 18%
B 70 of 255 = 27%

7
46
70

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

Portions of RGB colors in percentages

R + G + B =
7 + 46 + 70 = 123 (100%)
R 7 of 123 ~ 5.69%
G 46 of 123 ~ 37.4%
B 70 of 123 ~ 56.91%

%37.4
%56.91

CMYK color model

#072E46 color CMYK value is (90,34,0,73).

  • cyan value is 90.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(90,34,0,73)
C90M34Y0K73 
(90%,34%,0%,73%)
(0.90/0.34/0.00/0.73)	

CMYK percentages

%90
%34.29
%0
%72.55

Codes

Color #072E46 in popluar color models

072E46
RGB74670
HSL203°81.82%15.10%
HSB/HSV203°90.00%27.45%
CMYK90.00%34.29%0.00%
72.55%

Color #072E46 in popluar number systems.

HEX072E46
Decimal74670
Binary1111011101000110
Octal756106

Shades and tints

Shades of #072E46

#072E46
(7,46,70)
#072A40
(7,42,64)
#07263A
(7,38,58)
#072234
(7,34,52)
#071E2E
(7,30,46)
#071A28
(7,26,40)
#071622
(7,22,34)
#07121C
(7,18,28)
#070E16
(7,14,22)
#070A10
(7,10,16)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #072E46

#072E46
(7,46,70)
#1D4156
(29,65,86)
#335466
(51,84,102)
#496776
(73,103,118)
#5F7A86
(95,122,134)
#758D96
(117,141,150)
#8BA0A6
(139,160,166)
#A1B3B6
(161,179,182)
#B7C6C6
(183,198,198)
#CDD9D6
(205,217,214)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072E46; }

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

This text font color is #072E46.


Background Color

.myBgColor { background-color: #072E46; }

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

This div background color is #072E46.


Border color

.myBorderColor { border: 1px solid #072E46; }

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

This div border color is #072E46.


Opacity

.myOpacity80 { color: #072E46; opacity: 0.8; }

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

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

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

This text has shadow with #072E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E46 on black background.


Color preview on white background

This text has color #072E46 on white background.



Black color preview on #072E46 background

This text has black color on #072E46 background.


White color preview on #072E46 background

This text has white color on #072E46 background.