COLOR #0E1513

HEX: #0E1513
RGB: (14,21,19)

Color info

#0E1513 contains red, green and blue colors in about the same proportion. #0E1513 color is web safe color. It maybe written shortly as #011.

RGB color model

#0E1513 color RGB value is (14,21,19).

  • red value is 14;
  • green value is 21;
  • blue value is 19.
RGB:
(14,21,19)
(5%,8%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 19 of 255 = 7%

14
21
19

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

Portions of RGB colors in percentages

R + G + B =
14 + 21 + 19 = 54 (100%)
R 14 of 54 ~ 25.93%
G 21 of 54 ~ 38.89%
B 19 of 54 ~ 35.19%

%25.93
%38.89
%35.19

CMYK color model

#0E1513 color CMYK value is (33,0,10,92).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(33,0,10,92)
C33M0Y10K92 
(33%,0%,10%,92%)
(0.33/0.00/0.10/0.92)	

CMYK percentages

%33.33
%0
%9.52
%91.76

Codes

Color #0E1513 in popluar color models

0E1513
RGB142119
HSL163°20.00%6.86%
HSB/HSV163°33.33%8.24%
CMYK33.33%0.00%9.52%
91.76%

Color #0E1513 in popluar number systems.

HEX0E1513
Decimal142119
Binary11101010110011
Octal162523

Shades and tints

Shades of #0E1513

#0E1513
(14,21,19)
#0D1412
(13,20,18)
#0C1311
(12,19,17)
#0B1210
(11,18,16)
#0A110F
(10,17,15)
#09100E
(9,16,14)
#080F0D
(8,15,13)
#070E0C
(7,14,12)
#060D0B
(6,13,11)
#050C0A
(5,12,10)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #0E1513

#0E1513
(14,21,19)
#232A28
(35,42,40)
#383F3D
(56,63,61)
#4D5452
(77,84,82)
#626967
(98,105,103)
#777E7C
(119,126,124)
#8C9391
(140,147,145)
#A1A8A6
(161,168,166)
#B6BDBB
(182,189,187)
#CBD2D0
(203,210,208)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1513 color. Also use rgb(14,21,19) instead hex code.

Text Font Color

.myTextColor { color: #0E1513; }

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

This text font color is #0E1513.


Background Color

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

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

This div background color is #0E1513.


Border color

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

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

This div border color is #0E1513.


Opacity

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

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

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

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

This text has shadow with #0E1513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1513 on black background.


Color preview on white background

This text has color #0E1513 on white background.



Black color preview on #0E1513 background

This text has black color on #0E1513 background.


White color preview on #0E1513 background

This text has white color on #0E1513 background.