COLOR #0E0C10

HEX: #0E0C10 RGB: (14,12,16)

Color info

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

RGB color model

#0E0C10 color RGB value is (14,12,16).

RGB: (14,12,16) (5%, 5%, 6%)

RGB channels and saturation

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

14
12
16

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

Portions of RGB colors in percentages

R + G + B = 14 + 12 + 16 = 42 (100%)
R 14 of 42 ~ 33.33%
G 12 of 42 ~ 28.57%
B 16 of 42 ~ 38.1'%

%33.33
%28.57
%38.1

CMYK color model

#0E0C10 color CMYK value is (13,25,0,94).

  • cyan value is 12.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (13,25,0,94)
C13M25Y0K94 (13%, 25%, 0%, 94%)
(0.13 / 0.25 / 0.00 / 0.94)

CMYK percentages

%12.5
%25
%0
%93.73

Codes

Color #0E0C10 in popluar color models

0E 0C 10
RGB 14 12 16
HSL 270° 14.29% 5.49%
HSB/HSV 270° 25.00% 6.27%
CMYK 12.50% 25.00% 0.00%
93.73%

Color #0E0C10 in popluar number systems.

HEX 0E 0C 10
Decimal 14 12 16
Binary 1110 1100 10000
Octal 16 14 20

Shades and tints

Shades of #0E0C10

#0E0C10
(14,12,16)
#0D0B0F
(13,11,15)
#0C0A0E
(12,10,14)
#0B090D
(11,9,13)
#0A080C
(10,8,12)
#09070B
(9,7,11)
#08060A
(8,6,10)
#070509
(7,5,9)
#060408
(6,4,8)
#050307
(5,3,7)
#040206
(4,2,6)
#000000
(0,0,0)

Tints of #0E0C10

#0E0C10
(14,12,16)
#232225
(35,34,37)
#38383A
(56,56,58)
#4D4E4F
(77,78,79)
#626464
(98,100,100)
#777A79
(119,122,121)
#8C908E
(140,144,142)
#A1A6A3
(161,166,163)
#B6BCB8
(182,188,184)
#CBD2CD
(203,210,205)
#E0E8E2
(224,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C10; }

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

This text font color is #0E0C10.

Background Color

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

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

This div background color is #0E0C10.

Border color

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

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

This div border color is #0E0C10.

Opacity

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

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

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

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

This text has shadow with #0E0C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0C10.

Preview

Color preview on black background

This text has color #0E0C10 on black background.


Color preview on white background

This text has color #0E0C10 on white background.


Black color preview on #0E0C10 background

This text has black color on #0E0C10 background.


White color preview on #0E0C10 background

This text has white color on #0E0C10 background.


Related colors

Complementary color

Complementary color for #hex is #F1F3EF.


I love getcolorcode.com

Triadic colors

1 #100E0C and #0C100E with #0E0C10 are triadic colors.

2 #100C0E and #0C0E10 with #0E0C10 are triadic colors.