COLOR #041414

HEX: #041414
RGB: (4,20,20)

Color info

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

RGB color model

#041414 color RGB value is (4,20,20).

  • red value is 4;
  • green value is 20;
  • blue value is 20.
RGB:
(4,20,20)
(2%,8%,8%)

RGB channels and saturation

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

4
20
20

R + G + B ~ 6%. #041414 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 20 + 20 = 44 (100%)
R 4 of 44 ~ 9.09%
G 20 of 44 ~ 45.45%
B 20 of 44 ~ 45.45%

%45.45
%45.45

CMYK color model

#041414 color CMYK value is (80,0,0,92).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(80,0,0,92)
C80M0Y0K92 
(80%,0%,0%,92%)
(0.80/0.00/0.00/0.92)	

CMYK percentages

%80
%0
%0
%92.16

Codes

Color #041414 in popluar color models

041414
RGB42020
HSL180°66.67%4.71%
HSB/HSV180°80.00%7.84%
CMYK80.00%0.00%0.00%
92.16%

Color #041414 in popluar number systems.

HEX041414
Decimal42020
Binary1001010010100
Octal42424

Shades and tints

Shades of #041414

#041414
(4,20,20)
#041313
(4,19,19)
#041212
(4,18,18)
#041111
(4,17,17)
#041010
(4,16,16)
#040F0F
(4,15,15)
#040E0E
(4,14,14)
#040D0D
(4,13,13)
#040C0C
(4,12,12)
#040B0B
(4,11,11)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #041414

#041414
(4,20,20)
#1A2929
(26,41,41)
#303E3E
(48,62,62)
#465353
(70,83,83)
#5C6868
(92,104,104)
#727D7D
(114,125,125)
#889292
(136,146,146)
#9EA7A7
(158,167,167)
#B4BCBC
(180,188,188)
#CAD1D1
(202,209,209)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041414; }

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

This text font color is #041414.


Background Color

.myBgColor { background-color: #041414; }

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

This div background color is #041414.


Border color

.myBorderColor { border: 1px solid #041414; }

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

This div border color is #041414.


Opacity

.myOpacity80 { color: #041414; opacity: 0.8; }

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

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

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

This text has shadow with #041414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041414 on black background.


Color preview on white background

This text has color #041414 on white background.



Black color preview on #041414 background

This text has black color on #041414 background.


White color preview on #041414 background

This text has white color on #041414 background.