COLOR #071404

HEX: #071404
RGB: (7,20,4)

Color info

#071404 contains red, green and blue colors in about the same proportion. Web safe color of #071404 is #000000 (or #000).

RGB color model

#071404 color RGB value is (7,20,4).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 4 of 255 = 2%

7
20
4

R + G + B ~ 4%. #071404 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 4 = 31 (100%)
R 7 of 31 ~ 22.58%
G 20 of 31 ~ 64.52%
B 4 of 31 ~ 12.9%

%22.58
%64.52
%12.9

CMYK color model

#071404 color CMYK value is (65,0,80,92).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 92.16%
CMYK:
(65,0,80,92)
C65M0Y80K92 
(65%,0%,80%,92%)
(0.65/0.00/0.80/0.92)	

CMYK percentages

%65
%0
%80
%92.16

Codes

Color #071404 in popluar color models

071404
RGB7204
HSL109°66.67%4.71%
HSB/HSV109°80.00%7.84%
CMYK65.00%0.00%80.00%
92.16%

Color #071404 in popluar number systems.

HEX071404
Decimal7204
Binary11110100100
Octal7244

Shades and tints

Shades of #071404

#071404
(7,20,4)
#071304
(7,19,4)
#071204
(7,18,4)
#071104
(7,17,4)
#071004
(7,16,4)
#070F04
(7,15,4)
#070E04
(7,14,4)
#070D04
(7,13,4)
#070C04
(7,12,4)
#070B04
(7,11,4)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #071404

#071404
(7,20,4)
#1D291A
(29,41,26)
#333E30
(51,62,48)
#495346
(73,83,70)
#5F685C
(95,104,92)
#757D72
(117,125,114)
#8B9288
(139,146,136)
#A1A79E
(161,167,158)
#B7BCB4
(183,188,180)
#CDD1CA
(205,209,202)
#E3E6E0
(227,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071404; }

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

This text font color is #071404.


Background Color

.myBgColor { background-color: #071404; }

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

This div background color is #071404.


Border color

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

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

This div border color is #071404.


Opacity

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

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

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

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

This text has shadow with #071404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071404 on black background.


Color preview on white background

This text has color #071404 on white background.



Black color preview on #071404 background

This text has black color on #071404 background.


White color preview on #071404 background

This text has white color on #071404 background.