COLOR #0E0515

HEX: #0E0515
RGB: (14,5,21)

Color info

#0E0515 contains red, green and blue colors in about the same proportion. #0E0515 color is web safe color. It maybe written shortly as #001.

RGB color model

#0E0515 color RGB value is (14,5,21).

  • red value is 14;
  • green value is 5;
  • blue value is 21.
RGB:
(14,5,21)
(5%,2%,8%)

RGB channels and saturation

R 14 of 255 = 5%
G 5 of 255 = 2%
B 21 of 255 = 8%

14
5
21

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

Portions of RGB colors in percentages

R + G + B =
14 + 5 + 21 = 40 (100%)
R 14 of 40 ~ 35%
G 5 of 40 ~ 12.5%
B 21 of 40 ~ 52.5%

%35
%12.5
%52.5

CMYK color model

#0E0515 color CMYK value is (33,76,0,92).

  • cyan value is 33.33%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(33,76,0,92)
C33M76Y0K92 
(33%,76%,0%,92%)
(0.33/0.76/0.00/0.92)	

CMYK percentages

%33.33
%76.19
%0
%91.76

Codes

Color #0E0515 in popluar color models

0E0515
RGB14521
HSL274°61.54%5.10%
HSB/HSV274°76.19%8.24%
CMYK33.33%76.19%0.00%
91.76%

Color #0E0515 in popluar number systems.

HEX0E0515
Decimal14521
Binary111010110101
Octal16525

Shades and tints

Shades of #0E0515

#0E0515
(14,5,21)
#0D0514
(13,5,20)
#0C0513
(12,5,19)
#0B0512
(11,5,18)
#0A0511
(10,5,17)
#090510
(9,5,16)
#08050F
(8,5,15)
#07050E
(7,5,14)
#06050D
(6,5,13)
#05050C
(5,5,12)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #0E0515

#0E0515
(14,5,21)
#231B2A
(35,27,42)
#38313F
(56,49,63)
#4D4754
(77,71,84)
#625D69
(98,93,105)
#77737E
(119,115,126)
#8C8993
(140,137,147)
#A19FA8
(161,159,168)
#B6B5BD
(182,181,189)
#CBCBD2
(203,203,210)
#E0E1E7
(224,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0515; }

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

This text font color is #0E0515.


Background Color

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

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

This div background color is #0E0515.


Border color

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

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

This div border color is #0E0515.


Opacity

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

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

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

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

This text has shadow with #0E0515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0515 on black background.


Color preview on white background

This text has color #0E0515 on white background.



Black color preview on #0E0515 background

This text has black color on #0E0515 background.


White color preview on #0E0515 background

This text has white color on #0E0515 background.