COLOR #0E1C05

HEX: #0E1C05
RGB: (14,28,5)

Color info

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

RGB color model

#0E1C05 color RGB value is (14,28,5).

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

RGB channels and saturation

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

14
28
5

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

Portions of RGB colors in percentages

R + G + B =
14 + 28 + 5 = 47 (100%)
R 14 of 47 ~ 29.79%
G 28 of 47 ~ 59.57%
B 5 of 47 ~ 10.64%

%29.79
%59.57
%10.64

CMYK color model

#0E1C05 color CMYK value is (50,0,82,89).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 89.02%
CMYK:
(50,0,82,89)
C50M0Y82K89 
(50%,0%,82%,89%)
(0.50/0.00/0.82/0.89)	

CMYK percentages

%50
%0
%82.14
%89.02

Codes

Color #0E1C05 in popluar color models

0E1C05
RGB14285
HSL97°69.70%6.47%
HSB/HSV97°82.14%10.98%
CMYK50.00%0.00%82.14%
89.02%

Color #0E1C05 in popluar number systems.

HEX0E1C05
Decimal14285
Binary111011100101
Octal16345

Shades and tints

Shades of #0E1C05

#0E1C05
(14,28,5)
#0D1A05
(13,26,5)
#0C1805
(12,24,5)
#0B1605
(11,22,5)
#0A1405
(10,20,5)
#091205
(9,18,5)
#081005
(8,16,5)
#070E05
(7,14,5)
#060C05
(6,12,5)
#050A05
(5,10,5)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #0E1C05

#0E1C05
(14,28,5)
#23301B
(35,48,27)
#384431
(56,68,49)
#4D5847
(77,88,71)
#626C5D
(98,108,93)
#778073
(119,128,115)
#8C9489
(140,148,137)
#A1A89F
(161,168,159)
#B6BCB5
(182,188,181)
#CBD0CB
(203,208,203)
#E0E4E1
(224,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C05; }

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

This text font color is #0E1C05.


Background Color

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

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

This div background color is #0E1C05.


Border color

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

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

This div border color is #0E1C05.


Opacity

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

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

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

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

This text has shadow with #0E1C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1C05 on black background.


Color preview on white background

This text has color #0E1C05 on white background.



Black color preview on #0E1C05 background

This text has black color on #0E1C05 background.


White color preview on #0E1C05 background

This text has white color on #0E1C05 background.