COLOR #04141E

HEX: #04141E RGB: (4,20,30)

Color info

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

RGB color model

#04141E color RGB value is (4,20,30).

RGB: (4,20,30) (2%, 8%, 12%)

RGB channels and saturation

R 4 of 255 = 2%
G 20 of 255 = 8%
B 30 of 255 = 12%

4
20
30

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

Portions of RGB colors in percentages

R + G + B = 4 + 20 + 30 = 54 (100%)
R 4 of 54 ~ 7.41%
G 20 of 54 ~ 37.04%
B 30 of 54 ~ 55.56'%

%37.04
%55.56

CMYK color model

#04141E color CMYK value is (87,33,0,88).

  • cyan value is 86.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK: (87,33,0,88) C87M33Y0K88 (87%,33%,0%,88%) (0.87/0.33/0.00/0.88) 

CMYK percentages

%86.67
%33.33
%0
%88.24

Codes

Color #04141E in popluar color models

04 14 1E
RGB 4 20 30
HSL 203° 76.47% 6.67%
HSB/HSV 203° 86.67% 11.76%
CMYK 86.67% 33.33% 0.00%
88.24%

Color #04141E in popluar number systems.

HEX 04 14 1E
Decimal 4 20 30
Binary 100 10100 11110
Octal 4 24 36

Shades and tints

Shades of #04141E

#04141E
(4,20,30)
#04131C
(4,19,28)
#04121A
(4,18,26)
#041118
(4,17,24)
#041016
(4,16,22)
#040F14
(4,15,20)
#040E12
(4,14,18)
#040D10
(4,13,16)
#040C0E
(4,12,14)
#040B0C
(4,11,12)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #04141E

#04141E
(4,20,30)
#1A2932
(26,41,50)
#303E46
(48,62,70)
#46535A
(70,83,90)
#5C686E
(92,104,110)
#727D82
(114,125,130)
#889296
(136,146,150)
#9EA7AA
(158,167,170)
#B4BCBE
(180,188,190)
#CAD1D2
(202,209,210)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04141E color. Also use rgb(4,20,30) instead hex code.

Text Font Color

.myTextColor { color: #04141E; }

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

This text font color is #04141E.

Background Color

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

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

This div background color is #04141E.

Border color

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

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

This div border color is #04141E.

Opacity

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

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

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

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

This text has shadow with #04141E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04141E.

Preview

Color preview on black background

This text has color #04141E on black background.


Color preview on white background

This text has color #04141E on white background.


Black color preview on #04141E background

This text has black color on #04141E background.


White color preview on #04141E background

This text has white color on #04141E background.


Related colors

Complementary color

Complementary color for #hex is #FBEBE1.


I love getcolorcode.com

Triadic colors

1 #1E0414 and #141E04 with #04141E are triadic colors.

2 #1E1404 and #14041E with #04141E are triadic colors.