COLOR #0E200E

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

Color info

#0E200E contains red, green and blue colors in about the same proportion. Web safe color of #0E200E is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

14
32
14

R + G + B ~ 8%. #0E200E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 14 = 60 (100%)
R 14 of 60 ~ 23.33%
G 32 of 60 ~ 53.33%
B 14 of 60 ~ 23.33%

%23.33
%53.33
%23.33

CMYK color model

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

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

CMYK percentages

%56.25
%0
%56.25
%87.45

Codes

Color #0E200E in popluar color models

0E200E
RGB143214
HSL120°39.13%9.02%
HSB/HSV120°56.25%12.55%
CMYK56.25%0.00%56.25%
87.45%

Color #0E200E in popluar number systems.

HEX0E200E
Decimal143214
Binary11101000001110
Octal164016

Shades and tints

Shades of #0E200E

#0E200E
(14,32,14)
#0D1E0D
(13,30,13)
#0C1C0C
(12,28,12)
#0B1A0B
(11,26,11)
#0A180A
(10,24,10)
#091609
(9,22,9)
#081408
(8,20,8)
#071207
(7,18,7)
#061006
(6,16,6)
#050E05
(5,14,5)
#040C04
(4,12,4)
#000000
(0,0,0)

Tints of #0E200E

#0E200E
(14,32,14)
#233423
(35,52,35)
#384838
(56,72,56)
#4D5C4D
(77,92,77)
#627062
(98,112,98)
#778477
(119,132,119)
#8C988C
(140,152,140)
#A1ACA1
(161,172,161)
#B6C0B6
(182,192,182)
#CBD4CB
(203,212,203)
#E0E8E0
(224,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E200E; }

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

This text font color is #0E200E.


Background Color

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

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

This div background color is #0E200E.


Border color

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

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

This div border color is #0E200E.


Opacity

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

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

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

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

This text has shadow with #0E200E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E200E on black background.


Color preview on white background

This text has color #0E200E on white background.



Black color preview on #0E200E background

This text has black color on #0E200E background.


White color preview on #0E200E background

This text has white color on #0E200E background.