COLOR #0E3743

HEX: #0E3743
RGB: (14,55,67)

Color info

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

RGB color model

#0E3743 color RGB value is (14,55,67).

  • red value is 14;
  • green value is 55;
  • blue value is 67.
RGB:
(14,55,67)
(5%,22%,26%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 67 of 255 = 26%

14
55
67

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

Portions of RGB colors in percentages

R + G + B =
14 + 55 + 67 = 136 (100%)
R 14 of 136 ~ 10.29%
G 55 of 136 ~ 40.44%
B 67 of 136 ~ 49.26%

%10.29
%40.44
%49.26

CMYK color model

#0E3743 color CMYK value is (79,18,0,74).

  • cyan value is 79.10%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(79,18,0,74)
C79M18Y0K74 
(79%,18%,0%,74%)
(0.79/0.18/0.00/0.74)	

CMYK percentages

%79.1
%17.91
%0
%73.73

Codes

Color #0E3743 in popluar color models

0E3743
RGB145567
HSL194°65.43%15.88%
HSB/HSV194°79.10%26.27%
CMYK79.10%17.91%0.00%
73.73%

Color #0E3743 in popluar number systems.

HEX0E3743
Decimal145567
Binary11101101111000011
Octal1667103

Shades and tints

Shades of #0E3743

#0E3743
(14,55,67)
#0D323D
(13,50,61)
#0C2D37
(12,45,55)
#0B2831
(11,40,49)
#0A232B
(10,35,43)
#091E25
(9,30,37)
#08191F
(8,25,31)
#071419
(7,20,25)
#060F13
(6,15,19)
#050A0D
(5,10,13)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E3743

#0E3743
(14,55,67)
#234954
(35,73,84)
#385B65
(56,91,101)
#4D6D76
(77,109,118)
#627F87
(98,127,135)
#779198
(119,145,152)
#8CA3A9
(140,163,169)
#A1B5BA
(161,181,186)
#B6C7CB
(182,199,203)
#CBD9DC
(203,217,220)
#E0EBED
(224,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3743 color. Also use rgb(14,55,67) instead hex code.

Text Font Color

.myTextColor { color: #0E3743; }

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

This text font color is #0E3743.


Background Color

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

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

This div background color is #0E3743.


Border color

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

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

This div border color is #0E3743.


Opacity

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

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

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

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

This text has shadow with #0E3743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3743 on black background.


Color preview on white background

This text has color #0E3743 on white background.



Black color preview on #0E3743 background

This text has black color on #0E3743 background.


White color preview on #0E3743 background

This text has white color on #0E3743 background.