COLOR #0E2E45

HEX: #0E2E45
RGB: (14,46,69)

Color info

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

RGB color model

#0E2E45 color RGB value is (14,46,69).

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

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 69 of 255 = 27%

14
46
69

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

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 69 = 129 (100%)
R 14 of 129 ~ 10.85%
G 46 of 129 ~ 35.66%
B 69 of 129 ~ 53.49%

%10.85
%35.66
%53.49

CMYK color model

#0E2E45 color CMYK value is (80,33,0,73).

  • cyan value is 79.71%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(80,33,0,73)
C80M33Y0K73 
(80%,33%,0%,73%)
(0.80/0.33/0.00/0.73)	

CMYK percentages

%79.71
%33.33
%0
%72.94

Codes

Color #0E2E45 in popluar color models

0E2E45
RGB144669
HSL205°66.27%16.27%
HSB/HSV205°79.71%27.06%
CMYK79.71%33.33%0.00%
72.94%

Color #0E2E45 in popluar number systems.

HEX0E2E45
Decimal144669
Binary11101011101000101
Octal1656105

Shades and tints

Shades of #0E2E45

#0E2E45
(14,46,69)
#0D2A3F
(13,42,63)
#0C2639
(12,38,57)
#0B2233
(11,34,51)
#0A1E2D
(10,30,45)
#091A27
(9,26,39)
#081621
(8,22,33)
#07121B
(7,18,27)
#060E15
(6,14,21)
#050A0F
(5,10,15)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #0E2E45

#0E2E45
(14,46,69)
#234155
(35,65,85)
#385465
(56,84,101)
#4D6775
(77,103,117)
#627A85
(98,122,133)
#778D95
(119,141,149)
#8CA0A5
(140,160,165)
#A1B3B5
(161,179,181)
#B6C6C5
(182,198,197)
#CBD9D5
(203,217,213)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2E45; }

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

This text font color is #0E2E45.


Background Color

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

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

This div background color is #0E2E45.


Border color

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

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

This div border color is #0E2E45.


Opacity

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

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

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

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

This text has shadow with #0E2E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2E45 on black background.


Color preview on white background

This text has color #0E2E45 on white background.



Black color preview on #0E2E45 background

This text has black color on #0E2E45 background.


White color preview on #0E2E45 background

This text has white color on #0E2E45 background.