COLOR #071428

HEX: #071428
RGB: (7,20,40)

Color info

#071428 contains red, green and blue colors in about the same proportion. Web safe color of #071428 is #000033 (or #003).

RGB color model

#071428 color RGB value is (7,20,40).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 40 of 255 = 16%

7
20
40

R + G + B ~ 9%. #071428 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 40 = 67 (100%)
R 7 of 67 ~ 10.45%
G 20 of 67 ~ 29.85%
B 40 of 67 ~ 59.7%

%10.45
%29.85
%59.7

CMYK color model

#071428 color CMYK value is (83,50,0,84).

  • cyan value is 82.50%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(83,50,0,84)
C83M50Y0K84 
(83%,50%,0%,84%)
(0.83/0.50/0.00/0.84)	

CMYK percentages

%82.5
%50
%0
%84.31

Codes

Color #071428 in popluar color models

071428
RGB72040
HSL216°70.21%9.22%
HSB/HSV216°82.50%15.69%
CMYK82.50%50.00%0.00%
84.31%

Color #071428 in popluar number systems.

HEX071428
Decimal72040
Binary11110100101000
Octal72450

Shades and tints

Shades of #071428

#071428
(7,20,40)
#071325
(7,19,37)
#071222
(7,18,34)
#07111F
(7,17,31)
#07101C
(7,16,28)
#070F19
(7,15,25)
#070E16
(7,14,22)
#070D13
(7,13,19)
#070C10
(7,12,16)
#070B0D
(7,11,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #071428

#071428
(7,20,40)
#1D293B
(29,41,59)
#333E4E
(51,62,78)
#495361
(73,83,97)
#5F6874
(95,104,116)
#757D87
(117,125,135)
#8B929A
(139,146,154)
#A1A7AD
(161,167,173)
#B7BCC0
(183,188,192)
#CDD1D3
(205,209,211)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071428; }

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

This text font color is #071428.


Background Color

.myBgColor { background-color: #071428; }

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

This div background color is #071428.


Border color

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

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

This div border color is #071428.


Opacity

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

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

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

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

This text has shadow with #071428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071428 on black background.


Color preview on white background

This text has color #071428 on white background.



Black color preview on #071428 background

This text has black color on #071428 background.


White color preview on #071428 background

This text has white color on #071428 background.