COLOR #072244

HEX: #072244
RGB: (7,34,68)

Color info

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

RGB color model

#072244 color RGB value is (7,34,68).

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

RGB channels and saturation

R 7 of 255 = 3%
G 34 of 255 = 13%
B 68 of 255 = 27%

7
34
68

R + G + B ~ 14%. #072244 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 34 + 68 = 109 (100%)
R 7 of 109 ~ 6.42%
G 34 of 109 ~ 31.19%
B 68 of 109 ~ 62.39%

%31.19
%62.39

CMYK color model

#072244 color CMYK value is (90,50,0,73).

  • cyan value is 89.71%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(90,50,0,73)
C90M50Y0K73 
(90%,50%,0%,73%)
(0.90/0.50/0.00/0.73)	

CMYK percentages

%89.71
%50
%0
%73.33

Codes

Color #072244 in popluar color models

072244
RGB73468
HSL213°81.33%14.71%
HSB/HSV213°89.71%26.67%
CMYK89.71%50.00%0.00%
73.33%

Color #072244 in popluar number systems.

HEX072244
Decimal73468
Binary1111000101000100
Octal742104

Shades and tints

Shades of #072244

#072244
(7,34,68)
#071F3E
(7,31,62)
#071C38
(7,28,56)
#071932
(7,25,50)
#07162C
(7,22,44)
#071326
(7,19,38)
#071020
(7,16,32)
#070D1A
(7,13,26)
#070A14
(7,10,20)
#07070E
(7,7,14)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #072244

#072244
(7,34,68)
#1D3655
(29,54,85)
#334A66
(51,74,102)
#495E77
(73,94,119)
#5F7288
(95,114,136)
#758699
(117,134,153)
#8B9AAA
(139,154,170)
#A1AEBB
(161,174,187)
#B7C2CC
(183,194,204)
#CDD6DD
(205,214,221)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072244; }

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

This text font color is #072244.


Background Color

.myBgColor { background-color: #072244; }

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

This div background color is #072244.


Border color

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

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

This div border color is #072244.


Opacity

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

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

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

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

This text has shadow with #072244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072244 on black background.


Color preview on white background

This text has color #072244 on white background.



Black color preview on #072244 background

This text has black color on #072244 background.


White color preview on #072244 background

This text has white color on #072244 background.