COLOR #04141F

HEX: #04141F RGB: (4,20,31)

Color info

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

RGB color model

#04141F color RGB value is (4,20,31).

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

RGB channels and saturation

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

4
20
31

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

Portions of RGB colors in percentages

R + G + B = 4 + 20 + 31 = 55 (100%)
R 4 of 55 ~ 7.27%
G 20 of 55 ~ 36.36%
B 31 of 55 ~ 56.36'%

%36.36
%56.36

CMYK color model

#04141F color CMYK value is (87,35,0,88).

  • cyan value is 87.10%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (87,35,0,88)
C87M35Y0K88 (87%, 35%, 0%, 88%)
(0.87 / 0.35 / 0.00 / 0.88)

CMYK percentages

%87.1
%35.48
%0
%87.84

Codes

Color #04141F in popluar color models

04 14 1F
RGB 4 20 31
HSL 204° 77.14% 6.86%
HSB/HSV 204° 87.10% 12.16%
CMYK 87.10% 35.48% 0.00%
87.84%

Color #04141F in popluar number systems.

HEX 04 14 1F
Decimal 4 20 31
Binary 100 10100 11111
Octal 4 24 37

Shades and tints

Shades of #04141F

#04141F
(4,20,31)
#04131D
(4,19,29)
#04121B
(4,18,27)
#041119
(4,17,25)
#041017
(4,16,23)
#040F15
(4,15,21)
#040E13
(4,14,19)
#040D11
(4,13,17)
#040C0F
(4,12,15)
#040B0D
(4,11,13)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #04141F

#04141F
(4,20,31)
#1A2933
(26,41,51)
#303E47
(48,62,71)
#46535B
(70,83,91)
#5C686F
(92,104,111)
#727D83
(114,125,131)
#889297
(136,146,151)
#9EA7AB
(158,167,171)
#B4BCBF
(180,188,191)
#CAD1D3
(202,209,211)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04141F; }

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

This text font color is #04141F.

Background Color

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

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

This div background color is #04141F.

Border color

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

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

This div border color is #04141F.

Opacity

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

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

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

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

This text has shadow with #04141F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04141F.

Preview

Color preview on black background

This text has color #04141F on black background.


Color preview on white background

This text has color #04141F on white background.


Black color preview on #04141F background

This text has black color on #04141F background.


White color preview on #04141F background

This text has white color on #04141F background.


Related colors

Complementary color

Complementary color for #hex is #FBEBE0.


I love getcolorcode.com

Triadic colors

1 #1F0414 and #141F04 with #04141F are triadic colors.

2 #1F1404 and #14041F with #04141F are triadic colors.