COLOR #03070C

HEX: #03070C RGB: (3,7,12)

Color info

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

RGB color model

#03070C color RGB value is (3,7,12).

RGB: (3,7,12) (1%, 3%, 5%)

RGB channels and saturation

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

3
7
12

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

Portions of RGB colors in percentages

R + G + B = 3 + 7 + 12 = 22 (100%)
R 3 of 22 ~ 13.64%
G 7 of 22 ~ 31.82%
B 12 of 22 ~ 54.55'%

%13.64
%31.82
%54.55

CMYK color model

#03070C color CMYK value is (75,42,0,95).

  • cyan value is 75.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (75,42,0,95)
C75M42Y0K95 (75%, 42%, 0%, 95%)
(0.75 / 0.42 / 0.00 / 0.95)

CMYK percentages

%75
%41.67
%0
%95.29

Codes

Color #03070C in popluar color models

03 07 0C
RGB 3 7 12
HSL 213° 60.00% 2.94%
HSB/HSV 213° 75.00% 4.71%
CMYK 75.00% 41.67% 0.00%
95.29%

Color #03070C in popluar number systems.

HEX 03 07 0C
Decimal 3 7 12
Binary 11 111 1100
Octal 3 7 14

Shades and tints

Shades of #03070C

#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)
#030702
(3,7,2)
#000000
(0,0,0)

Tints of #03070C

#03070C
(3,7,12)
#191D22
(25,29,34)
#2F3338
(47,51,56)
#45494E
(69,73,78)
#5B5F64
(91,95,100)
#71757A
(113,117,122)
#878B90
(135,139,144)
#9DA1A6
(157,161,166)
#B3B7BC
(179,183,188)
#C9CDD2
(201,205,210)
#DFE3E8
(223,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03070C; }

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

This text font color is #03070C.

Background Color

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

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

This div background color is #03070C.

Border color

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

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

This div border color is #03070C.

Opacity

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

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

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

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

This text has shadow with #03070C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03070C.

Preview

Color preview on black background

This text has color #03070C on black background.


Color preview on white background

This text has color #03070C on white background.


Black color preview on #03070C background

This text has black color on #03070C background.


White color preview on #03070C background

This text has white color on #03070C background.


Related colors

Complementary color

Complementary color for #hex is #FCF8F3.


I love getcolorcode.com

Triadic colors

1 #0C0307 and #070C03 with #03070C are triadic colors.

2 #0C0703 and #07030C with #03070C are triadic colors.