COLOR #0E0C2D

HEX: #0E0C2D
RGB: (14,12,45)

Color info

#0E0C2D contains red, green and blue colors in about the same proportion. Web safe color of #0E0C2D is #000033 (or #003).

RGB color model

#0E0C2D color RGB value is (14,12,45).

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

RGB channels and saturation

R 14 of 255 = 5%
G 12 of 255 = 5%
B 45 of 255 = 18%

14
12
45

R + G + B ~ 9%. #0E0C2D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 12 + 45 = 71 (100%)
R 14 of 71 ~ 19.72%
G 12 of 71 ~ 16.9%
B 45 of 71 ~ 63.38%

%19.72
%16.9
%63.38

CMYK color model

#0E0C2D color CMYK value is (69,73,0,82).

  • cyan value is 68.89%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(69,73,0,82)
C69M73Y0K82 
(69%,73%,0%,82%)
(0.69/0.73/0.00/0.82)	

CMYK percentages

%68.89
%73.33
%0
%82.35

Codes

Color #0E0C2D in popluar color models

0E0C2D
RGB141245
HSL244°57.89%11.18%
HSB/HSV244°73.33%17.65%
CMYK68.89%73.33%0.00%
82.35%

Color #0E0C2D in popluar number systems.

HEX0E0C2D
Decimal141245
Binary11101100101101
Octal161455

Shades and tints

Shades of #0E0C2D

#0E0C2D
(14,12,45)
#0D0B29
(13,11,41)
#0C0A25
(12,10,37)
#0B0921
(11,9,33)
#0A081D
(10,8,29)
#090719
(9,7,25)
#080615
(8,6,21)
#070511
(7,5,17)
#06040D
(6,4,13)
#050309
(5,3,9)
#040205
(4,2,5)
#000000
(0,0,0)

Tints of #0E0C2D

#0E0C2D
(14,12,45)
#232240
(35,34,64)
#383853
(56,56,83)
#4D4E66
(77,78,102)
#626479
(98,100,121)
#777A8C
(119,122,140)
#8C909F
(140,144,159)
#A1A6B2
(161,166,178)
#B6BCC5
(182,188,197)
#CBD2D8
(203,210,216)
#E0E8EB
(224,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C2D; }

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

This text font color is #0E0C2D.


Background Color

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

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

This div background color is #0E0C2D.


Border color

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

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

This div border color is #0E0C2D.


Opacity

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

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

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

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

This text has shadow with #0E0C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0C2D on black background.


Color preview on white background

This text has color #0E0C2D on white background.



Black color preview on #0E0C2D background

This text has black color on #0E0C2D background.


White color preview on #0E0C2D background

This text has white color on #0E0C2D background.