COLOR #04081A

HEX: #04081A
RGB: (4,8,26)

Color info

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

RGB color model

#04081A color RGB value is (4,8,26).

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

RGB channels and saturation

R 4 of 255 = 2%
G 8 of 255 = 3%
B 26 of 255 = 10%

4
8
26

R + G + B ~ 5%. #04081A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 8 + 26 = 38 (100%)
R 4 of 38 ~ 10.53%
G 8 of 38 ~ 21.05%
B 26 of 38 ~ 68.42%

%10.53
%21.05
%68.42

CMYK color model

#04081A color CMYK value is (85,69,0,90).

  • cyan value is 84.62%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(85,69,0,90)
C85M69Y0K90 
(85%,69%,0%,90%)
(0.85/0.69/0.00/0.90)	

CMYK percentages

%84.62
%69.23
%0
%89.8

Codes

Color #04081A in popluar color models

04081A
RGB4826
HSL229°73.33%5.88%
HSB/HSV229°84.62%10.20%
CMYK84.62%69.23%0.00%
89.80%

Color #04081A in popluar number systems.

HEX04081A
Decimal4826
Binary100100011010
Octal41032

Shades and tints

Shades of #04081A

#04081A
(4,8,26)
#040818
(4,8,24)
#040816
(4,8,22)
#040814
(4,8,20)
#040812
(4,8,18)
#040810
(4,8,16)
#04080E
(4,8,14)
#04080C
(4,8,12)
#04080A
(4,8,10)
#040808
(4,8,8)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #04081A

#04081A
(4,8,26)
#1A1E2E
(26,30,46)
#303442
(48,52,66)
#464A56
(70,74,86)
#5C606A
(92,96,106)
#72767E
(114,118,126)
#888C92
(136,140,146)
#9EA2A6
(158,162,166)
#B4B8BA
(180,184,186)
#CACECE
(202,206,206)
#E0E4E2
(224,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04081A color. Also use rgb(4,8,26) instead hex code.

Text Font Color

.myTextColor { color: #04081A; }

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

This text font color is #04081A.


Background Color

.myBgColor { background-color: #04081A; }

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

This div background color is #04081A.


Border color

.myBorderColor { border: 1px solid #04081A; }

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

This div border color is #04081A.


Opacity

.myOpacity80 { color: #04081A; opacity: 0.8; }

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

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

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

This text has shadow with #04081A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04081A on black background.


Color preview on white background

This text has color #04081A on white background.



Black color preview on #04081A background

This text has black color on #04081A background.


White color preview on #04081A background

This text has white color on #04081A background.