COLOR #0E1D21

HEX: #0E1D21
RGB: (14,29,33)

Color info

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

RGB color model

#0E1D21 color RGB value is (14,29,33).

  • red value is 14;
  • green value is 29;
  • blue value is 33.
RGB:
(14,29,33)
(5%,11%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 33 of 255 = 13%

14
29
33

R + G + B ~ 10%. #0E1D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 29 + 33 = 76 (100%)
R 14 of 76 ~ 18.42%
G 29 of 76 ~ 38.16%
B 33 of 76 ~ 43.42%

%18.42
%38.16
%43.42

CMYK color model

#0E1D21 color CMYK value is (58,12,0,87).

  • cyan value is 57.58%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(58,12,0,87)
C58M12Y0K87 
(58%,12%,0%,87%)
(0.58/0.12/0.00/0.87)	

CMYK percentages

%57.58
%12.12
%0
%87.06

Codes

Color #0E1D21 in popluar color models

0E1D21
RGB142933
HSL193°40.43%9.22%
HSB/HSV193°57.58%12.94%
CMYK57.58%12.12%0.00%
87.06%

Color #0E1D21 in popluar number systems.

HEX0E1D21
Decimal142933
Binary111011101100001
Octal163541

Shades and tints

Shades of #0E1D21

#0E1D21
(14,29,33)
#0D1B1E
(13,27,30)
#0C191B
(12,25,27)
#0B1718
(11,23,24)
#0A1515
(10,21,21)
#091312
(9,19,18)
#08110F
(8,17,15)
#070F0C
(7,15,12)
#060D09
(6,13,9)
#050B06
(5,11,6)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #0E1D21

#0E1D21
(14,29,33)
#233135
(35,49,53)
#384549
(56,69,73)
#4D595D
(77,89,93)
#626D71
(98,109,113)
#778185
(119,129,133)
#8C9599
(140,149,153)
#A1A9AD
(161,169,173)
#B6BDC1
(182,189,193)
#CBD1D5
(203,209,213)
#E0E5E9
(224,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1D21; }

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

This text font color is #0E1D21.


Background Color

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

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

This div background color is #0E1D21.


Border color

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

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

This div border color is #0E1D21.


Opacity

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

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

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

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

This text has shadow with #0E1D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1D21 on black background.


Color preview on white background

This text has color #0E1D21 on white background.



Black color preview on #0E1D21 background

This text has black color on #0E1D21 background.


White color preview on #0E1D21 background

This text has white color on #0E1D21 background.