COLOR #04111B

HEX: #04111B
RGB: (4,17,27)

Color info

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

RGB color model

#04111B color RGB value is (4,17,27).

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

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 27 of 255 = 11%

4
17
27

R + G + B ~ 7%. #04111B is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 27 = 48 (100%)
R 4 of 48 ~ 8.33%
G 17 of 48 ~ 35.42%
B 27 of 48 ~ 56.25%

%35.42
%56.25

CMYK color model

#04111B color CMYK value is (85,37,0,89).

  • cyan value is 85.19%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(85,37,0,89)
C85M37Y0K89 
(85%,37%,0%,89%)
(0.85/0.37/0.00/0.89)	

CMYK percentages

%85.19
%37.04
%0
%89.41

Codes

Color #04111B in popluar color models

04111B
RGB41727
HSL206°74.19%6.08%
HSB/HSV206°85.19%10.59%
CMYK85.19%37.04%0.00%
89.41%

Color #04111B in popluar number systems.

HEX04111B
Decimal41727
Binary1001000111011
Octal42133

Shades and tints

Shades of #04111B

#04111B
(4,17,27)
#041019
(4,16,25)
#040F17
(4,15,23)
#040E15
(4,14,21)
#040D13
(4,13,19)
#040C11
(4,12,17)
#040B0F
(4,11,15)
#040A0D
(4,10,13)
#04090B
(4,9,11)
#040809
(4,8,9)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #04111B

#04111B
(4,17,27)
#1A262F
(26,38,47)
#303B43
(48,59,67)
#465057
(70,80,87)
#5C656B
(92,101,107)
#727A7F
(114,122,127)
#888F93
(136,143,147)
#9EA4A7
(158,164,167)
#B4B9BB
(180,185,187)
#CACECF
(202,206,207)
#E0E3E3
(224,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04111B; }

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

This text font color is #04111B.


Background Color

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

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

This div background color is #04111B.


Border color

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

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

This div border color is #04111B.


Opacity

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

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

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

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

This text has shadow with #04111B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04111B on black background.


Color preview on white background

This text has color #04111B on white background.



Black color preview on #04111B background

This text has black color on #04111B background.


White color preview on #04111B background

This text has white color on #04111B background.