COLOR #0E2E39

HEX: #0E2E39 RGB: (14,46,57)

Color info

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

RGB color model

#0E2E39 color RGB value is (14,46,57).

RGB: (14,46,57) (5%, 18%, 22%)

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 57 of 255 = 22%

14
46
57

R + G + B ~ 15%. #0E2E39 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 46 + 57 = 117 (100%)
R 14 of 117 ~ 11.97%
G 46 of 117 ~ 39.32%
B 57 of 117 ~ 48.72'%

%11.97
%39.32
%48.72

CMYK color model

#0E2E39 color CMYK value is (75,19,0,78).

  • cyan value is 75.44%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (75,19,0,78)
C75M19Y0K78 (75%, 19%, 0%, 78%)
(0.75 / 0.19 / 0.00 / 0.78)

CMYK percentages

%75.44
%19.3
%0
%77.65

Codes

Color #0E2E39 in popluar color models

0E 2E 39
RGB 14 46 57
HSL 195° 60.56% 13.92%
HSB/HSV 195° 75.44% 22.35%
CMYK 75.44% 19.30% 0.00%
77.65%

Color #0E2E39 in popluar number systems.

HEX 0E 2E 39
Decimal 14 46 57
Binary 1110 101110 111001
Octal 16 56 71

Shades and tints

Shades of #0E2E39

#0E2E39
(14,46,57)
#0D2A34
(13,42,52)
#0C262F
(12,38,47)
#0B222A
(11,34,42)
#0A1E25
(10,30,37)
#091A20
(9,26,32)
#08161B
(8,22,27)
#071216
(7,18,22)
#060E11
(6,14,17)
#050A0C
(5,10,12)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #0E2E39

#0E2E39
(14,46,57)
#23414B
(35,65,75)
#38545D
(56,84,93)
#4D676F
(77,103,111)
#627A81
(98,122,129)
#778D93
(119,141,147)
#8CA0A5
(140,160,165)
#A1B3B7
(161,179,183)
#B6C6C9
(182,198,201)
#CBD9DB
(203,217,219)
#E0ECED
(224,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2E39; }

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

This text font color is #0E2E39.

Background Color

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

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

This div background color is #0E2E39.

Border color

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

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

This div border color is #0E2E39.

Opacity

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

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

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

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

This text has shadow with #0E2E39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2E39.

Preview

Color preview on black background

This text has color #0E2E39 on black background.


Color preview on white background

This text has color #0E2E39 on white background.


Black color preview on #0E2E39 background

This text has black color on #0E2E39 background.


White color preview on #0E2E39 background

This text has white color on #0E2E39 background.


Related colors

Complementary color

Complementary color for #hex is #F1D1C6.


I love getcolorcode.com

Triadic colors

1 #390E2E and #2E390E with #0E2E39 are triadic colors.

2 #392E0E and #2E0E39 with #0E2E39 are triadic colors.