COLOR #0E2847

HEX: #0E2847
RGB: (14,40,71)

Color info

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

RGB color model

#0E2847 color RGB value is (14,40,71).

  • red value is 14;
  • green value is 40;
  • blue value is 71.
RGB:
(14,40,71)
(5%,16%,28%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 71 of 255 = 28%

14
40
71

R + G + B ~ 16%. #0E2847 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 71 = 125 (100%)
R 14 of 125 ~ 11.2%
G 40 of 125 ~ 32%
B 71 of 125 ~ 56.8%

%11.2
%32
%56.8

CMYK color model

#0E2847 color CMYK value is (80,44,0,72).

  • cyan value is 80.28%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(80,44,0,72)
C80M44Y0K72 
(80%,44%,0%,72%)
(0.80/0.44/0.00/0.72)	

CMYK percentages

%80.28
%43.66
%0
%72.16

Codes

Color #0E2847 in popluar color models

0E2847
RGB144071
HSL213°67.06%16.67%
HSB/HSV213°80.28%27.84%
CMYK80.28%43.66%0.00%
72.16%

Color #0E2847 in popluar number systems.

HEX0E2847
Decimal144071
Binary11101010001000111
Octal1650107

Shades and tints

Shades of #0E2847

#0E2847
(14,40,71)
#0D2541
(13,37,65)
#0C223B
(12,34,59)
#0B1F35
(11,31,53)
#0A1C2F
(10,28,47)
#091929
(9,25,41)
#081623
(8,22,35)
#07131D
(7,19,29)
#061017
(6,16,23)
#050D11
(5,13,17)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E2847

#0E2847
(14,40,71)
#233B57
(35,59,87)
#384E67
(56,78,103)
#4D6177
(77,97,119)
#627487
(98,116,135)
#778797
(119,135,151)
#8C9AA7
(140,154,167)
#A1ADB7
(161,173,183)
#B6C0C7
(182,192,199)
#CBD3D7
(203,211,215)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2847 color. Also use rgb(14,40,71) instead hex code.

Text Font Color

.myTextColor { color: #0E2847; }

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

This text font color is #0E2847.


Background Color

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

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

This div background color is #0E2847.


Border color

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

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

This div border color is #0E2847.


Opacity

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

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

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

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

This text has shadow with #0E2847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2847 on black background.


Color preview on white background

This text has color #0E2847 on white background.



Black color preview on #0E2847 background

This text has black color on #0E2847 background.


White color preview on #0E2847 background

This text has white color on #0E2847 background.