COLOR #07040F

HEX: #07040F
RGB: (7,4,15)

Color info

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

RGB color model

#07040F color RGB value is (7,4,15).

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

RGB channels and saturation

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

7
4
15

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

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 15 = 26 (100%)
R 7 of 26 ~ 26.92%
G 4 of 26 ~ 15.38%
B 15 of 26 ~ 57.69%

%26.92
%15.38
%57.69

CMYK color model

#07040F color CMYK value is (53,73,0,94).

  • cyan value is 53.33%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(53,73,0,94)
C53M73Y0K94 
(53%,73%,0%,94%)
(0.53/0.73/0.00/0.94)	

CMYK percentages

%53.33
%73.33
%0
%94.12

Codes

Color #07040F in popluar color models

07040F
RGB7415
HSL256°57.89%3.73%
HSB/HSV256°73.33%5.88%
CMYK53.33%73.33%0.00%
94.12%

Color #07040F in popluar number systems.

HEX07040F
Decimal7415
Binary1111001111
Octal7417

Shades and tints

Shades of #07040F

#07040F
(7,4,15)
#07040E
(7,4,14)
#07040D
(7,4,13)
#07040C
(7,4,12)
#07040B
(7,4,11)
#07040A
(7,4,10)
#070409
(7,4,9)
#070408
(7,4,8)
#070407
(7,4,7)
#070406
(7,4,6)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #07040F

#07040F
(7,4,15)
#1D1A24
(29,26,36)
#333039
(51,48,57)
#49464E
(73,70,78)
#5F5C63
(95,92,99)
#757278
(117,114,120)
#8B888D
(139,136,141)
#A19EA2
(161,158,162)
#B7B4B7
(183,180,183)
#CDCACC
(205,202,204)
#E3E0E1
(227,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07040F; }

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

This text font color is #07040F.


Background Color

.myBgColor { background-color: #07040F; }

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

This div background color is #07040F.


Border color

.myBorderColor { border: 1px solid #07040F; }

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

This div border color is #07040F.


Opacity

.myOpacity80 { color: #07040F; opacity: 0.8; }

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

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

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

This text has shadow with #07040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07040F on black background.


Color preview on white background

This text has color #07040F on white background.



Black color preview on #07040F background

This text has black color on #07040F background.


White color preview on #07040F background

This text has white color on #07040F background.