COLOR #0E2020

HEX: #0E2020
RGB: (14,32,32)

Color info

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

RGB color model

#0E2020 color RGB value is (14,32,32).

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

RGB channels and saturation

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

14
32
32

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

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 32 = 78 (100%)
R 14 of 78 ~ 17.95%
G 32 of 78 ~ 41.03%
B 32 of 78 ~ 41.03%

%17.95
%41.03
%41.03

CMYK color model

#0E2020 color CMYK value is (56,0,0,87).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(56,0,0,87)
C56M0Y0K87 
(56%,0%,0%,87%)
(0.56/0.00/0.00/0.87)	

CMYK percentages

%56.25
%0
%0
%87.45

Codes

Color #0E2020 in popluar color models

0E2020
RGB143232
HSL180°39.13%9.02%
HSB/HSV180°56.25%12.55%
CMYK56.25%0.00%0.00%
87.45%

Color #0E2020 in popluar number systems.

HEX0E2020
Decimal143232
Binary1110100000100000
Octal164040

Shades and tints

Shades of #0E2020

#0E2020
(14,32,32)
#0D1E1E
(13,30,30)
#0C1C1C
(12,28,28)
#0B1A1A
(11,26,26)
#0A1818
(10,24,24)
#091616
(9,22,22)
#081414
(8,20,20)
#071212
(7,18,18)
#061010
(6,16,16)
#050E0E
(5,14,14)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #0E2020

#0E2020
(14,32,32)
#233434
(35,52,52)
#384848
(56,72,72)
#4D5C5C
(77,92,92)
#627070
(98,112,112)
#778484
(119,132,132)
#8C9898
(140,152,152)
#A1ACAC
(161,172,172)
#B6C0C0
(182,192,192)
#CBD4D4
(203,212,212)
#E0E8E8
(224,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2020; }

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

This text font color is #0E2020.


Background Color

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

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

This div background color is #0E2020.


Border color

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

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

This div border color is #0E2020.


Opacity

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

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

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

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

This text has shadow with #0E2020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2020 on black background.


Color preview on white background

This text has color #0E2020 on white background.



Black color preview on #0E2020 background

This text has black color on #0E2020 background.


White color preview on #0E2020 background

This text has white color on #0E2020 background.