COLOR #0E190C

HEX: #0E190C
RGB: (14,25,12)

Color info

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

RGB color model

#0E190C color RGB value is (14,25,12).

  • red value is 14;
  • green value is 25;
  • blue value is 12.
RGB:
(14,25,12)
(5%,10%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 12 of 255 = 5%

14
25
12

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

Portions of RGB colors in percentages

R + G + B =
14 + 25 + 12 = 51 (100%)
R 14 of 51 ~ 27.45%
G 25 of 51 ~ 49.02%
B 12 of 51 ~ 23.53%

%27.45
%49.02
%23.53

CMYK color model

#0E190C color CMYK value is (44,0,52,90).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 90.20%
CMYK:
(44,0,52,90)
C44M0Y52K90 
(44%,0%,52%,90%)
(0.44/0.00/0.52/0.90)	

CMYK percentages

%44
%0
%52
%90.2

Codes

Color #0E190C in popluar color models

0E190C
RGB142512
HSL111°35.14%7.25%
HSB/HSV111°52.00%9.80%
CMYK44.00%0.00%52.00%
90.20%

Color #0E190C in popluar number systems.

HEX0E190C
Decimal142512
Binary1110110011100
Octal163114

Shades and tints

Shades of #0E190C

#0E190C
(14,25,12)
#0D170B
(13,23,11)
#0C150A
(12,21,10)
#0B1309
(11,19,9)
#0A1108
(10,17,8)
#090F07
(9,15,7)
#080D06
(8,13,6)
#070B05
(7,11,5)
#060904
(6,9,4)
#050703
(5,7,3)
#040502
(4,5,2)
#000000
(0,0,0)

Tints of #0E190C

#0E190C
(14,25,12)
#232D22
(35,45,34)
#384138
(56,65,56)
#4D554E
(77,85,78)
#626964
(98,105,100)
#777D7A
(119,125,122)
#8C9190
(140,145,144)
#A1A5A6
(161,165,166)
#B6B9BC
(182,185,188)
#CBCDD2
(203,205,210)
#E0E1E8
(224,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E190C color. Also use rgb(14,25,12) instead hex code.

Text Font Color

.myTextColor { color: #0E190C; }

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

This text font color is #0E190C.


Background Color

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

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

This div background color is #0E190C.


Border color

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

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

This div border color is #0E190C.


Opacity

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

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

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

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

This text has shadow with #0E190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E190C on black background.


Color preview on white background

This text has color #0E190C on white background.



Black color preview on #0E190C background

This text has black color on #0E190C background.


White color preview on #0E190C background

This text has white color on #0E190C background.