COLOR #04011B

HEX: #04011B
RGB: (4,1,27)

Color info

#04011B contains red, green and blue colors in about the same proportion. Web safe color of #04011B is #000033 (or #003).

RGB color model

#04011B color RGB value is (4,1,27).

  • red value is 4;
  • green value is 1;
  • blue value is 27.
RGB:
(4,1,27)
(2%,0%,11%)

RGB channels and saturation

R 4 of 255 = 2%
G 1 of 255 = 0%
B 27 of 255 = 11%

4
1
27

R + G + B ~ 4%. #04011B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 1 + 27 = 32 (100%)
R 4 of 32 ~ 12.5%
G 1 of 32 ~ 3.13%
B 27 of 32 ~ 84.38%

%12.5
%84.38

CMYK color model

#04011B color CMYK value is (85,96,0,89).

  • cyan value is 85.19%
  • magenta value is 96.30%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(85,96,0,89)
C85M96Y0K89 
(85%,96%,0%,89%)
(0.85/0.96/0.00/0.89)	

CMYK percentages

%85.19
%96.3
%0
%89.41

Codes

Color #04011B in popluar color models

04011B
RGB4127
HSL247°92.86%5.49%
HSB/HSV247°96.30%10.59%
CMYK85.19%96.30%0.00%
89.41%

Color #04011B in popluar number systems.

HEX04011B
Decimal4127
Binary100111011
Octal4133

Shades and tints

Shades of #04011B

#04011B
(4,1,27)
#040119
(4,1,25)
#040117
(4,1,23)
#040115
(4,1,21)
#040113
(4,1,19)
#040111
(4,1,17)
#04010F
(4,1,15)
#04010D
(4,1,13)
#04010B
(4,1,11)
#040109
(4,1,9)
#040107
(4,1,7)
#000000
(0,0,0)

Tints of #04011B

#04011B
(4,1,27)
#1A182F
(26,24,47)
#302F43
(48,47,67)
#464657
(70,70,87)
#5C5D6B
(92,93,107)
#72747F
(114,116,127)
#888B93
(136,139,147)
#9EA2A7
(158,162,167)
#B4B9BB
(180,185,187)
#CAD0CF
(202,208,207)
#E0E7E3
(224,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04011B color. Also use rgb(4,1,27) instead hex code.

Text Font Color

.myTextColor { color: #04011B; }

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

This text font color is #04011B.


Background Color

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

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

This div background color is #04011B.


Border color

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

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

This div border color is #04011B.


Opacity

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

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

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

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

This text has shadow with #04011B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04011B on black background.


Color preview on white background

This text has color #04011B on white background.



Black color preview on #04011B background

This text has black color on #04011B background.


White color preview on #04011B background

This text has white color on #04011B background.