COLOR #041014

HEX: #041014
RGB: (4,16,20)

Color info

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

RGB color model

#041014 color RGB value is (4,16,20).

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

RGB channels and saturation

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

4
16
20

R + G + B ~ 5%. #041014 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 16 + 20 = 40 (100%)
R 4 of 40 ~ 10%
G 16 of 40 ~ 40%
B 20 of 40 ~ 50%

%10
%40
%50

CMYK color model

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

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

CMYK percentages

%80
%20
%0
%92.16

Codes

Color #041014 in popluar color models

041014
RGB41620
HSL195°66.67%4.71%
HSB/HSV195°80.00%7.84%
CMYK80.00%20.00%0.00%
92.16%

Color #041014 in popluar number systems.

HEX041014
Decimal41620
Binary1001000010100
Octal42024

Shades and tints

Shades of #041014

#041014
(4,16,20)
#040F13
(4,15,19)
#040E12
(4,14,18)
#040D11
(4,13,17)
#040C10
(4,12,16)
#040B0F
(4,11,15)
#040A0E
(4,10,14)
#04090D
(4,9,13)
#04080C
(4,8,12)
#04070B
(4,7,11)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #041014

#041014
(4,16,20)
#1A2529
(26,37,41)
#303A3E
(48,58,62)
#464F53
(70,79,83)
#5C6468
(92,100,104)
#72797D
(114,121,125)
#888E92
(136,142,146)
#9EA3A7
(158,163,167)
#B4B8BC
(180,184,188)
#CACDD1
(202,205,209)
#E0E2E6
(224,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041014; }

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

This text font color is #041014.


Background Color

.myBgColor { background-color: #041014; }

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

This div background color is #041014.


Border color

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

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

This div border color is #041014.


Opacity

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

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

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

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

This text has shadow with #041014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041014 on black background.


Color preview on white background

This text has color #041014 on white background.



Black color preview on #041014 background

This text has black color on #041014 background.


White color preview on #041014 background

This text has white color on #041014 background.