COLOR #0E2E14

HEX: #0E2E14
RGB: (14,46,20)

Color info

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

RGB color model

#0E2E14 color RGB value is (14,46,20).

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

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 20 of 255 = 8%

14
46
20

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

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 20 = 80 (100%)
R 14 of 80 ~ 17.5%
G 46 of 80 ~ 57.5%
B 20 of 80 ~ 25%

%17.5
%57.5
%25

CMYK color model

#0E2E14 color CMYK value is (70,0,57,82).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 81.96%
CMYK:
(70,0,57,82)
C70M0Y57K82 
(70%,0%,57%,82%)
(0.70/0.00/0.57/0.82)	

CMYK percentages

%69.57
%0
%56.52
%81.96

Codes

Color #0E2E14 in popluar color models

0E2E14
RGB144620
HSL131°53.33%11.76%
HSB/HSV131°69.57%18.04%
CMYK69.57%0.00%56.52%
81.96%

Color #0E2E14 in popluar number systems.

HEX0E2E14
Decimal144620
Binary111010111010100
Octal165624

Shades and tints

Shades of #0E2E14

#0E2E14
(14,46,20)
#0D2A13
(13,42,19)
#0C2612
(12,38,18)
#0B2211
(11,34,17)
#0A1E10
(10,30,16)
#091A0F
(9,26,15)
#08160E
(8,22,14)
#07120D
(7,18,13)
#060E0C
(6,14,12)
#050A0B
(5,10,11)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #0E2E14

#0E2E14
(14,46,20)
#234129
(35,65,41)
#38543E
(56,84,62)
#4D6753
(77,103,83)
#627A68
(98,122,104)
#778D7D
(119,141,125)
#8CA092
(140,160,146)
#A1B3A7
(161,179,167)
#B6C6BC
(182,198,188)
#CBD9D1
(203,217,209)
#E0ECE6
(224,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2E14; }

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

This text font color is #0E2E14.


Background Color

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

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

This div background color is #0E2E14.


Border color

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

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

This div border color is #0E2E14.


Opacity

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

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

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

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

This text has shadow with #0E2E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2E14 on black background.


Color preview on white background

This text has color #0E2E14 on white background.



Black color preview on #0E2E14 background

This text has black color on #0E2E14 background.


White color preview on #0E2E14 background

This text has white color on #0E2E14 background.