COLOR #070404

HEX: #070404
RGB: (7,4,4)

Color info

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

RGB color model

#070404 color RGB value is (7,4,4).

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

RGB channels and saturation

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

7
4
4

R + G + B ~ 2%. #070404 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 4 = 15 (100%)
R 7 of 15 ~ 46.67%
G 4 of 15 ~ 26.67%
B 4 of 15 ~ 26.67%

%46.67
%26.67
%26.67

CMYK color model

#070404 color CMYK value is (0,43,43,97).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 42.86%
  • key color value is 97.25%
CMYK:
(0,43,43,97)
C0M43Y43K97 
(0%,43%,43%,97%)
(0.00/0.43/0.43/0.97)	

CMYK percentages

%0
%42.86
%42.86
%97.25

Codes

Color #070404 in popluar color models

070404
RGB744
HSL27.27%2.16%
HSB/HSV42.86%2.75%
CMYK0.00%42.86%42.86%
97.25%

Color #070404 in popluar number systems.

HEX070404
Decimal744
Binary111100100
Octal744

Shades and tints

Tints of #070404

#070404
(7,4,4)
#1D1A1A
(29,26,26)
#333030
(51,48,48)
#494646
(73,70,70)
#5F5C5C
(95,92,92)
#757272
(117,114,114)
#8B8888
(139,136,136)
#A19E9E
(161,158,158)
#B7B4B4
(183,180,180)
#CDCACA
(205,202,202)
#E3E0E0
(227,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070404; }

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

This text font color is #070404.


Background Color

.myBgColor { background-color: #070404; }

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

This div background color is #070404.


Border color

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

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

This div border color is #070404.


Opacity

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

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

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

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

This text has shadow with #070404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070404 on black background.


Color preview on white background

This text has color #070404 on white background.



Black color preview on #070404 background

This text has black color on #070404 background.


White color preview on #070404 background

This text has white color on #070404 background.