COLOR #040E00

HEX: #040E00 RGB: (4,14,0)

Color info

#040E00 contains only red and green colors. Web safe color of #040E00 is #000000 (or #000).

RGB color model

#040E00 color RGB value is (4,14,0).

RGB: (4,14,0) (2%, 5%, 0%)

RGB channels and saturation

R 4 of 255 = 2%
G 14 of 255 = 5%
B 0 of 255 = 0%

4
14
0

R + G + B ~ 2%. #040E00 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 14 + 0 = 18 (100%)
R 4 of 18 ~ 22.22%
G 14 of 18 ~ 77.78%
B 0 of 18 ~ 0'%

%22.22
%77.78

CMYK color model

#040E00 color CMYK value is (71,0,100,95).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 94.51%

CMYK: (71,0,100,95)
C71M0Y100K95 (71%, 0%, 100%, 95%)
(0.71 / 0.00 / 1.00 / 0.95)

CMYK percentages

%71.43
%0
%100
%94.51

Codes

Color #040E00 in popluar color models

04 0E 00
RGB 4 14 0
HSL 103° 100.00% 2.75%
HSB/HSV 103° 100.00% 5.49%
CMYK 71.43% 0.00% 100.00%
94.51%

Color #040E00 in popluar number systems.

HEX 04 0E 00
Decimal 4 14 0
Binary 100 1110 0
Octal 4 16 0

Shades and tints

Shades of #040E00

#040E00
(4,14,0)
#040D00
(4,13,0)
#040C00
(4,12,0)
#040B00
(4,11,0)
#040A00
(4,10,0)
#040900
(4,9,0)
#040800
(4,8,0)
#040700
(4,7,0)
#040600
(4,6,0)
#040500
(4,5,0)
#040400
(4,4,0)
#000000
(0,0,0)

Tints of #040E00

#040E00
(4,14,0)
#1A2317
(26,35,23)
#30382E
(48,56,46)
#464D45
(70,77,69)
#5C625C
(92,98,92)
#727773
(114,119,115)
#888C8A
(136,140,138)
#9EA1A1
(158,161,161)
#B4B6B8
(180,182,184)
#CACBCF
(202,203,207)
#E0E0E6
(224,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040E00 color. Also use rgb(4,14,0) instead hex code.

Text Font Color

.myTextColor { color: #040E00; }

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

This text font color is #040E00.

Background Color

.myBgColor { background-color: #040E00; }

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

This div background color is #040E00.

Border color

.myBorderColor { border: 1px solid #040E00; }

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

This div border color is #040E00.

Opacity

.myOpacity80 { color: #040E00; opacity: 0.8; }

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

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

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

This text has shadow with #040E00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040E00.

Preview

Color preview on black background

This text has color #040E00 on black background.


Color preview on white background

This text has color #040E00 on white background.


Black color preview on #040E00 background

This text has black color on #040E00 background.


White color preview on #040E00 background

This text has white color on #040E00 background.


Related colors

Complementary color

Complementary color for #hex is #FBF1FF.


I love getcolorcode.com

Triadic colors

1 #00040E and #0E0004 with #040E00 are triadic colors.

2 #000E04 and #0E0400 with #040E00 are triadic colors.