COLOR #0E1F11

HEX: #0E1F11
RGB: (14,31,17)

Color info

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

RGB color model

#0E1F11 color RGB value is (14,31,17).

  • red value is 14;
  • green value is 31;
  • blue value is 17.
RGB:
(14,31,17)
(5%,12%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 17 of 255 = 7%

14
31
17

R + G + B ~ 8%. #0E1F11 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 31 + 17 = 62 (100%)
R 14 of 62 ~ 22.58%
G 31 of 62 ~ 50%
B 17 of 62 ~ 27.42%

%22.58
%50
%27.42

CMYK color model

#0E1F11 color CMYK value is (55,0,45,88).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 87.84%
CMYK:
(55,0,45,88)
C55M0Y45K88 
(55%,0%,45%,88%)
(0.55/0.00/0.45/0.88)	

CMYK percentages

%54.84
%0
%45.16
%87.84

Codes

Color #0E1F11 in popluar color models

0E1F11
RGB143117
HSL131°37.78%8.82%
HSB/HSV131°54.84%12.16%
CMYK54.84%0.00%45.16%
87.84%

Color #0E1F11 in popluar number systems.

HEX0E1F11
Decimal143117
Binary11101111110001
Octal163721

Shades and tints

Shades of #0E1F11

#0E1F11
(14,31,17)
#0D1D10
(13,29,16)
#0C1B0F
(12,27,15)
#0B190E
(11,25,14)
#0A170D
(10,23,13)
#09150C
(9,21,12)
#08130B
(8,19,11)
#07110A
(7,17,10)
#060F09
(6,15,9)
#050D08
(5,13,8)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #0E1F11

#0E1F11
(14,31,17)
#233326
(35,51,38)
#38473B
(56,71,59)
#4D5B50
(77,91,80)
#626F65
(98,111,101)
#77837A
(119,131,122)
#8C978F
(140,151,143)
#A1ABA4
(161,171,164)
#B6BFB9
(182,191,185)
#CBD3CE
(203,211,206)
#E0E7E3
(224,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1F11 color. Also use rgb(14,31,17) instead hex code.

Text Font Color

.myTextColor { color: #0E1F11; }

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

This text font color is #0E1F11.


Background Color

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

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

This div background color is #0E1F11.


Border color

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

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

This div border color is #0E1F11.


Opacity

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

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

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

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

This text has shadow with #0E1F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1F11 on black background.


Color preview on white background

This text has color #0E1F11 on white background.



Black color preview on #0E1F11 background

This text has black color on #0E1F11 background.


White color preview on #0E1F11 background

This text has white color on #0E1F11 background.