COLOR #0E2E48

HEX: #0E2E48
RGB: (14,46,72)

Color info

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

RGB color model

#0E2E48 color RGB value is (14,46,72).

  • red value is 14;
  • green value is 46;
  • blue value is 72.
RGB:
(14,46,72)
(5%,18%,28%)

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 72 of 255 = 28%

14
46
72

R + G + B ~ 17%. #0E2E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 72 = 132 (100%)
R 14 of 132 ~ 10.61%
G 46 of 132 ~ 34.85%
B 72 of 132 ~ 54.55%

%10.61
%34.85
%54.55

CMYK color model

#0E2E48 color CMYK value is (81,36,0,72).

  • cyan value is 80.56%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(81,36,0,72)
C81M36Y0K72 
(81%,36%,0%,72%)
(0.81/0.36/0.00/0.72)	

CMYK percentages

%80.56
%36.11
%0
%71.76

Codes

Color #0E2E48 in popluar color models

0E2E48
RGB144672
HSL207°67.44%16.86%
HSB/HSV207°80.56%28.24%
CMYK80.56%36.11%0.00%
71.76%

Color #0E2E48 in popluar number systems.

HEX0E2E48
Decimal144672
Binary11101011101001000
Octal1656110

Shades and tints

Shades of #0E2E48

#0E2E48
(14,46,72)
#0D2A42
(13,42,66)
#0C263C
(12,38,60)
#0B2236
(11,34,54)
#0A1E30
(10,30,48)
#091A2A
(9,26,42)
#081624
(8,22,36)
#07121E
(7,18,30)
#060E18
(6,14,24)
#050A12
(5,10,18)
#04060C
(4,6,12)
#000000
(0,0,0)

Tints of #0E2E48

#0E2E48
(14,46,72)
#234158
(35,65,88)
#385468
(56,84,104)
#4D6778
(77,103,120)
#627A88
(98,122,136)
#778D98
(119,141,152)
#8CA0A8
(140,160,168)
#A1B3B8
(161,179,184)
#B6C6C8
(182,198,200)
#CBD9D8
(203,217,216)
#E0ECE8
(224,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2E48 color. Also use rgb(14,46,72) instead hex code.

Text Font Color

.myTextColor { color: #0E2E48; }

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

This text font color is #0E2E48.


Background Color

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

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

This div background color is #0E2E48.


Border color

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

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

This div border color is #0E2E48.


Opacity

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

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

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

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

This text has shadow with #0E2E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2E48 on black background.


Color preview on white background

This text has color #0E2E48 on white background.



Black color preview on #0E2E48 background

This text has black color on #0E2E48 background.


White color preview on #0E2E48 background

This text has white color on #0E2E48 background.