COLOR #0E150A

HEX: #0E150A RGB: (14,21,10)

Color info

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

RGB color model

#0E150A color RGB value is (14,21,10).

RGB: (14,21,10) (5%, 8%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 10 of 255 = 4%

14
21
10

R + G + B ~ 6%. #0E150A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 21 + 10 = 45 (100%)
R 14 of 45 ~ 31.11%
G 21 of 45 ~ 46.67%
B 10 of 45 ~ 22.22'%

%31.11
%46.67
%22.22

CMYK color model

#0E150A color CMYK value is (33,0,52,92).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%

CMYK: (33,0,52,92)
C33M0Y52K92 (33%, 0%, 52%, 92%)
(0.33 / 0.00 / 0.52 / 0.92)

CMYK percentages

%33.33
%0
%52.38
%91.76

Codes

Color #0E150A in popluar color models

0E 15 0A
RGB 14 21 10
HSL 98° 35.48% 6.08%
HSB/HSV 98° 52.38% 8.24%
CMYK 33.33% 0.00% 52.38%
91.76%

Color #0E150A in popluar number systems.

HEX 0E 15 0A
Decimal 14 21 10
Binary 1110 10101 1010
Octal 16 25 12

Shades and tints

Shades of #0E150A

#0E150A
(14,21,10)
#0D140A
(13,20,10)
#0C130A
(12,19,10)
#0B120A
(11,18,10)
#0A110A
(10,17,10)
#09100A
(9,16,10)
#080F0A
(8,15,10)
#070E0A
(7,14,10)
#060D0A
(6,13,10)
#050C0A
(5,12,10)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E150A

#0E150A
(14,21,10)
#232A20
(35,42,32)
#383F36
(56,63,54)
#4D544C
(77,84,76)
#626962
(98,105,98)
#777E78
(119,126,120)
#8C938E
(140,147,142)
#A1A8A4
(161,168,164)
#B6BDBA
(182,189,186)
#CBD2D0
(203,210,208)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E150A; }

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

This text font color is #0E150A.

Background Color

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

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

This div background color is #0E150A.

Border color

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

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

This div border color is #0E150A.

Opacity

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

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

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

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

This text has shadow with #0E150A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E150A.

Preview

Color preview on black background

This text has color #0E150A on black background.


Color preview on white background

This text has color #0E150A on white background.


Black color preview on #0E150A background

This text has black color on #0E150A background.


White color preview on #0E150A background

This text has white color on #0E150A background.


Related colors

Complementary color

Complementary color for #hex is #F1EAF5.


I love getcolorcode.com

Triadic colors

1 #0A0E15 and #150A0E with #0E150A are triadic colors.

2 #0A150E and #150E0A with #0E150A are triadic colors.