COLOR #0E100D

HEX: #0E100D
RGB: (14,16,13)

Color info

#0E100D contains red, green and blue colors in about the same proportion. Web safe color of #0E100D is #000000 (or #000).

RGB color model

#0E100D color RGB value is (14,16,13).

  • red value is 14;
  • green value is 16;
  • blue value is 13.
RGB:
(14,16,13)
(5%,6%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 16 of 255 = 6%
B 13 of 255 = 5%

14
16
13

R + G + B ~ 5%. #0E100D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 16 + 13 = 43 (100%)
R 14 of 43 ~ 32.56%
G 16 of 43 ~ 37.21%
B 13 of 43 ~ 30.23%

%32.56
%37.21
%30.23

CMYK color model

#0E100D color CMYK value is (13,0,19,94).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 93.73%
CMYK:
(13,0,19,94)
C13M0Y19K94 
(13%,0%,19%,94%)
(0.13/0.00/0.19/0.94)	

CMYK percentages

%12.5
%0
%18.75
%93.73

Codes

Color #0E100D in popluar color models

0E100D
RGB141613
HSL100°10.34%5.69%
HSB/HSV100°18.75%6.27%
CMYK12.50%0.00%18.75%
93.73%

Color #0E100D in popluar number systems.

HEX0E100D
Decimal141613
Binary1110100001101
Octal162015

Shades and tints

Shades of #0E100D

#0E100D
(14,16,13)
#0D0F0C
(13,15,12)
#0C0E0B
(12,14,11)
#0B0D0A
(11,13,10)
#0A0C09
(10,12,9)
#090B08
(9,11,8)
#080A07
(8,10,7)
#070906
(7,9,6)
#060805
(6,8,5)
#050704
(5,7,4)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #0E100D

#0E100D
(14,16,13)
#232523
(35,37,35)
#383A39
(56,58,57)
#4D4F4F
(77,79,79)
#626465
(98,100,101)
#77797B
(119,121,123)
#8C8E91
(140,142,145)
#A1A3A7
(161,163,167)
#B6B8BD
(182,184,189)
#CBCDD3
(203,205,211)
#E0E2E9
(224,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E100D color. Also use rgb(14,16,13) instead hex code.

Text Font Color

.myTextColor { color: #0E100D; }

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

This text font color is #0E100D.


Background Color

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

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

This div background color is #0E100D.


Border color

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

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

This div border color is #0E100D.


Opacity

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

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

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

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

This text has shadow with #0E100D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E100D on black background.


Color preview on white background

This text has color #0E100D on white background.



Black color preview on #0E100D background

This text has black color on #0E100D background.


White color preview on #0E100D background

This text has white color on #0E100D background.