COLOR #0E313B

HEX: #0E313B
RGB: (14,49,59)

Color info

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

RGB color model

#0E313B color RGB value is (14,49,59).

  • red value is 14;
  • green value is 49;
  • blue value is 59.
RGB:
(14,49,59)
(5%,19%,23%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 59 of 255 = 23%

14
49
59

R + G + B ~ 16%. #0E313B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 49 + 59 = 122 (100%)
R 14 of 122 ~ 11.48%
G 49 of 122 ~ 40.16%
B 59 of 122 ~ 48.36%

%11.48
%40.16
%48.36

CMYK color model

#0E313B color CMYK value is (76,17,0,77).

  • cyan value is 76.27%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(76,17,0,77)
C76M17Y0K77 
(76%,17%,0%,77%)
(0.76/0.17/0.00/0.77)	

CMYK percentages

%76.27
%16.95
%0
%76.86

Codes

Color #0E313B in popluar color models

0E313B
RGB144959
HSL193°61.64%14.31%
HSB/HSV193°76.27%23.14%
CMYK76.27%16.95%0.00%
76.86%

Color #0E313B in popluar number systems.

HEX0E313B
Decimal144959
Binary1110110001111011
Octal166173

Shades and tints

Shades of #0E313B

#0E313B
(14,49,59)
#0D2D36
(13,45,54)
#0C2931
(12,41,49)
#0B252C
(11,37,44)
#0A2127
(10,33,39)
#091D22
(9,29,34)
#08191D
(8,25,29)
#071518
(7,21,24)
#061113
(6,17,19)
#050D0E
(5,13,14)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #0E313B

#0E313B
(14,49,59)
#23434C
(35,67,76)
#38555D
(56,85,93)
#4D676E
(77,103,110)
#62797F
(98,121,127)
#778B90
(119,139,144)
#8C9DA1
(140,157,161)
#A1AFB2
(161,175,178)
#B6C1C3
(182,193,195)
#CBD3D4
(203,211,212)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E313B color. Also use rgb(14,49,59) instead hex code.

Text Font Color

.myTextColor { color: #0E313B; }

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

This text font color is #0E313B.


Background Color

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

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

This div background color is #0E313B.


Border color

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

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

This div border color is #0E313B.


Opacity

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

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

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

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

This text has shadow with #0E313B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E313B on black background.


Color preview on white background

This text has color #0E313B on white background.



Black color preview on #0E313B background

This text has black color on #0E313B background.


White color preview on #0E313B background

This text has white color on #0E313B background.