COLOR #0E2E1A

HEX: #0E2E1A
RGB: (14,46,26)

Color info

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

RGB color model

#0E2E1A color RGB value is (14,46,26).

  • red value is 14;
  • green value is 46;
  • blue value is 26.
RGB:
(14,46,26)
(5%,18%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 26 of 255 = 10%

14
46
26

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

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 26 = 86 (100%)
R 14 of 86 ~ 16.28%
G 46 of 86 ~ 53.49%
B 26 of 86 ~ 30.23%

%16.28
%53.49
%30.23

CMYK color model

#0E2E1A color CMYK value is (70,0,43,82).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(70,0,43,82)
C70M0Y43K82 
(70%,0%,43%,82%)
(0.70/0.00/0.43/0.82)	

CMYK percentages

%69.57
%0
%43.48
%81.96

Codes

Color #0E2E1A in popluar color models

0E2E1A
RGB144626
HSL143°53.33%11.76%
HSB/HSV143°69.57%18.04%
CMYK69.57%0.00%43.48%
81.96%

Color #0E2E1A in popluar number systems.

HEX0E2E1A
Decimal144626
Binary111010111011010
Octal165632

Shades and tints

Shades of #0E2E1A

#0E2E1A
(14,46,26)
#0D2A18
(13,42,24)
#0C2616
(12,38,22)
#0B2214
(11,34,20)
#0A1E12
(10,30,18)
#091A10
(9,26,16)
#08160E
(8,22,14)
#07120C
(7,18,12)
#060E0A
(6,14,10)
#050A08
(5,10,8)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #0E2E1A

#0E2E1A
(14,46,26)
#23412E
(35,65,46)
#385442
(56,84,66)
#4D6756
(77,103,86)
#627A6A
(98,122,106)
#778D7E
(119,141,126)
#8CA092
(140,160,146)
#A1B3A6
(161,179,166)
#B6C6BA
(182,198,186)
#CBD9CE
(203,217,206)
#E0ECE2
(224,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2E1A; }

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

This text font color is #0E2E1A.


Background Color

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

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

This div background color is #0E2E1A.


Border color

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

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

This div border color is #0E2E1A.


Opacity

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

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

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

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

This text has shadow with #0E2E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2E1A on black background.


Color preview on white background

This text has color #0E2E1A on white background.



Black color preview on #0E2E1A background

This text has black color on #0E2E1A background.


White color preview on #0E2E1A background

This text has white color on #0E2E1A background.