COLOR #03070D

HEX: #03070D
RGB: (3,7,13)

Color info

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

RGB color model

#03070D color RGB value is (3,7,13).

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

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 13 of 255 = 5%

3
7
13

R + G + B ~ 3%. #03070D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 13 = 23 (100%)
R 3 of 23 ~ 13.04%
G 7 of 23 ~ 30.43%
B 13 of 23 ~ 56.52%

%13.04
%30.43
%56.52

CMYK color model

#03070D color CMYK value is (77,46,0,95).

  • cyan value is 76.92%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(77,46,0,95)
C77M46Y0K95 
(77%,46%,0%,95%)
(0.77/0.46/0.00/0.95)	

CMYK percentages

%76.92
%46.15
%0
%94.9

Codes

Color #03070D in popluar color models

03070D
RGB3713
HSL216°62.50%3.14%
HSB/HSV216°76.92%5.10%
CMYK76.92%46.15%0.00%
94.90%

Color #03070D in popluar number systems.

HEX03070D
Decimal3713
Binary111111101
Octal3715

Shades and tints

Shades of #03070D

#03070D
(3,7,13)
#03070C
(3,7,12)
#03070B
(3,7,11)
#03070A
(3,7,10)
#030709
(3,7,9)
#030708
(3,7,8)
#030707
(3,7,7)
#030706
(3,7,6)
#030705
(3,7,5)
#030704
(3,7,4)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #03070D

#03070D
(3,7,13)
#191D23
(25,29,35)
#2F3339
(47,51,57)
#45494F
(69,73,79)
#5B5F65
(91,95,101)
#71757B
(113,117,123)
#878B91
(135,139,145)
#9DA1A7
(157,161,167)
#B3B7BD
(179,183,189)
#C9CDD3
(201,205,211)
#DFE3E9
(223,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03070D; }

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

This text font color is #03070D.


Background Color

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

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

This div background color is #03070D.


Border color

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

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

This div border color is #03070D.


Opacity

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

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

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

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

This text has shadow with #03070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03070D on black background.


Color preview on white background

This text has color #03070D on white background.



Black color preview on #03070D background

This text has black color on #03070D background.


White color preview on #03070D background

This text has white color on #03070D background.