COLOR #0E2015

HEX: #0E2015 RGB: (14,32,21)

Color info

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

RGB color model

#0E2015 color RGB value is (14,32,21).

RGB: (14,32,21) (5%, 13%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 21 of 255 = 8%

14
32
21

R + G + B ~ 9%. #0E2015 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 32 + 21 = 67 (100%)
R 14 of 67 ~ 20.9%
G 32 of 67 ~ 47.76%
B 21 of 67 ~ 31.34'%

%20.9
%47.76
%31.34

CMYK color model

#0E2015 color CMYK value is (56,0,34,87).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 87.45%

CMYK: (56,0,34,87)
C56M0Y34K87 (56%, 0%, 34%, 87%)
(0.56 / 0.00 / 0.34 / 0.87)

CMYK percentages

%56.25
%0
%34.38
%87.45

Codes

Color #0E2015 in popluar color models

0E 20 15
RGB 14 32 21
HSL 143° 39.13% 9.02%
HSB/HSV 143° 56.25% 12.55%
CMYK 56.25% 0.00% 34.38%
87.45%

Color #0E2015 in popluar number systems.

HEX 0E 20 15
Decimal 14 32 21
Binary 1110 100000 10101
Octal 16 40 25

Shades and tints

Shades of #0E2015

#0E2015
(14,32,21)
#0D1E14
(13,30,20)
#0C1C13
(12,28,19)
#0B1A12
(11,26,18)
#0A1811
(10,24,17)
#091610
(9,22,16)
#08140F
(8,20,15)
#07120E
(7,18,14)
#06100D
(6,16,13)
#050E0C
(5,14,12)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #0E2015

#0E2015
(14,32,21)
#23342A
(35,52,42)
#38483F
(56,72,63)
#4D5C54
(77,92,84)
#627069
(98,112,105)
#77847E
(119,132,126)
#8C9893
(140,152,147)
#A1ACA8
(161,172,168)
#B6C0BD
(182,192,189)
#CBD4D2
(203,212,210)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2015; }

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

This text font color is #0E2015.

Background Color

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

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

This div background color is #0E2015.

Border color

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

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

This div border color is #0E2015.

Opacity

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

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

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

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

This text has shadow with #0E2015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2015.

Preview

Color preview on black background

This text has color #0E2015 on black background.


Color preview on white background

This text has color #0E2015 on white background.


Black color preview on #0E2015 background

This text has black color on #0E2015 background.


White color preview on #0E2015 background

This text has white color on #0E2015 background.


Related colors

Complementary color

Complementary color for #hex is #F1DFEA.


I love getcolorcode.com

Triadic colors

1 #150E20 and #20150E with #0E2015 are triadic colors.

2 #15200E and #200E15 with #0E2015 are triadic colors.