COLOR #04080E

HEX: #04080E
RGB: (4,8,14)

Color info

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

RGB color model

#04080E color RGB value is (4,8,14).

  • red value is 4;
  • green value is 8;
  • blue value is 14.
RGB:
(4,8,14)
(2%,3%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 8 of 255 = 3%
B 14 of 255 = 5%

4
8
14

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

Portions of RGB colors in percentages

R + G + B =
4 + 8 + 14 = 26 (100%)
R 4 of 26 ~ 15.38%
G 8 of 26 ~ 30.77%
B 14 of 26 ~ 53.85%

%15.38
%30.77
%53.85

CMYK color model

#04080E color CMYK value is (71,43,0,95).

  • cyan value is 71.43%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(71,43,0,95)
C71M43Y0K95 
(71%,43%,0%,95%)
(0.71/0.43/0.00/0.95)	

CMYK percentages

%71.43
%42.86
%0
%94.51

Codes

Color #04080E in popluar color models

04080E
RGB4814
HSL216°55.56%3.53%
HSB/HSV216°71.43%5.49%
CMYK71.43%42.86%0.00%
94.51%

Color #04080E in popluar number systems.

HEX04080E
Decimal4814
Binary10010001110
Octal41016

Shades and tints

Shades of #04080E

#04080E
(4,8,14)
#04080D
(4,8,13)
#04080C
(4,8,12)
#04080B
(4,8,11)
#04080A
(4,8,10)
#040809
(4,8,9)
#040808
(4,8,8)
#040807
(4,8,7)
#040806
(4,8,6)
#040805
(4,8,5)
#040804
(4,8,4)
#000000
(0,0,0)

Tints of #04080E

#04080E
(4,8,14)
#1A1E23
(26,30,35)
#303438
(48,52,56)
#464A4D
(70,74,77)
#5C6062
(92,96,98)
#727677
(114,118,119)
#888C8C
(136,140,140)
#9EA2A1
(158,162,161)
#B4B8B6
(180,184,182)
#CACECB
(202,206,203)
#E0E4E0
(224,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04080E color. Also use rgb(4,8,14) instead hex code.

Text Font Color

.myTextColor { color: #04080E; }

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

This text font color is #04080E.


Background Color

.myBgColor { background-color: #04080E; }

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

This div background color is #04080E.


Border color

.myBorderColor { border: 1px solid #04080E; }

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

This div border color is #04080E.


Opacity

.myOpacity80 { color: #04080E; opacity: 0.8; }

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

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

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

This text has shadow with #04080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04080E on black background.


Color preview on white background

This text has color #04080E on white background.



Black color preview on #04080E background

This text has black color on #04080E background.


White color preview on #04080E background

This text has white color on #04080E background.