COLOR #0E0F29

HEX: #0E0F29
RGB: (14,15,41)

Color info

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

RGB color model

#0E0F29 color RGB value is (14,15,41).

  • red value is 14;
  • green value is 15;
  • blue value is 41.
RGB:
(14,15,41)
(5%,6%,16%)

RGB channels and saturation

R 14 of 255 = 5%
G 15 of 255 = 6%
B 41 of 255 = 16%

14
15
41

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

Portions of RGB colors in percentages

R + G + B =
14 + 15 + 41 = 70 (100%)
R 14 of 70 ~ 20%
G 15 of 70 ~ 21.43%
B 41 of 70 ~ 58.57%

%20
%21.43
%58.57

CMYK color model

#0E0F29 color CMYK value is (66,63,0,84).

  • cyan value is 65.85%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(66,63,0,84)
C66M63Y0K84 
(66%,63%,0%,84%)
(0.66/0.63/0.00/0.84)	

CMYK percentages

%65.85
%63.41
%0
%83.92

Codes

Color #0E0F29 in popluar color models

0E0F29
RGB141541
HSL238°49.09%10.78%
HSB/HSV238°65.85%16.08%
CMYK65.85%63.41%0.00%
83.92%

Color #0E0F29 in popluar number systems.

HEX0E0F29
Decimal141541
Binary11101111101001
Octal161751

Shades and tints

Shades of #0E0F29

#0E0F29
(14,15,41)
#0D0E26
(13,14,38)
#0C0D23
(12,13,35)
#0B0C20
(11,12,32)
#0A0B1D
(10,11,29)
#090A1A
(9,10,26)
#080917
(8,9,23)
#070814
(7,8,20)
#060711
(6,7,17)
#05060E
(5,6,14)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #0E0F29

#0E0F29
(14,15,41)
#23243C
(35,36,60)
#38394F
(56,57,79)
#4D4E62
(77,78,98)
#626375
(98,99,117)
#777888
(119,120,136)
#8C8D9B
(140,141,155)
#A1A2AE
(161,162,174)
#B6B7C1
(182,183,193)
#CBCCD4
(203,204,212)
#E0E1E7
(224,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0F29; }

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

This text font color is #0E0F29.


Background Color

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

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

This div background color is #0E0F29.


Border color

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

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

This div border color is #0E0F29.


Opacity

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

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

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

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

This text has shadow with #0E0F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0F29 on black background.


Color preview on white background

This text has color #0E0F29 on white background.



Black color preview on #0E0F29 background

This text has black color on #0E0F29 background.


White color preview on #0E0F29 background

This text has white color on #0E0F29 background.