COLOR #04070B

HEX: #04070B RGB: (4,7,11)

Color info

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

RGB color model

#04070B color RGB value is (4,7,11).

RGB: (4,7,11) (2%, 3%, 4%)

RGB channels and saturation

R 4 of 255 = 2%
G 7 of 255 = 3%
B 11 of 255 = 4%

4
7
11

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

Portions of RGB colors in percentages

R + G + B = 4 + 7 + 11 = 22 (100%)
R 4 of 22 ~ 18.18%
G 7 of 22 ~ 31.82%
B 11 of 22 ~ 50'%

%18.18
%31.82
%50

CMYK color model

#04070B color CMYK value is (64,36,0,96).

  • cyan value is 63.64%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (64,36,0,96)
C64M36Y0K96 (64%, 36%, 0%, 96%)
(0.64 / 0.36 / 0.00 / 0.96)

CMYK percentages

%63.64
%36.36
%0
%95.69

Codes

Color #04070B in popluar color models

04 07 0B
RGB 4 7 11
HSL 214° 46.67% 2.94%
HSB/HSV 214° 63.64% 4.31%
CMYK 63.64% 36.36% 0.00%
95.69%

Color #04070B in popluar number systems.

HEX 04 07 0B
Decimal 4 7 11
Binary 100 111 1011
Octal 4 7 13

Shades and tints

Shades of #04070B

#04070B
(4,7,11)
#04070A
(4,7,10)
#040709
(4,7,9)
#040708
(4,7,8)
#040707
(4,7,7)
#040706
(4,7,6)
#040705
(4,7,5)
#040704
(4,7,4)
#040703
(4,7,3)
#040702
(4,7,2)
#040701
(4,7,1)
#000000
(0,0,0)

Tints of #04070B

#04070B
(4,7,11)
#1A1D21
(26,29,33)
#303337
(48,51,55)
#46494D
(70,73,77)
#5C5F63
(92,95,99)
#727579
(114,117,121)
#888B8F
(136,139,143)
#9EA1A5
(158,161,165)
#B4B7BB
(180,183,187)
#CACDD1
(202,205,209)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04070B color. Also use rgb(4,7,11) instead hex code.

Text Font Color

.myTextColor { color: #04070B; }

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

This text font color is #04070B.

Background Color

.myBgColor { background-color: #04070B; }

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

This div background color is #04070B.

Border color

.myBorderColor { border: 1px solid #04070B; }

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

This div border color is #04070B.

Opacity

.myOpacity80 { color: #04070B; opacity: 0.8; }

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

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

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

This text has shadow with #04070B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04070B.

Preview

Color preview on black background

This text has color #04070B on black background.


Color preview on white background

This text has color #04070B on white background.


Black color preview on #04070B background

This text has black color on #04070B background.


White color preview on #04070B background

This text has white color on #04070B background.


Related colors

Complementary color

Complementary color for #hex is #FBF8F4.


I love getcolorcode.com

Triadic colors

1 #0B0407 and #070B04 with #04070B are triadic colors.

2 #0B0704 and #07040B with #04070B are triadic colors.