COLOR #0E043D

HEX: #0E043D
RGB: (14,4,61)

Color info

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

RGB color model

#0E043D color RGB value is (14,4,61).

  • red value is 14;
  • green value is 4;
  • blue value is 61.
RGB:
(14,4,61)
(5%,2%,24%)

RGB channels and saturation

R 14 of 255 = 5%
G 4 of 255 = 2%
B 61 of 255 = 24%

14
4
61

R + G + B ~ 10%. #0E043D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 4 + 61 = 79 (100%)
R 14 of 79 ~ 17.72%
G 4 of 79 ~ 5.06%
B 61 of 79 ~ 77.22%

%17.72
%77.22

CMYK color model

#0E043D color CMYK value is (77,93,0,76).

  • cyan value is 77.05%
  • magenta value is 93.44%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(77,93,0,76)
C77M93Y0K76 
(77%,93%,0%,76%)
(0.77/0.93/0.00/0.76)	

CMYK percentages

%77.05
%93.44
%0
%76.08

Codes

Color #0E043D in popluar color models

0E043D
RGB14461
HSL251°87.69%12.75%
HSB/HSV251°93.44%23.92%
CMYK77.05%93.44%0.00%
76.08%

Color #0E043D in popluar number systems.

HEX0E043D
Decimal14461
Binary1110100111101
Octal16475

Shades and tints

Shades of #0E043D

#0E043D
(14,4,61)
#0D0438
(13,4,56)
#0C0433
(12,4,51)
#0B042E
(11,4,46)
#0A0429
(10,4,41)
#090424
(9,4,36)
#08041F
(8,4,31)
#07041A
(7,4,26)
#060415
(6,4,21)
#050410
(5,4,16)
#04040B
(4,4,11)
#000000
(0,0,0)

Tints of #0E043D

#0E043D
(14,4,61)
#231A4E
(35,26,78)
#38305F
(56,48,95)
#4D4670
(77,70,112)
#625C81
(98,92,129)
#777292
(119,114,146)
#8C88A3
(140,136,163)
#A19EB4
(161,158,180)
#B6B4C5
(182,180,197)
#CBCAD6
(203,202,214)
#E0E0E7
(224,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E043D color. Also use rgb(14,4,61) instead hex code.

Text Font Color

.myTextColor { color: #0E043D; }

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

This text font color is #0E043D.


Background Color

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

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

This div background color is #0E043D.


Border color

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

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

This div border color is #0E043D.


Opacity

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

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

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

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

This text has shadow with #0E043D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E043D on black background.


Color preview on white background

This text has color #0E043D on white background.



Black color preview on #0E043D background

This text has black color on #0E043D background.


White color preview on #0E043D background

This text has white color on #0E043D background.