COLOR #07001F

HEX: #07001F
RGB: (7,0,31)

Color info

#07001F contains only red and blue colors. Web safe color of #07001F is #000033 (or #003).

RGB color model

#07001F color RGB value is (7,0,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 31 of 255 = 12%

7
0
31

R + G + B ~ 5%. #07001F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 31 = 38 (100%)
R 7 of 38 ~ 18.42%
G 0 of 38 ~ 0%
B 31 of 38 ~ 81.58%

%18.42
%81.58

CMYK color model

#07001F color CMYK value is (77,100,0,88).

  • cyan value is 77.42%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(77,100,0,88)
C77M100Y0K88 
(77%,100%,0%,88%)
(0.77/1.00/0.00/0.88)	

CMYK percentages

%77.42
%100
%0
%87.84

Codes

Color #07001F in popluar color models

07001F
RGB7031
HSL254°100.00%6.08%
HSB/HSV254°100.00%12.16%
CMYK77.42%100.00%0.00%
87.84%

Color #07001F in popluar number systems.

HEX07001F
Decimal7031
Binary111011111
Octal7037

Shades and tints

Shades of #07001F

#07001F
(7,0,31)
#07001D
(7,0,29)
#07001B
(7,0,27)
#070019
(7,0,25)
#070017
(7,0,23)
#070015
(7,0,21)
#070013
(7,0,19)
#070011
(7,0,17)
#07000F
(7,0,15)
#07000D
(7,0,13)
#07000B
(7,0,11)
#000000
(0,0,0)

Tints of #07001F

#07001F
(7,0,31)
#1D1733
(29,23,51)
#332E47
(51,46,71)
#49455B
(73,69,91)
#5F5C6F
(95,92,111)
#757383
(117,115,131)
#8B8A97
(139,138,151)
#A1A1AB
(161,161,171)
#B7B8BF
(183,184,191)
#CDCFD3
(205,207,211)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07001F; }

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

This text font color is #07001F.


Background Color

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

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

This div background color is #07001F.


Border color

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

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

This div border color is #07001F.


Opacity

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

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

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

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

This text has shadow with #07001F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07001F on black background.


Color preview on white background

This text has color #07001F on white background.



Black color preview on #07001F background

This text has black color on #07001F background.


White color preview on #07001F background

This text has white color on #07001F background.