COLOR #0E1F2D

HEX: #0E1F2D
RGB: (14,31,45)

Color info

#0E1F2D contains red, green and blue colors in about the same proportion. Web safe color of #0E1F2D is #003333 (or #033).

RGB color model

#0E1F2D color RGB value is (14,31,45).

  • red value is 14;
  • green value is 31;
  • blue value is 45.
RGB:
(14,31,45)
(5%,12%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 45 of 255 = 18%

14
31
45

R + G + B ~ 12%. #0E1F2D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 31 + 45 = 90 (100%)
R 14 of 90 ~ 15.56%
G 31 of 90 ~ 34.44%
B 45 of 90 ~ 50%

%15.56
%34.44
%50

CMYK color model

#0E1F2D color CMYK value is (69,31,0,82).

  • cyan value is 68.89%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(69,31,0,82)
C69M31Y0K82 
(69%,31%,0%,82%)
(0.69/0.31/0.00/0.82)	

CMYK percentages

%68.89
%31.11
%0
%82.35

Codes

Color #0E1F2D in popluar color models

0E1F2D
RGB143145
HSL207°52.54%11.57%
HSB/HSV207°68.89%17.65%
CMYK68.89%31.11%0.00%
82.35%

Color #0E1F2D in popluar number systems.

HEX0E1F2D
Decimal143145
Binary111011111101101
Octal163755

Shades and tints

Shades of #0E1F2D

#0E1F2D
(14,31,45)
#0D1D29
(13,29,41)
#0C1B25
(12,27,37)
#0B1921
(11,25,33)
#0A171D
(10,23,29)
#091519
(9,21,25)
#081315
(8,19,21)
#071111
(7,17,17)
#060F0D
(6,15,13)
#050D09
(5,13,9)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #0E1F2D

#0E1F2D
(14,31,45)
#233340
(35,51,64)
#384753
(56,71,83)
#4D5B66
(77,91,102)
#626F79
(98,111,121)
#77838C
(119,131,140)
#8C979F
(140,151,159)
#A1ABB2
(161,171,178)
#B6BFC5
(182,191,197)
#CBD3D8
(203,211,216)
#E0E7EB
(224,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1F2D color. Also use rgb(14,31,45) instead hex code.

Text Font Color

.myTextColor { color: #0E1F2D; }

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

This text font color is #0E1F2D.


Background Color

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

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

This div background color is #0E1F2D.


Border color

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

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

This div border color is #0E1F2D.


Opacity

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

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

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

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

This text has shadow with #0E1F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1F2D on black background.


Color preview on white background

This text has color #0E1F2D on white background.



Black color preview on #0E1F2D background

This text has black color on #0E1F2D background.


White color preview on #0E1F2D background

This text has white color on #0E1F2D background.