COLOR #07001D

HEX: #07001D
RGB: (7,0,29)

Color info

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

RGB color model

#07001D color RGB value is (7,0,29).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 29 of 255 = 11%

7
0
29

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

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 29 = 36 (100%)
R 7 of 36 ~ 19.44%
G 0 of 36 ~ 0%
B 29 of 36 ~ 80.56%

%19.44
%80.56

CMYK color model

#07001D color CMYK value is (76,100,0,89).

  • cyan value is 75.86%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(76,100,0,89)
C76M100Y0K89 
(76%,100%,0%,89%)
(0.76/1.00/0.00/0.89)	

CMYK percentages

%75.86
%100
%0
%88.63

Codes

Color #07001D in popluar color models

07001D
RGB7029
HSL254°100.00%5.69%
HSB/HSV254°100.00%11.37%
CMYK75.86%100.00%0.00%
88.63%

Color #07001D in popluar number systems.

HEX07001D
Decimal7029
Binary111011101
Octal7035

Shades and tints

Shades of #07001D

#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)
#070009
(7,0,9)
#000000
(0,0,0)

Tints of #07001D

#07001D
(7,0,29)
#1D1731
(29,23,49)
#332E45
(51,46,69)
#494559
(73,69,89)
#5F5C6D
(95,92,109)
#757381
(117,115,129)
#8B8A95
(139,138,149)
#A1A1A9
(161,161,169)
#B7B8BD
(183,184,189)
#CDCFD1
(205,207,209)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07001D; }

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

This text font color is #07001D.


Background Color

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

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

This div background color is #07001D.


Border color

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

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

This div border color is #07001D.


Opacity

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

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

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

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

This text has shadow with #07001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07001D on black background.


Color preview on white background

This text has color #07001D on white background.



Black color preview on #07001D background

This text has black color on #07001D background.


White color preview on #07001D background

This text has white color on #07001D background.