COLOR #071420

HEX: #071420
RGB: (7,20,32)

Color info

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

RGB color model

#071420 color RGB value is (7,20,32).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 32 of 255 = 13%

7
20
32

R + G + B ~ 8%. #071420 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 32 = 59 (100%)
R 7 of 59 ~ 11.86%
G 20 of 59 ~ 33.9%
B 32 of 59 ~ 54.24%

%11.86
%33.9
%54.24

CMYK color model

#071420 color CMYK value is (78,38,0,87).

  • cyan value is 78.13%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(78,38,0,87)
C78M38Y0K87 
(78%,38%,0%,87%)
(0.78/0.38/0.00/0.87)	

CMYK percentages

%78.13
%37.5
%0
%87.45

Codes

Color #071420 in popluar color models

071420
RGB72032
HSL209°64.10%7.65%
HSB/HSV209°78.13%12.55%
CMYK78.13%37.50%0.00%
87.45%

Color #071420 in popluar number systems.

HEX071420
Decimal72032
Binary11110100100000
Octal72440

Shades and tints

Shades of #071420

#071420
(7,20,32)
#07131E
(7,19,30)
#07121C
(7,18,28)
#07111A
(7,17,26)
#071018
(7,16,24)
#070F16
(7,15,22)
#070E14
(7,14,20)
#070D12
(7,13,18)
#070C10
(7,12,16)
#070B0E
(7,11,14)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #071420

#071420
(7,20,32)
#1D2934
(29,41,52)
#333E48
(51,62,72)
#49535C
(73,83,92)
#5F6870
(95,104,112)
#757D84
(117,125,132)
#8B9298
(139,146,152)
#A1A7AC
(161,167,172)
#B7BCC0
(183,188,192)
#CDD1D4
(205,209,212)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071420; }

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

This text font color is #071420.


Background Color

.myBgColor { background-color: #071420; }

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

This div background color is #071420.


Border color

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

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

This div border color is #071420.


Opacity

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

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

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

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

This text has shadow with #071420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071420 on black background.


Color preview on white background

This text has color #071420 on white background.



Black color preview on #071420 background

This text has black color on #071420 background.


White color preview on #071420 background

This text has white color on #071420 background.