COLOR #07041F

HEX: #07041F
RGB: (7,4,31)

Color info

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

RGB color model

#07041F color RGB value is (7,4,31).

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

RGB channels and saturation

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

7
4
31

R + G + B ~ 6%. #07041F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 4 + 31 = 42 (100%)
R 7 of 42 ~ 16.67%
G 4 of 42 ~ 9.52%
B 31 of 42 ~ 73.81%

%16.67
%9.52
%73.81

CMYK color model

#07041F color CMYK value is (77,87,0,88).

  • cyan value is 77.42%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(77,87,0,88)
C77M87Y0K88 
(77%,87%,0%,88%)
(0.77/0.87/0.00/0.88)	

CMYK percentages

%77.42
%87.1
%0
%87.84

Codes

Color #07041F in popluar color models

07041F
RGB7431
HSL247°77.14%6.86%
HSB/HSV247°87.10%12.16%
CMYK77.42%87.10%0.00%
87.84%

Color #07041F in popluar number systems.

HEX07041F
Decimal7431
Binary11110011111
Octal7437

Shades and tints

Shades of #07041F

#07041F
(7,4,31)
#07041D
(7,4,29)
#07041B
(7,4,27)
#070419
(7,4,25)
#070417
(7,4,23)
#070415
(7,4,21)
#070413
(7,4,19)
#070411
(7,4,17)
#07040F
(7,4,15)
#07040D
(7,4,13)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #07041F

#07041F
(7,4,31)
#1D1A33
(29,26,51)
#333047
(51,48,71)
#49465B
(73,70,91)
#5F5C6F
(95,92,111)
#757283
(117,114,131)
#8B8897
(139,136,151)
#A19EAB
(161,158,171)
#B7B4BF
(183,180,191)
#CDCAD3
(205,202,211)
#E3E0E7
(227,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07041F; }

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

This text font color is #07041F.


Background Color

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

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

This div background color is #07041F.


Border color

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

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

This div border color is #07041F.


Opacity

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

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

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

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

This text has shadow with #07041F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07041F on black background.


Color preview on white background

This text has color #07041F on white background.



Black color preview on #07041F background

This text has black color on #07041F background.


White color preview on #07041F background

This text has white color on #07041F background.