COLOR #070301

HEX: #070301
RGB: (7,3,1)

Color info

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

RGB color model

#070301 color RGB value is (7,3,1).

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

RGB channels and saturation

R 7 of 255 = 3%
G 3 of 255 = 1%
B 1 of 255 = 0%

7
3
1

R + G + B ~ 1%. #070301 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 3 + 1 = 11 (100%)
R 7 of 11 ~ 63.64%
G 3 of 11 ~ 27.27%
B 1 of 11 ~ 9.09%

%63.64
%27.27

CMYK color model

#070301 color CMYK value is (0,57,86,97).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 85.71%
  • key color value is 97.25%
CMYK:
(0,57,86,97)
C0M57Y86K97 
(0%,57%,86%,97%)
(0.00/0.57/0.86/0.97)	

CMYK percentages

%0
%57.14
%85.71
%97.25

Codes

Color #070301 in popluar color models

070301
RGB731
HSL20°75.00%1.57%
HSB/HSV20°85.71%2.75%
CMYK0.00%57.14%85.71%
97.25%

Color #070301 in popluar number systems.

HEX070301
Decimal731
Binary111111
Octal731

Shades and tints

Tints of #070301

#070301
(7,3,1)
#1D1918
(29,25,24)
#332F2F
(51,47,47)
#494546
(73,69,70)
#5F5B5D
(95,91,93)
#757174
(117,113,116)
#8B878B
(139,135,139)
#A19DA2
(161,157,162)
#B7B3B9
(183,179,185)
#CDC9D0
(205,201,208)
#E3DFE7
(227,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070301; }

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

This text font color is #070301.


Background Color

.myBgColor { background-color: #070301; }

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

This div background color is #070301.


Border color

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

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

This div border color is #070301.


Opacity

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

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

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

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

This text has shadow with #070301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070301 on black background.


Color preview on white background

This text has color #070301 on white background.



Black color preview on #070301 background

This text has black color on #070301 background.


White color preview on #070301 background

This text has white color on #070301 background.