COLOR #0E1200

HEX: #0E1200
RGB: (14,18,0)

Color info

#0E1200 contains only red and green colors. #0E1200 color is web safe color. It maybe written shortly as #010.

RGB color model

#0E1200 color RGB value is (14,18,0).

  • red value is 14;
  • green value is 18;
  • blue value is 0.
RGB:
(14,18,0)
(5%,7%,0%)

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 0 of 255 = 0%

14
18
0

R + G + B ~ 4%. #0E1200 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 0 = 32 (100%)
R 14 of 32 ~ 43.75%
G 18 of 32 ~ 56.25%
B 0 of 32 ~ 0%

%43.75
%56.25

CMYK color model

#0E1200 color CMYK value is (22,0,100,93).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.94%
CMYK:
(22,0,100,93)
C22M0Y100K93 
(22%,0%,100%,93%)
(0.22/0.00/1.00/0.93)	

CMYK percentages

%22.22
%0
%100
%92.94

Codes

Color #0E1200 in popluar color models

0E1200
RGB14180
HSL73°100.00%3.53%
HSB/HSV73°100.00%7.06%
CMYK22.22%0.00%100.00%
92.94%

Color #0E1200 in popluar number systems.

HEX0E1200
Decimal14180
Binary1110100100
Octal16220

Shades and tints

Shades of #0E1200

#0E1200
(14,18,0)
#0D1100
(13,17,0)
#0C1000
(12,16,0)
#0B0F00
(11,15,0)
#0A0E00
(10,14,0)
#090D00
(9,13,0)
#080C00
(8,12,0)
#070B00
(7,11,0)
#060A00
(6,10,0)
#050900
(5,9,0)
#040800
(4,8,0)
#000000
(0,0,0)

Tints of #0E1200

#0E1200
(14,18,0)
#232717
(35,39,23)
#383C2E
(56,60,46)
#4D5145
(77,81,69)
#62665C
(98,102,92)
#777B73
(119,123,115)
#8C908A
(140,144,138)
#A1A5A1
(161,165,161)
#B6BAB8
(182,186,184)
#CBCFCF
(203,207,207)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1200; }

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

This text font color is #0E1200.


Background Color

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

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

This div background color is #0E1200.


Border color

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

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

This div border color is #0E1200.


Opacity

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

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

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

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

This text has shadow with #0E1200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1200 on black background.


Color preview on white background

This text has color #0E1200 on white background.



Black color preview on #0E1200 background

This text has black color on #0E1200 background.


White color preview on #0E1200 background

This text has white color on #0E1200 background.