COLOR #04141A

HEX: #04141A RGB: (4,20,26)

Color info

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

RGB color model

#04141A color RGB value is (4,20,26).

RGB: (4,20,26) (2%, 8%, 10%)

RGB channels and saturation

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

4
20
26

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

Portions of RGB colors in percentages

R + G + B = 4 + 20 + 26 = 50 (100%)
R 4 of 50 ~ 8%
G 20 of 50 ~ 40%
B 26 of 50 ~ 52'%

%40
%52

CMYK color model

#04141A color CMYK value is (85,23,0,90).

  • cyan value is 84.62%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK: (85,23,0,90) C85M23Y0K90 (85%,23%,0%,90%) (0.85/0.23/0.00/0.90) 

CMYK percentages

%84.62
%23.08
%0
%89.8

Codes

Color #04141A in popluar color models

04 14 1A
RGB 4 20 26
HSL 196° 73.33% 5.88%
HSB/HSV 196° 84.62% 10.20%
CMYK 84.62% 23.08% 0.00%
89.80%

Color #04141A in popluar number systems.

HEX 04 14 1A
Decimal 4 20 26
Binary 100 10100 11010
Octal 4 24 32

Shades and tints

Shades of #04141A

#04141A
(4,20,26)
#041318
(4,19,24)
#041216
(4,18,22)
#041114
(4,17,20)
#041012
(4,16,18)
#040F10
(4,15,16)
#040E0E
(4,14,14)
#040D0C
(4,13,12)
#040C0A
(4,12,10)
#040B08
(4,11,8)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #04141A

#04141A
(4,20,26)
#1A292E
(26,41,46)
#303E42
(48,62,66)
#465356
(70,83,86)
#5C686A
(92,104,106)
#727D7E
(114,125,126)
#889292
(136,146,146)
#9EA7A6
(158,167,166)
#B4BCBA
(180,188,186)
#CAD1CE
(202,209,206)
#E0E6E2
(224,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04141A; }

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

This text font color is #04141A.

Background Color

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

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

This div background color is #04141A.

Border color

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

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

This div border color is #04141A.

Opacity

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

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

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

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

This text has shadow with #04141A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04141A.

Preview

Color preview on black background

This text has color #04141A on black background.


Color preview on white background

This text has color #04141A on white background.


Black color preview on #04141A background

This text has black color on #04141A background.


White color preview on #04141A background

This text has white color on #04141A background.


Related colors

Complementary color

Complementary color for #hex is #FBEBE5.


I love getcolorcode.com

Triadic colors

1 #1A0414 and #141A04 with #04141A are triadic colors.

2 #1A1404 and #14041A with #04141A are triadic colors.