COLOR #0E2128

HEX: #0E2128 RGB: (14,33,40)

Color info

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

RGB color model

#0E2128 color RGB value is (14,33,40).

RGB: (14,33,40) (5%, 13%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 40 of 255 = 16%

14
33
40

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

Portions of RGB colors in percentages

R + G + B = 14 + 33 + 40 = 87 (100%)
R 14 of 87 ~ 16.09%
G 33 of 87 ~ 37.93%
B 40 of 87 ~ 45.98'%

%16.09
%37.93
%45.98

CMYK color model

#0E2128 color CMYK value is (65,18,0,84).

  • cyan value is 65.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (65,18,0,84)
C65M18Y0K84 (65%, 18%, 0%, 84%)
(0.65 / 0.18 / 0.00 / 0.84)

CMYK percentages

%65
%17.5
%0
%84.31

Codes

Color #0E2128 in popluar color models

0E 21 28
RGB 14 33 40
HSL 196° 48.15% 10.59%
HSB/HSV 196° 65.00% 15.69%
CMYK 65.00% 17.50% 0.00%
84.31%

Color #0E2128 in popluar number systems.

HEX 0E 21 28
Decimal 14 33 40
Binary 1110 100001 101000
Octal 16 41 50

Shades and tints

Shades of #0E2128

#0E2128
(14,33,40)
#0D1E25
(13,30,37)
#0C1B22
(12,27,34)
#0B181F
(11,24,31)
#0A151C
(10,21,28)
#091219
(9,18,25)
#080F16
(8,15,22)
#070C13
(7,12,19)
#060910
(6,9,16)
#05060D
(5,6,13)
#04030A
(4,3,10)
#000000
(0,0,0)

Tints of #0E2128

#0E2128
(14,33,40)
#23353B
(35,53,59)
#38494E
(56,73,78)
#4D5D61
(77,93,97)
#627174
(98,113,116)
#778587
(119,133,135)
#8C999A
(140,153,154)
#A1ADAD
(161,173,173)
#B6C1C0
(182,193,192)
#CBD5D3
(203,213,211)
#E0E9E6
(224,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2128; }

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

This text font color is #0E2128.

Background Color

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

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

This div background color is #0E2128.

Border color

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

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

This div border color is #0E2128.

Opacity

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

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

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

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

This text has shadow with #0E2128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2128.

Preview

Color preview on black background

This text has color #0E2128 on black background.


Color preview on white background

This text has color #0E2128 on white background.


Black color preview on #0E2128 background

This text has black color on #0E2128 background.


White color preview on #0E2128 background

This text has white color on #0E2128 background.


Related colors

Complementary color

Complementary color for #hex is #F1DED7.


I love getcolorcode.com

Triadic colors

1 #280E21 and #21280E with #0E2128 are triadic colors.

2 #28210E and #210E28 with #0E2128 are triadic colors.