COLOR #072A44

HEX: #072A44
RGB: (7,42,68)

Color info

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

RGB color model

#072A44 color RGB value is (7,42,68).

  • red value is 7;
  • green value is 42;
  • blue value is 68.
RGB:
(7,42,68)
(3%,16%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 68 of 255 = 27%

7
42
68

R + G + B ~ 15%. #072A44 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 68 = 117 (100%)
R 7 of 117 ~ 5.98%
G 42 of 117 ~ 35.9%
B 68 of 117 ~ 58.12%

%35.9
%58.12

CMYK color model

#072A44 color CMYK value is (90,38,0,73).

  • cyan value is 89.71%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(90,38,0,73)
C90M38Y0K73 
(90%,38%,0%,73%)
(0.90/0.38/0.00/0.73)	

CMYK percentages

%89.71
%38.24
%0
%73.33

Codes

Color #072A44 in popluar color models

072A44
RGB74268
HSL206°81.33%14.71%
HSB/HSV206°89.71%26.67%
CMYK89.71%38.24%0.00%
73.33%

Color #072A44 in popluar number systems.

HEX072A44
Decimal74268
Binary1111010101000100
Octal752104

Shades and tints

Shades of #072A44

#072A44
(7,42,68)
#07273E
(7,39,62)
#072438
(7,36,56)
#072132
(7,33,50)
#071E2C
(7,30,44)
#071B26
(7,27,38)
#071820
(7,24,32)
#07151A
(7,21,26)
#071214
(7,18,20)
#070F0E
(7,15,14)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #072A44

#072A44
(7,42,68)
#1D3D55
(29,61,85)
#335066
(51,80,102)
#496377
(73,99,119)
#5F7688
(95,118,136)
#758999
(117,137,153)
#8B9CAA
(139,156,170)
#A1AFBB
(161,175,187)
#B7C2CC
(183,194,204)
#CDD5DD
(205,213,221)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072A44 color. Also use rgb(7,42,68) instead hex code.

Text Font Color

.myTextColor { color: #072A44; }

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

This text font color is #072A44.


Background Color

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

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

This div background color is #072A44.


Border color

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

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

This div border color is #072A44.


Opacity

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

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

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

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

This text has shadow with #072A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072A44 on black background.


Color preview on white background

This text has color #072A44 on white background.



Black color preview on #072A44 background

This text has black color on #072A44 background.


White color preview on #072A44 background

This text has white color on #072A44 background.