COLOR #0E2A1E

HEX: #0E2A1E
RGB: (14,42,30)

Color info

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

RGB color model

#0E2A1E color RGB value is (14,42,30).

  • red value is 14;
  • green value is 42;
  • blue value is 30.
RGB:
(14,42,30)
(5%,16%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 42 of 255 = 16%
B 30 of 255 = 12%

14
42
30

R + G + B ~ 11%. #0E2A1E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 42 + 30 = 86 (100%)
R 14 of 86 ~ 16.28%
G 42 of 86 ~ 48.84%
B 30 of 86 ~ 34.88%

%16.28
%48.84
%34.88

CMYK color model

#0E2A1E color CMYK value is (67,0,29,84).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 83.53%
CMYK:
(67,0,29,84)
C67M0Y29K84 
(67%,0%,29%,84%)
(0.67/0.00/0.29/0.84)	

CMYK percentages

%66.67
%0
%28.57
%83.53

Codes

Color #0E2A1E in popluar color models

0E2A1E
RGB144230
HSL154°50.00%10.98%
HSB/HSV154°66.67%16.47%
CMYK66.67%0.00%28.57%
83.53%

Color #0E2A1E in popluar number systems.

HEX0E2A1E
Decimal144230
Binary111010101011110
Octal165236

Shades and tints

Shades of #0E2A1E

#0E2A1E
(14,42,30)
#0D271C
(13,39,28)
#0C241A
(12,36,26)
#0B2118
(11,33,24)
#0A1E16
(10,30,22)
#091B14
(9,27,20)
#081812
(8,24,18)
#071510
(7,21,16)
#06120E
(6,18,14)
#050F0C
(5,15,12)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #0E2A1E

#0E2A1E
(14,42,30)
#233D32
(35,61,50)
#385046
(56,80,70)
#4D635A
(77,99,90)
#62766E
(98,118,110)
#778982
(119,137,130)
#8C9C96
(140,156,150)
#A1AFAA
(161,175,170)
#B6C2BE
(182,194,190)
#CBD5D2
(203,213,210)
#E0E8E6
(224,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2A1E; }

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

This text font color is #0E2A1E.


Background Color

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

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

This div background color is #0E2A1E.


Border color

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

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

This div border color is #0E2A1E.


Opacity

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

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

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

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

This text has shadow with #0E2A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2A1E on black background.


Color preview on white background

This text has color #0E2A1E on white background.



Black color preview on #0E2A1E background

This text has black color on #0E2A1E background.


White color preview on #0E2A1E background

This text has white color on #0E2A1E background.