COLOR #0E3A39

HEX: #0E3A39 RGB: (14,58,57)

Color info

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

RGB color model

#0E3A39 color RGB value is (14,58,57).

RGB: (14,58,57) (5%, 23%, 22%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 57 of 255 = 22%

14
58
57

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

Portions of RGB colors in percentages

R + G + B = 14 + 58 + 57 = 129 (100%)
R 14 of 129 ~ 10.85%
G 58 of 129 ~ 44.96%
B 57 of 129 ~ 44.19'%

%10.85
%44.96
%44.19

CMYK color model

#0E3A39 color CMYK value is (76,0,2,77).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 77.25%

CMYK: (76,0,2,77)
C76M0Y2K77 (76%, 0%, 2%, 77%)
(0.76 / 0.00 / 0.02 / 0.77)

CMYK percentages

%75.86
%0
%1.72
%77.25

Codes

Color #0E3A39 in popluar color models

0E 3A 39
RGB 14 58 57
HSL 179° 61.11% 14.12%
HSB/HSV 179° 75.86% 22.75%
CMYK 75.86% 0.00% 1.72%
77.25%

Color #0E3A39 in popluar number systems.

HEX 0E 3A 39
Decimal 14 58 57
Binary 1110 111010 111001
Octal 16 72 71

Shades and tints

Shades of #0E3A39

#0E3A39
(14,58,57)
#0D3534
(13,53,52)
#0C302F
(12,48,47)
#0B2B2A
(11,43,42)
#0A2625
(10,38,37)
#092120
(9,33,32)
#081C1B
(8,28,27)
#071716
(7,23,22)
#061211
(6,18,17)
#050D0C
(5,13,12)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #0E3A39

#0E3A39
(14,58,57)
#234B4B
(35,75,75)
#385C5D
(56,92,93)
#4D6D6F
(77,109,111)
#627E81
(98,126,129)
#778F93
(119,143,147)
#8CA0A5
(140,160,165)
#A1B1B7
(161,177,183)
#B6C2C9
(182,194,201)
#CBD3DB
(203,211,219)
#E0E4ED
(224,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3A39; }

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

This text font color is #0E3A39.

Background Color

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

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

This div background color is #0E3A39.

Border color

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

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

This div border color is #0E3A39.

Opacity

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

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

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

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

This text has shadow with #0E3A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3A39.

Preview

Color preview on black background

This text has color #0E3A39 on black background.


Color preview on white background

This text has color #0E3A39 on white background.


Black color preview on #0E3A39 background

This text has black color on #0E3A39 background.


White color preview on #0E3A39 background

This text has white color on #0E3A39 background.


Related colors

Complementary color

Complementary color for #hex is #F1C5C6.


I love getcolorcode.com

Triadic colors

1 #390E3A and #3A390E with #0E3A39 are triadic colors.

2 #393A0E and #3A0E39 with #0E3A39 are triadic colors.