COLOR #0E2121

HEX: #0E2121
RGB: (14,33,33)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
33
33

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

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 33 = 80 (100%)
R 14 of 80 ~ 17.5%
G 33 of 80 ~ 41.25%
B 33 of 80 ~ 41.25%

%17.5
%41.25
%41.25

CMYK color model

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

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

CMYK percentages

%57.58
%0
%0
%87.06

Codes

Color #0E2121 in popluar color models

0E2121
RGB143333
HSL180°40.43%9.22%
HSB/HSV180°57.58%12.94%
CMYK57.58%0.00%0.00%
87.06%

Color #0E2121 in popluar number systems.

HEX0E2121
Decimal143333
Binary1110100001100001
Octal164141

Shades and tints

Shades of #0E2121

#0E2121
(14,33,33)
#0D1E1E
(13,30,30)
#0C1B1B
(12,27,27)
#0B1818
(11,24,24)
#0A1515
(10,21,21)
#091212
(9,18,18)
#080F0F
(8,15,15)
#070C0C
(7,12,12)
#060909
(6,9,9)
#050606
(5,6,6)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #0E2121

#0E2121
(14,33,33)
#233535
(35,53,53)
#384949
(56,73,73)
#4D5D5D
(77,93,93)
#627171
(98,113,113)
#778585
(119,133,133)
#8C9999
(140,153,153)
#A1ADAD
(161,173,173)
#B6C1C1
(182,193,193)
#CBD5D5
(203,213,213)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2121; }

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

This text font color is #0E2121.


Background Color

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

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

This div background color is #0E2121.


Border color

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

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

This div border color is #0E2121.


Opacity

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

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

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

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

This text has shadow with #0E2121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2121 on black background.


Color preview on white background

This text has color #0E2121 on white background.



Black color preview on #0E2121 background

This text has black color on #0E2121 background.


White color preview on #0E2121 background

This text has white color on #0E2121 background.