COLOR #0E0E01

HEX: #0E0E01
RGB: (14,14,1)

Color info

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

RGB color model

#0E0E01 color RGB value is (14,14,1).

  • red value is 14;
  • green value is 14;
  • blue value is 1.
RGB:
(14,14,1)
(5%,5%,0%)

RGB channels and saturation

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

14
14
1

R + G + B ~ 3%. #0E0E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 14 + 1 = 29 (100%)
R 14 of 29 ~ 48.28%
G 14 of 29 ~ 48.28%
B 1 of 29 ~ 3.45%

%48.28
%48.28

CMYK color model

#0E0E01 color CMYK value is (0,0,93,95).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 94.51%
CMYK:
(0,0,93,95)
C0M0Y93K95 
(0%,0%,93%,95%)
(0.00/0.00/0.93/0.95)	

CMYK percentages

%0
%0
%92.86
%94.51

Codes

Color #0E0E01 in popluar color models

0E0E01
RGB14141
HSL60°86.67%2.94%
HSB/HSV60°92.86%5.49%
CMYK0.00%0.00%92.86%
94.51%

Color #0E0E01 in popluar number systems.

HEX0E0E01
Decimal14141
Binary111011101
Octal16161

Shades and tints

Shades of #0E0E01

#0E0E01
(14,14,1)
#0D0D01
(13,13,1)
#0C0C01
(12,12,1)
#0B0B01
(11,11,1)
#0A0A01
(10,10,1)
#090901
(9,9,1)
#080801
(8,8,1)
#070701
(7,7,1)
#060601
(6,6,1)
#050501
(5,5,1)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #0E0E01

#0E0E01
(14,14,1)
#232318
(35,35,24)
#38382F
(56,56,47)
#4D4D46
(77,77,70)
#62625D
(98,98,93)
#777774
(119,119,116)
#8C8C8B
(140,140,139)
#A1A1A2
(161,161,162)
#B6B6B9
(182,182,185)
#CBCBD0
(203,203,208)
#E0E0E7
(224,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E01; }

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

This text font color is #0E0E01.


Background Color

.myBgColor { background-color: #0E0E01; }

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

This div background color is #0E0E01.


Border color

.myBorderColor { border: 1px solid #0E0E01; }

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

This div border color is #0E0E01.


Opacity

.myOpacity80 { color: #0E0E01; opacity: 0.8; }

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

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

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

This text has shadow with #0E0E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0E01 on black background.


Color preview on white background

This text has color #0E0E01 on white background.



Black color preview on #0E0E01 background

This text has black color on #0E0E01 background.


White color preview on #0E0E01 background

This text has white color on #0E0E01 background.