COLOR #0E1505

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

Color info

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

RGB color model

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

RGB: (14,21,5) (5%, 8%, 2%)

RGB channels and saturation

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

14
21
5

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

Portions of RGB colors in percentages

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

%35
%52.5
%12.5

CMYK color model

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

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

CMYK: (33,0,76,92)
C33M0Y76K92 (33%, 0%, 76%, 92%)
(0.33 / 0.00 / 0.76 / 0.92)

CMYK percentages

%33.33
%0
%76.19
%91.76

Codes

Color #0E1505 in popluar color models

0E 15 05
RGB 14 21 5
HSL 86° 61.54% 5.10%
HSB/HSV 86° 76.19% 8.24%
CMYK 33.33% 0.00% 76.19%
91.76%

Color #0E1505 in popluar number systems.

HEX 0E 15 05
Decimal 14 21 5
Binary 1110 10101 101
Octal 16 25 5

Shades and tints

Shades of #0E1505

#0E1505
(14,21,5)
#0D1405
(13,20,5)
#0C1305
(12,19,5)
#0B1205
(11,18,5)
#0A1105
(10,17,5)
#091005
(9,16,5)
#080F05
(8,15,5)
#070E05
(7,14,5)
#060D05
(6,13,5)
#050C05
(5,12,5)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #0E1505

#0E1505
(14,21,5)
#232A1B
(35,42,27)
#383F31
(56,63,49)
#4D5447
(77,84,71)
#62695D
(98,105,93)
#777E73
(119,126,115)
#8C9389
(140,147,137)
#A1A89F
(161,168,159)
#B6BDB5
(182,189,181)
#CBD2CB
(203,210,203)
#E0E7E1
(224,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1505; }

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

This text font color is #0E1505.

Background Color

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

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

This div background color is #0E1505.

Border color

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

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

This div border color is #0E1505.

Opacity

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

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

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

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

This text has shadow with #0E1505 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1505.

Preview

Color preview on black background

This text has color #0E1505 on black background.


Color preview on white background

This text has color #0E1505 on white background.


Black color preview on #0E1505 background

This text has black color on #0E1505 background.


White color preview on #0E1505 background

This text has white color on #0E1505 background.


Related colors

Complementary color

Complementary color for #hex is #F1EAFA.


I love getcolorcode.com

Triadic colors

1 #050E15 and #15050E with #0E1505 are triadic colors.

2 #05150E and #150E05 with #0E1505 are triadic colors.