COLOR #0E241C

HEX: #0E241C RGB: (14,36,28)

Color info

#0E241C contains red, green and blue colors in about the same proportion. Web safe color of #0E241C is #003333 (or #033).

RGB color model

#0E241C color RGB value is (14,36,28).

RGB: (14,36,28) (5%, 14%, 11%)

RGB channels and saturation

R 14 of 255 = 5%
G 36 of 255 = 14%
B 28 of 255 = 11%

14
36
28

R + G + B ~ 10%. #0E241C is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 36 + 28 = 78 (100%)
R 14 of 78 ~ 17.95%
G 36 of 78 ~ 46.15%
B 28 of 78 ~ 35.9'%

%17.95
%46.15
%35.9

CMYK color model

#0E241C color CMYK value is (61,0,22,86).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 85.88%

CMYK: (61,0,22,86)
C61M0Y22K86 (61%, 0%, 22%, 86%)
(0.61 / 0.00 / 0.22 / 0.86)

CMYK percentages

%61.11
%0
%22.22
%85.88

Codes

Color #0E241C in popluar color models

0E 24 1C
RGB 14 36 28
HSL 158° 44.00% 9.80%
HSB/HSV 158° 61.11% 14.12%
CMYK 61.11% 0.00% 22.22%
85.88%

Color #0E241C in popluar number systems.

HEX 0E 24 1C
Decimal 14 36 28
Binary 1110 100100 11100
Octal 16 44 34

Shades and tints

Shades of #0E241C

#0E241C
(14,36,28)
#0D211A
(13,33,26)
#0C1E18
(12,30,24)
#0B1B16
(11,27,22)
#0A1814
(10,24,20)
#091512
(9,21,18)
#081210
(8,18,16)
#070F0E
(7,15,14)
#060C0C
(6,12,12)
#05090A
(5,9,10)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #0E241C

#0E241C
(14,36,28)
#233730
(35,55,48)
#384A44
(56,74,68)
#4D5D58
(77,93,88)
#62706C
(98,112,108)
#778380
(119,131,128)
#8C9694
(140,150,148)
#A1A9A8
(161,169,168)
#B6BCBC
(182,188,188)
#CBCFD0
(203,207,208)
#E0E2E4
(224,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E241C color. Also use rgb(14,36,28) instead hex code.

Text Font Color

.myTextColor { color: #0E241C; }

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

This text font color is #0E241C.

Background Color

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

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

This div background color is #0E241C.

Border color

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

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

This div border color is #0E241C.

Opacity

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

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

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

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

This text has shadow with #0E241C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E241C.

Preview

Color preview on black background

This text has color #0E241C on black background.


Color preview on white background

This text has color #0E241C on white background.


Black color preview on #0E241C background

This text has black color on #0E241C background.


White color preview on #0E241C background

This text has white color on #0E241C background.


Related colors

Complementary color

Complementary color for #hex is #F1DBE3.


I love getcolorcode.com

Triadic colors

1 #1C0E24 and #241C0E with #0E241C are triadic colors.

2 #1C240E and #240E1C with #0E241C are triadic colors.