COLOR #010E04

HEX: #010E04 RGB: (1,14,4)

Color info

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

RGB color model

#010E04 color RGB value is (1,14,4).

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

RGB channels and saturation

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

1
14
4

R + G + B ~ 2%. #010E04 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 14 + 4 = 19 (100%)
R 1 of 19 ~ 5.26%
G 14 of 19 ~ 73.68%
B 4 of 19 ~ 21.05'%

%73.68
%21.05

CMYK color model

#010E04 color CMYK value is (93,0,71,95).

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

CMYK: (93,0,71,95)
C93M0Y71K95 (93%, 0%, 71%, 95%)
(0.93 / 0.00 / 0.71 / 0.95)

CMYK percentages

%92.86
%0
%71.43
%94.51

Codes

Color #010E04 in popluar color models

01 0E 04
RGB 1 14 4
HSL 134° 86.67% 2.94%
HSB/HSV 134° 92.86% 5.49%
CMYK 92.86% 0.00% 71.43%
94.51%

Color #010E04 in popluar number systems.

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

Shades and tints

Shades of #010E04

#010E04
(1,14,4)
#010D04
(1,13,4)
#010C04
(1,12,4)
#010B04
(1,11,4)
#010A04
(1,10,4)
#010904
(1,9,4)
#010804
(1,8,4)
#010704
(1,7,4)
#010604
(1,6,4)
#010504
(1,5,4)
#010404
(1,4,4)
#000000
(0,0,0)

Tints of #010E04

#010E04
(1,14,4)
#18231A
(24,35,26)
#2F3830
(47,56,48)
#464D46
(70,77,70)
#5D625C
(93,98,92)
#747772
(116,119,114)
#8B8C88
(139,140,136)
#A2A19E
(162,161,158)
#B9B6B4
(185,182,180)
#D0CBCA
(208,203,202)
#E7E0E0
(231,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010E04 color. Also use rgb(1,14,4) instead hex code.

Text Font Color

.myTextColor { color: #010E04; }

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

This text font color is #010E04.

Background Color

.myBgColor { background-color: #010E04; }

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

This div background color is #010E04.

Border color

.myBorderColor { border: 1px solid #010E04; }

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

This div border color is #010E04.

Opacity

.myOpacity80 { color: #010E04; opacity: 0.8; }

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

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

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

This text has shadow with #010E04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010E04.

Preview

Color preview on black background

This text has color #010E04 on black background.


Color preview on white background

This text has color #010E04 on white background.


Black color preview on #010E04 background

This text has black color on #010E04 background.


White color preview on #010E04 background

This text has white color on #010E04 background.


Related colors

Complementary color

Complementary color for #hex is #FEF1FB.


I love getcolorcode.com

Triadic colors

1 #04010E and #0E0401 with #010E04 are triadic colors.

2 #040E01 and #0E0104 with #010E04 are triadic colors.