COLOR #0E0929

HEX: #0E0929 RGB: (14,9,41)

Color info

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

RGB color model

#0E0929 color RGB value is (14,9,41).

RGB: (14,9,41) (5%, 4%, 16%)

RGB channels and saturation

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

14
9
41

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

Portions of RGB colors in percentages

R + G + B = 14 + 9 + 41 = 64 (100%)
R 14 of 64 ~ 21.88%
G 9 of 64 ~ 14.06%
B 41 of 64 ~ 64.06'%

%21.88
%14.06
%64.06

CMYK color model

#0E0929 color CMYK value is (66,78,0,84).

  • cyan value is 65.85%
  • magenta value is 78.05%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (66,78,0,84)
C66M78Y0K84 (66%, 78%, 0%, 84%)
(0.66 / 0.78 / 0.00 / 0.84)

CMYK percentages

%65.85
%78.05
%0
%83.92

Codes

Color #0E0929 in popluar color models

0E 09 29
RGB 14 9 41
HSL 249° 64.00% 9.80%
HSB/HSV 249° 78.05% 16.08%
CMYK 65.85% 78.05% 0.00%
83.92%

Color #0E0929 in popluar number systems.

HEX 0E 09 29
Decimal 14 9 41
Binary 1110 1001 101001
Octal 16 11 51

Shades and tints

Shades of #0E0929

#0E0929
(14,9,41)
#0D0926
(13,9,38)
#0C0923
(12,9,35)
#0B0920
(11,9,32)
#0A091D
(10,9,29)
#09091A
(9,9,26)
#080917
(8,9,23)
#070914
(7,9,20)
#060911
(6,9,17)
#05090E
(5,9,14)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #0E0929

#0E0929
(14,9,41)
#231F3C
(35,31,60)
#38354F
(56,53,79)
#4D4B62
(77,75,98)
#626175
(98,97,117)
#777788
(119,119,136)
#8C8D9B
(140,141,155)
#A1A3AE
(161,163,174)
#B6B9C1
(182,185,193)
#CBCFD4
(203,207,212)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0929; }

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

This text font color is #0E0929.

Background Color

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

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

This div background color is #0E0929.

Border color

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

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

This div border color is #0E0929.

Opacity

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

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

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

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

This text has shadow with #0E0929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0929.

Preview

Color preview on black background

This text has color #0E0929 on black background.


Color preview on white background

This text has color #0E0929 on white background.


Black color preview on #0E0929 background

This text has black color on #0E0929 background.


White color preview on #0E0929 background

This text has white color on #0E0929 background.


Related colors

Complementary color

Complementary color for #hex is #F1F6D6.


I love getcolorcode.com

Triadic colors

1 #290E09 and #09290E with #0E0929 are triadic colors.

2 #29090E and #090E29 with #0E0929 are triadic colors.