COLOR #0E3A42

HEX: #0E3A42
RGB: (14,58,66)

Color info

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

RGB color model

#0E3A42 color RGB value is (14,58,66).

  • red value is 14;
  • green value is 58;
  • blue value is 66.
RGB:
(14,58,66)
(5%,23%,26%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 66 of 255 = 26%

14
58
66

R + G + B ~ 18%. #0E3A42 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 58 + 66 = 138 (100%)
R 14 of 138 ~ 10.14%
G 58 of 138 ~ 42.03%
B 66 of 138 ~ 47.83%

%10.14
%42.03
%47.83

CMYK color model

#0E3A42 color CMYK value is (79,12,0,74).

  • cyan value is 78.79%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(79,12,0,74)
C79M12Y0K74 
(79%,12%,0%,74%)
(0.79/0.12/0.00/0.74)	

CMYK percentages

%78.79
%12.12
%0
%74.12

Codes

Color #0E3A42 in popluar color models

0E3A42
RGB145866
HSL189°65.00%15.69%
HSB/HSV189°78.79%25.88%
CMYK78.79%12.12%0.00%
74.12%

Color #0E3A42 in popluar number systems.

HEX0E3A42
Decimal145866
Binary11101110101000010
Octal1672102

Shades and tints

Shades of #0E3A42

#0E3A42
(14,58,66)
#0D353C
(13,53,60)
#0C3036
(12,48,54)
#0B2B30
(11,43,48)
#0A262A
(10,38,42)
#092124
(9,33,36)
#081C1E
(8,28,30)
#071718
(7,23,24)
#061212
(6,18,18)
#050D0C
(5,13,12)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #0E3A42

#0E3A42
(14,58,66)
#234B53
(35,75,83)
#385C64
(56,92,100)
#4D6D75
(77,109,117)
#627E86
(98,126,134)
#778F97
(119,143,151)
#8CA0A8
(140,160,168)
#A1B1B9
(161,177,185)
#B6C2CA
(182,194,202)
#CBD3DB
(203,211,219)
#E0E4EC
(224,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3A42; }

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

This text font color is #0E3A42.


Background Color

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

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

This div background color is #0E3A42.


Border color

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

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

This div border color is #0E3A42.


Opacity

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

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

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

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

This text has shadow with #0E3A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3A42 on black background.


Color preview on white background

This text has color #0E3A42 on white background.



Black color preview on #0E3A42 background

This text has black color on #0E3A42 background.


White color preview on #0E3A42 background

This text has white color on #0E3A42 background.