COLOR #071443

HEX: #071443
RGB: (7,20,67)

Color info

#071443 contains mainly green and blue colors. Web safe color of #071443 is #000033 (or #003).

RGB color model

#071443 color RGB value is (7,20,67).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 67 of 255 = 26%

7
20
67

R + G + B ~ 12%. #071443 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 67 = 94 (100%)
R 7 of 94 ~ 7.45%
G 20 of 94 ~ 21.28%
B 67 of 94 ~ 71.28%

%21.28
%71.28

CMYK color model

#071443 color CMYK value is (90,70,0,74).

  • cyan value is 89.55%
  • magenta value is 70.15%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(90,70,0,74)
C90M70Y0K74 
(90%,70%,0%,74%)
(0.90/0.70/0.00/0.74)	

CMYK percentages

%89.55
%70.15
%0
%73.73

Codes

Color #071443 in popluar color models

071443
RGB72067
HSL227°81.08%14.51%
HSB/HSV227°89.55%26.27%
CMYK89.55%70.15%0.00%
73.73%

Color #071443 in popluar number systems.

HEX071443
Decimal72067
Binary111101001000011
Octal724103

Shades and tints

Shades of #071443

#071443
(7,20,67)
#07133D
(7,19,61)
#071237
(7,18,55)
#071131
(7,17,49)
#07102B
(7,16,43)
#070F25
(7,15,37)
#070E1F
(7,14,31)
#070D19
(7,13,25)
#070C13
(7,12,19)
#070B0D
(7,11,13)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #071443

#071443
(7,20,67)
#1D2954
(29,41,84)
#333E65
(51,62,101)
#495376
(73,83,118)
#5F6887
(95,104,135)
#757D98
(117,125,152)
#8B92A9
(139,146,169)
#A1A7BA
(161,167,186)
#B7BCCB
(183,188,203)
#CDD1DC
(205,209,220)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071443; }

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

This text font color is #071443.


Background Color

.myBgColor { background-color: #071443; }

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

This div background color is #071443.


Border color

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

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

This div border color is #071443.


Opacity

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

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

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

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

This text has shadow with #071443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071443 on black background.


Color preview on white background

This text has color #071443 on white background.



Black color preview on #071443 background

This text has black color on #071443 background.


White color preview on #071443 background

This text has white color on #071443 background.