COLOR #0E212B

HEX: #0E212B RGB: (14,33,43)

Color info

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

RGB color model

#0E212B color RGB value is (14,33,43).

RGB: (14,33,43) (5%, 13%, 17%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 43 of 255 = 17%

14
33
43

R + G + B ~ 12%. #0E212B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 33 + 43 = 90 (100%)
R 14 of 90 ~ 15.56%
G 33 of 90 ~ 36.67%
B 43 of 90 ~ 47.78'%

%15.56
%36.67
%47.78

CMYK color model

#0E212B color CMYK value is (67,23,0,83).

  • cyan value is 67.44%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (67,23,0,83)
C67M23Y0K83 (67%, 23%, 0%, 83%)
(0.67 / 0.23 / 0.00 / 0.83)

CMYK percentages

%67.44
%23.26
%0
%83.14

Codes

Color #0E212B in popluar color models

0E 21 2B
RGB 14 33 43
HSL 201° 50.88% 11.18%
HSB/HSV 201° 67.44% 16.86%
CMYK 67.44% 23.26% 0.00%
83.14%

Color #0E212B in popluar number systems.

HEX 0E 21 2B
Decimal 14 33 43
Binary 1110 100001 101011
Octal 16 41 53

Shades and tints

Shades of #0E212B

#0E212B
(14,33,43)
#0D1E28
(13,30,40)
#0C1B25
(12,27,37)
#0B1822
(11,24,34)
#0A151F
(10,21,31)
#09121C
(9,18,28)
#080F19
(8,15,25)
#070C16
(7,12,22)
#060913
(6,9,19)
#050610
(5,6,16)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #0E212B

#0E212B
(14,33,43)
#23353E
(35,53,62)
#384951
(56,73,81)
#4D5D64
(77,93,100)
#627177
(98,113,119)
#77858A
(119,133,138)
#8C999D
(140,153,157)
#A1ADB0
(161,173,176)
#B6C1C3
(182,193,195)
#CBD5D6
(203,213,214)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E212B color. Also use rgb(14,33,43) instead hex code.

Text Font Color

.myTextColor { color: #0E212B; }

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

This text font color is #0E212B.

Background Color

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

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

This div background color is #0E212B.

Border color

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

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

This div border color is #0E212B.

Opacity

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

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

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

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

This text has shadow with #0E212B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E212B.

Preview

Color preview on black background

This text has color #0E212B on black background.


Color preview on white background

This text has color #0E212B on white background.


Black color preview on #0E212B background

This text has black color on #0E212B background.


White color preview on #0E212B background

This text has white color on #0E212B background.


Related colors

Complementary color

Complementary color for #hex is #F1DED4.


I love getcolorcode.com

Triadic colors

1 #2B0E21 and #212B0E with #0E212B are triadic colors.

2 #2B210E and #210E2B with #0E212B are triadic colors.