COLOR #030007

HEX: #030007
RGB: (3,0,7)

Color info

#030007 contains only red and blue colors. Web safe color of #030007 is #000000 (or #000).

RGB color model

#030007 color RGB value is (3,0,7).

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

RGB channels and saturation

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

3
0
7

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

Portions of RGB colors in percentages

R + G + B =
3 + 0 + 7 = 10 (100%)
R 3 of 10 ~ 30%
G 0 of 10 ~ 0%
B 7 of 10 ~ 70%

%30
%70

CMYK color model

#030007 color CMYK value is (57,100,0,97).

  • cyan value is 57.14%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(57,100,0,97)
C57M100Y0K97 
(57%,100%,0%,97%)
(0.57/1.00/0.00/0.97)	

CMYK percentages

%57.14
%100
%0
%97.25

Codes

Color #030007 in popluar color models

030007
RGB307
HSL266°100.00%1.37%
HSB/HSV266°100.00%2.75%
CMYK57.14%100.00%0.00%
97.25%

Color #030007 in popluar number systems.

HEX030007
Decimal307
Binary110111
Octal307

Shades and tints

Tints of #030007

#030007
(3,0,7)
#19171D
(25,23,29)
#2F2E33
(47,46,51)
#454549
(69,69,73)
#5B5C5F
(91,92,95)
#717375
(113,115,117)
#878A8B
(135,138,139)
#9DA1A1
(157,161,161)
#B3B8B7
(179,184,183)
#C9CFCD
(201,207,205)
#DFE6E3
(223,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030007; }

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

This text font color is #030007.


Background Color

.myBgColor { background-color: #030007; }

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

This div background color is #030007.


Border color

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

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

This div border color is #030007.


Opacity

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

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

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

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

This text has shadow with #030007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030007 on black background.


Color preview on white background

This text has color #030007 on white background.



Black color preview on #030007 background

This text has black color on #030007 background.


White color preview on #030007 background

This text has white color on #030007 background.