COLOR #0E334A

HEX: #0E334A
RGB: (14,51,74)

Color info

#0E334A contains mainly green and blue colors. Web safe color of #0E334A is #003333 (or #033).

RGB color model

#0E334A color RGB value is (14,51,74).

  • red value is 14;
  • green value is 51;
  • blue value is 74.
RGB:
(14,51,74)
(5%,20%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 74 of 255 = 29%

14
51
74

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

Portions of RGB colors in percentages

R + G + B =
14 + 51 + 74 = 139 (100%)
R 14 of 139 ~ 10.07%
G 51 of 139 ~ 36.69%
B 74 of 139 ~ 53.24%

%10.07
%36.69
%53.24

CMYK color model

#0E334A color CMYK value is (81,31,0,71).

  • cyan value is 81.08%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(81,31,0,71)
C81M31Y0K71 
(81%,31%,0%,71%)
(0.81/0.31/0.00/0.71)	

CMYK percentages

%81.08
%31.08
%0
%70.98

Codes

Color #0E334A in popluar color models

0E334A
RGB145174
HSL203°68.18%17.25%
HSB/HSV203°81.08%29.02%
CMYK81.08%31.08%0.00%
70.98%

Color #0E334A in popluar number systems.

HEX0E334A
Decimal145174
Binary11101100111001010
Octal1663112

Shades and tints

Shades of #0E334A

#0E334A
(14,51,74)
#0D2F44
(13,47,68)
#0C2B3E
(12,43,62)
#0B2738
(11,39,56)
#0A2332
(10,35,50)
#091F2C
(9,31,44)
#081B26
(8,27,38)
#071720
(7,23,32)
#06131A
(6,19,26)
#050F14
(5,15,20)
#040B0E
(4,11,14)
#000000
(0,0,0)

Tints of #0E334A

#0E334A
(14,51,74)
#23455A
(35,69,90)
#38576A
(56,87,106)
#4D697A
(77,105,122)
#627B8A
(98,123,138)
#778D9A
(119,141,154)
#8C9FAA
(140,159,170)
#A1B1BA
(161,177,186)
#B6C3CA
(182,195,202)
#CBD5DA
(203,213,218)
#E0E7EA
(224,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E334A color. Also use rgb(14,51,74) instead hex code.

Text Font Color

.myTextColor { color: #0E334A; }

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

This text font color is #0E334A.


Background Color

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

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

This div background color is #0E334A.


Border color

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

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

This div border color is #0E334A.


Opacity

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

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

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

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

This text has shadow with #0E334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E334A on black background.


Color preview on white background

This text has color #0E334A on white background.



Black color preview on #0E334A background

This text has black color on #0E334A background.


White color preview on #0E334A background

This text has white color on #0E334A background.