COLOR #0E2127

HEX: #0E2127
RGB: (14,33,39)

Color info

#0E2127 contains red, green and blue colors in about the same proportion. Web safe color of #0E2127 is #003333 (or #033).

RGB color model

#0E2127 color RGB value is (14,33,39).

  • red value is 14;
  • green value is 33;
  • blue value is 39.
RGB:
(14,33,39)
(5%,13%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 39 of 255 = 15%

14
33
39

R + G + B ~ 11%. #0E2127 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 39 = 86 (100%)
R 14 of 86 ~ 16.28%
G 33 of 86 ~ 38.37%
B 39 of 86 ~ 45.35%

%16.28
%38.37
%45.35

CMYK color model

#0E2127 color CMYK value is (64,15,0,85).

  • cyan value is 64.10%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(64,15,0,85)
C64M15Y0K85 
(64%,15%,0%,85%)
(0.64/0.15/0.00/0.85)	

CMYK percentages

%64.1
%15.38
%0
%84.71

Codes

Color #0E2127 in popluar color models

0E2127
RGB143339
HSL194°47.17%10.39%
HSB/HSV194°64.10%15.29%
CMYK64.10%15.38%0.00%
84.71%

Color #0E2127 in popluar number systems.

HEX0E2127
Decimal143339
Binary1110100001100111
Octal164147

Shades and tints

Shades of #0E2127

#0E2127
(14,33,39)
#0D1E24
(13,30,36)
#0C1B21
(12,27,33)
#0B181E
(11,24,30)
#0A151B
(10,21,27)
#091218
(9,18,24)
#080F15
(8,15,21)
#070C12
(7,12,18)
#06090F
(6,9,15)
#05060C
(5,6,12)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #0E2127

#0E2127
(14,33,39)
#23353A
(35,53,58)
#38494D
(56,73,77)
#4D5D60
(77,93,96)
#627173
(98,113,115)
#778586
(119,133,134)
#8C9999
(140,153,153)
#A1ADAC
(161,173,172)
#B6C1BF
(182,193,191)
#CBD5D2
(203,213,210)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2127; }

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

This text font color is #0E2127.


Background Color

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

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

This div background color is #0E2127.


Border color

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

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

This div border color is #0E2127.


Opacity

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

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

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

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

This text has shadow with #0E2127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2127 on black background.


Color preview on white background

This text has color #0E2127 on white background.



Black color preview on #0E2127 background

This text has black color on #0E2127 background.


White color preview on #0E2127 background

This text has white color on #0E2127 background.