COLOR #0E1C0F

HEX: #0E1C0F
RGB: (14,28,15)

Color info

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

RGB color model

#0E1C0F color RGB value is (14,28,15).

  • red value is 14;
  • green value is 28;
  • blue value is 15.
RGB:
(14,28,15)
(5%,11%,6%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 15 of 255 = 6%

14
28
15

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

Portions of RGB colors in percentages

R + G + B =
14 + 28 + 15 = 57 (100%)
R 14 of 57 ~ 24.56%
G 28 of 57 ~ 49.12%
B 15 of 57 ~ 26.32%

%24.56
%49.12
%26.32

CMYK color model

#0E1C0F color CMYK value is (50,0,46,89).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 89.02%
CMYK:
(50,0,46,89)
C50M0Y46K89 
(50%,0%,46%,89%)
(0.50/0.00/0.46/0.89)	

CMYK percentages

%50
%0
%46.43
%89.02

Codes

Color #0E1C0F in popluar color models

0E1C0F
RGB142815
HSL124°33.33%8.24%
HSB/HSV124°50.00%10.98%
CMYK50.00%0.00%46.43%
89.02%

Color #0E1C0F in popluar number systems.

HEX0E1C0F
Decimal142815
Binary1110111001111
Octal163417

Shades and tints

Shades of #0E1C0F

#0E1C0F
(14,28,15)
#0D1A0E
(13,26,14)
#0C180D
(12,24,13)
#0B160C
(11,22,12)
#0A140B
(10,20,11)
#09120A
(9,18,10)
#081009
(8,16,9)
#070E08
(7,14,8)
#060C07
(6,12,7)
#050A06
(5,10,6)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #0E1C0F

#0E1C0F
(14,28,15)
#233024
(35,48,36)
#384439
(56,68,57)
#4D584E
(77,88,78)
#626C63
(98,108,99)
#778078
(119,128,120)
#8C948D
(140,148,141)
#A1A8A2
(161,168,162)
#B6BCB7
(182,188,183)
#CBD0CC
(203,208,204)
#E0E4E1
(224,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C0F; }

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

This text font color is #0E1C0F.


Background Color

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

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

This div background color is #0E1C0F.


Border color

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

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

This div border color is #0E1C0F.


Opacity

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

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

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

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

This text has shadow with #0E1C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1C0F on black background.


Color preview on white background

This text has color #0E1C0F on white background.



Black color preview on #0E1C0F background

This text has black color on #0E1C0F background.


White color preview on #0E1C0F background

This text has white color on #0E1C0F background.