COLOR #0E032F

HEX: #0E032F RGB: (14,3,47)

Color info

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

RGB color model

#0E032F color RGB value is (14,3,47).

RGB: (14,3,47) (5%, 1%, 18%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 47 of 255 = 18%

14
3
47

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

Portions of RGB colors in percentages

R + G + B = 14 + 3 + 47 = 64 (100%)
R 14 of 64 ~ 21.88%
G 3 of 64 ~ 4.69%
B 47 of 64 ~ 73.44'%

%21.88
%73.44

CMYK color model

#0E032F color CMYK value is (70,94,0,82).

  • cyan value is 70.21%
  • magenta value is 93.62%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (70,94,0,82)
C70M94Y0K82 (70%, 94%, 0%, 82%)
(0.70 / 0.94 / 0.00 / 0.82)

CMYK percentages

%70.21
%93.62
%0
%81.57

Codes

Color #0E032F in popluar color models

0E 03 2F
RGB 14 3 47
HSL 255° 88.00% 9.80%
HSB/HSV 255° 93.62% 18.43%
CMYK 70.21% 93.62% 0.00%
81.57%

Color #0E032F in popluar number systems.

HEX 0E 03 2F
Decimal 14 3 47
Binary 1110 11 101111
Octal 16 3 57

Shades and tints

Shades of #0E032F

#0E032F
(14,3,47)
#0D032B
(13,3,43)
#0C0327
(12,3,39)
#0B0323
(11,3,35)
#0A031F
(10,3,31)
#09031B
(9,3,27)
#080317
(8,3,23)
#070313
(7,3,19)
#06030F
(6,3,15)
#05030B
(5,3,11)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E032F

#0E032F
(14,3,47)
#231941
(35,25,65)
#382F53
(56,47,83)
#4D4565
(77,69,101)
#625B77
(98,91,119)
#777189
(119,113,137)
#8C879B
(140,135,155)
#A19DAD
(161,157,173)
#B6B3BF
(182,179,191)
#CBC9D1
(203,201,209)
#E0DFE3
(224,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E032F; }

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

This text font color is #0E032F.

Background Color

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

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

This div background color is #0E032F.

Border color

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

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

This div border color is #0E032F.

Opacity

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

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

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

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

This text has shadow with #0E032F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E032F.

Preview

Color preview on black background

This text has color #0E032F on black background.


Color preview on white background

This text has color #0E032F on white background.


Black color preview on #0E032F background

This text has black color on #0E032F background.


White color preview on #0E032F background

This text has white color on #0E032F background.


Related colors

Complementary color

Complementary color for #hex is #F1FCD0.


I love getcolorcode.com

Triadic colors

1 #2F0E03 and #032F0E with #0E032F are triadic colors.

2 #2F030E and #030E2F with #0E032F are triadic colors.