COLOR #0E030C

HEX: #0E030C
RGB: (14,3,12)

Color info

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

RGB color model

#0E030C color RGB value is (14,3,12).

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

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 12 of 255 = 5%

14
3
12

R + G + B ~ 4%. #0E030C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 12 = 29 (100%)
R 14 of 29 ~ 48.28%
G 3 of 29 ~ 10.34%
B 12 of 29 ~ 41.38%

%48.28
%10.34
%41.38

CMYK color model

#0E030C color CMYK value is (0,79,14,95).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 14.29%
  • key color value is 94.51%
CMYK:
(0,79,14,95)
C0M79Y14K95 
(0%,79%,14%,95%)
(0.00/0.79/0.14/0.95)	

CMYK percentages

%0
%78.57
%14.29
%94.51

Codes

Color #0E030C in popluar color models

0E030C
RGB14312
HSL311°64.71%3.33%
HSB/HSV311°78.57%5.49%
CMYK0.00%78.57%14.29%
94.51%

Color #0E030C in popluar number systems.

HEX0E030C
Decimal14312
Binary1110111100
Octal16314

Shades and tints

Shades of #0E030C

#0E030C
(14,3,12)
#0D030B
(13,3,11)
#0C030A
(12,3,10)
#0B0309
(11,3,9)
#0A0308
(10,3,8)
#090307
(9,3,7)
#080306
(8,3,6)
#070305
(7,3,5)
#060304
(6,3,4)
#050303
(5,3,3)
#040302
(4,3,2)
#000000
(0,0,0)

Tints of #0E030C

#0E030C
(14,3,12)
#231922
(35,25,34)
#382F38
(56,47,56)
#4D454E
(77,69,78)
#625B64
(98,91,100)
#77717A
(119,113,122)
#8C8790
(140,135,144)
#A19DA6
(161,157,166)
#B6B3BC
(182,179,188)
#CBC9D2
(203,201,210)
#E0DFE8
(224,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E030C; }

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

This text font color is #0E030C.


Background Color

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

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

This div background color is #0E030C.


Border color

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

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

This div border color is #0E030C.


Opacity

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

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

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

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

This text has shadow with #0E030C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E030C on black background.


Color preview on white background

This text has color #0E030C on white background.



Black color preview on #0E030C background

This text has black color on #0E030C background.


White color preview on #0E030C background

This text has white color on #0E030C background.