COLOR #0E0B29

HEX: #0E0B29
RGB: (14,11,41)

Color info

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

RGB color model

#0E0B29 color RGB value is (14,11,41).

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

RGB channels and saturation

R 14 of 255 = 5%
G 11 of 255 = 4%
B 41 of 255 = 16%

14
11
41

R + G + B ~ 8%. #0E0B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 11 + 41 = 66 (100%)
R 14 of 66 ~ 21.21%
G 11 of 66 ~ 16.67%
B 41 of 66 ~ 62.12%

%21.21
%16.67
%62.12

CMYK color model

#0E0B29 color CMYK value is (66,73,0,84).

  • cyan value is 65.85%
  • magenta value is 73.17%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(66,73,0,84)
C66M73Y0K84 
(66%,73%,0%,84%)
(0.66/0.73/0.00/0.84)	

CMYK percentages

%65.85
%73.17
%0
%83.92

Codes

Color #0E0B29 in popluar color models

0E0B29
RGB141141
HSL246°57.69%10.20%
HSB/HSV246°73.17%16.08%
CMYK65.85%73.17%0.00%
83.92%

Color #0E0B29 in popluar number systems.

HEX0E0B29
Decimal141141
Binary11101011101001
Octal161351

Shades and tints

Shades of #0E0B29

#0E0B29
(14,11,41)
#0D0A26
(13,10,38)
#0C0923
(12,9,35)
#0B0820
(11,8,32)
#0A071D
(10,7,29)
#09061A
(9,6,26)
#080517
(8,5,23)
#070414
(7,4,20)
#060311
(6,3,17)
#05020E
(5,2,14)
#04010B
(4,1,11)
#000000
(0,0,0)

Tints of #0E0B29

#0E0B29
(14,11,41)
#23213C
(35,33,60)
#38374F
(56,55,79)
#4D4D62
(77,77,98)
#626375
(98,99,117)
#777988
(119,121,136)
#8C8F9B
(140,143,155)
#A1A5AE
(161,165,174)
#B6BBC1
(182,187,193)
#CBD1D4
(203,209,212)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0B29; }

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

This text font color is #0E0B29.


Background Color

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

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

This div background color is #0E0B29.


Border color

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

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

This div border color is #0E0B29.


Opacity

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

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

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

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

This text has shadow with #0E0B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0B29 on black background.


Color preview on white background

This text has color #0E0B29 on white background.



Black color preview on #0E0B29 background

This text has black color on #0E0B29 background.


White color preview on #0E0B29 background

This text has white color on #0E0B29 background.