COLOR #072E64

HEX: #072E64
RGB: (7,46,100)

Color info

#072E64 contains mainly green and blue colors. Web safe color of #072E64 is #003366 (or #036).

RGB color model

#072E64 color RGB value is (7,46,100).

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

RGB channels and saturation

R 7 of 255 = 3%
G 46 of 255 = 18%
B 100 of 255 = 39%

7
46
100

R + G + B ~ 20%. #072E64 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 46 + 100 = 153 (100%)
R 7 of 153 ~ 4.58%
G 46 of 153 ~ 30.07%
B 100 of 153 ~ 65.36%

%30.07
%65.36

CMYK color model

#072E64 color CMYK value is (93,54,0,61).

  • cyan value is 93.00%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(93,54,0,61)
C93M54Y0K61 
(93%,54%,0%,61%)
(0.93/0.54/0.00/0.61)	

CMYK percentages

%93
%54
%0
%60.78

Codes

Color #072E64 in popluar color models

072E64
RGB746100
HSL215°86.92%20.98%
HSB/HSV215°93.00%39.22%
CMYK93.00%54.00%0.00%
60.78%

Color #072E64 in popluar number systems.

HEX072E64
Decimal746100
Binary1111011101100100
Octal756144

Shades and tints

Shades of #072E64

#072E64
(7,46,100)
#072A5B
(7,42,91)
#072652
(7,38,82)
#072249
(7,34,73)
#071E40
(7,30,64)
#071A37
(7,26,55)
#07162E
(7,22,46)
#071225
(7,18,37)
#070E1C
(7,14,28)
#070A13
(7,10,19)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #072E64

#072E64
(7,46,100)
#1D4172
(29,65,114)
#335480
(51,84,128)
#49678E
(73,103,142)
#5F7A9C
(95,122,156)
#758DAA
(117,141,170)
#8BA0B8
(139,160,184)
#A1B3C6
(161,179,198)
#B7C6D4
(183,198,212)
#CDD9E2
(205,217,226)
#E3ECF0
(227,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072E64; }

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

This text font color is #072E64.


Background Color

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

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

This div background color is #072E64.


Border color

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

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

This div border color is #072E64.


Opacity

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

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

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

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

This text has shadow with #072E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072E64 on black background.


Color preview on white background

This text has color #072E64 on white background.



Black color preview on #072E64 background

This text has black color on #072E64 background.


White color preview on #072E64 background

This text has white color on #072E64 background.