COLOR #072443

HEX: #072443
RGB: (7,36,67)

Color info

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

RGB color model

#072443 color RGB value is (7,36,67).

  • red value is 7;
  • green value is 36;
  • blue value is 67.
RGB:
(7,36,67)
(3%,14%,26%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 67 of 255 = 26%

7
36
67

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

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 67 = 110 (100%)
R 7 of 110 ~ 6.36%
G 36 of 110 ~ 32.73%
B 67 of 110 ~ 60.91%

%32.73
%60.91

CMYK color model

#072443 color CMYK value is (90,46,0,74).

  • cyan value is 89.55%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(90,46,0,74)
C90M46Y0K74 
(90%,46%,0%,74%)
(0.90/0.46/0.00/0.74)	

CMYK percentages

%89.55
%46.27
%0
%73.73

Codes

Color #072443 in popluar color models

072443
RGB73667
HSL211°81.08%14.51%
HSB/HSV211°89.55%26.27%
CMYK89.55%46.27%0.00%
73.73%

Color #072443 in popluar number systems.

HEX072443
Decimal73667
Binary1111001001000011
Octal744103

Shades and tints

Shades of #072443

#072443
(7,36,67)
#07213D
(7,33,61)
#071E37
(7,30,55)
#071B31
(7,27,49)
#07182B
(7,24,43)
#071525
(7,21,37)
#07121F
(7,18,31)
#070F19
(7,15,25)
#070C13
(7,12,19)
#07090D
(7,9,13)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #072443

#072443
(7,36,67)
#1D3754
(29,55,84)
#334A65
(51,74,101)
#495D76
(73,93,118)
#5F7087
(95,112,135)
#758398
(117,131,152)
#8B96A9
(139,150,169)
#A1A9BA
(161,169,186)
#B7BCCB
(183,188,203)
#CDCFDC
(205,207,220)
#E3E2ED
(227,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072443 color. Also use rgb(7,36,67) instead hex code.

Text Font Color

.myTextColor { color: #072443; }

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

This text font color is #072443.


Background Color

.myBgColor { background-color: #072443; }

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

This div background color is #072443.


Border color

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

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

This div border color is #072443.


Opacity

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

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

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

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

This text has shadow with #072443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072443 on black background.


Color preview on white background

This text has color #072443 on white background.



Black color preview on #072443 background

This text has black color on #072443 background.


White color preview on #072443 background

This text has white color on #072443 background.