COLOR #0E2109

HEX: #0E2109
RGB: (14,33,9)

Color info

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

RGB color model

#0E2109 color RGB value is (14,33,9).

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

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 9 of 255 = 4%

14
33
9

R + G + B ~ 7%. #0E2109 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 9 = 56 (100%)
R 14 of 56 ~ 25%
G 33 of 56 ~ 58.93%
B 9 of 56 ~ 16.07%

%25
%58.93
%16.07

CMYK color model

#0E2109 color CMYK value is (58,0,73,87).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 87.06%
CMYK:
(58,0,73,87)
C58M0Y73K87 
(58%,0%,73%,87%)
(0.58/0.00/0.73/0.87)	

CMYK percentages

%57.58
%0
%72.73
%87.06

Codes

Color #0E2109 in popluar color models

0E2109
RGB14339
HSL108°57.14%8.24%
HSB/HSV108°72.73%12.94%
CMYK57.58%0.00%72.73%
87.06%

Color #0E2109 in popluar number systems.

HEX0E2109
Decimal14339
Binary11101000011001
Octal164111

Shades and tints

Shades of #0E2109

#0E2109
(14,33,9)
#0D1E09
(13,30,9)
#0C1B09
(12,27,9)
#0B1809
(11,24,9)
#0A1509
(10,21,9)
#091209
(9,18,9)
#080F09
(8,15,9)
#070C09
(7,12,9)
#060909
(6,9,9)
#050609
(5,6,9)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #0E2109

#0E2109
(14,33,9)
#23351F
(35,53,31)
#384935
(56,73,53)
#4D5D4B
(77,93,75)
#627161
(98,113,97)
#778577
(119,133,119)
#8C998D
(140,153,141)
#A1ADA3
(161,173,163)
#B6C1B9
(182,193,185)
#CBD5CF
(203,213,207)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2109; }

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

This text font color is #0E2109.


Background Color

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

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

This div background color is #0E2109.


Border color

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

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

This div border color is #0E2109.


Opacity

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

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

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

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

This text has shadow with #0E2109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2109 on black background.


Color preview on white background

This text has color #0E2109 on white background.



Black color preview on #0E2109 background

This text has black color on #0E2109 background.


White color preview on #0E2109 background

This text has white color on #0E2109 background.