COLOR #0E1C22

HEX: #0E1C22 RGB: (14,28,34)

Color info

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

RGB color model

#0E1C22 color RGB value is (14,28,34).

RGB: (14,28,34) (5%, 11%, 13%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 34 of 255 = 13%

14
28
34

R + G + B ~ 10%. #0E1C22 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 28 + 34 = 76 (100%)
R 14 of 76 ~ 18.42%
G 28 of 76 ~ 36.84%
B 34 of 76 ~ 44.74'%

%18.42
%36.84
%44.74

CMYK color model

#0E1C22 color CMYK value is (59,18,0,87).

  • cyan value is 58.82%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 86.67%

CMYK: (59,18,0,87)
C59M18Y0K87 (59%, 18%, 0%, 87%)
(0.59 / 0.18 / 0.00 / 0.87)

CMYK percentages

%58.82
%17.65
%0
%86.67

Codes

Color #0E1C22 in popluar color models

0E 1C 22
RGB 14 28 34
HSL 198° 41.67% 9.41%
HSB/HSV 198° 58.82% 13.33%
CMYK 58.82% 17.65% 0.00%
86.67%

Color #0E1C22 in popluar number systems.

HEX 0E 1C 22
Decimal 14 28 34
Binary 1110 11100 100010
Octal 16 34 42

Shades and tints

Shades of #0E1C22

#0E1C22
(14,28,34)
#0D1A1F
(13,26,31)
#0C181C
(12,24,28)
#0B1619
(11,22,25)
#0A1416
(10,20,22)
#091213
(9,18,19)
#081010
(8,16,16)
#070E0D
(7,14,13)
#060C0A
(6,12,10)
#050A07
(5,10,7)
#040804
(4,8,4)
#000000
(0,0,0)

Tints of #0E1C22

#0E1C22
(14,28,34)
#233036
(35,48,54)
#38444A
(56,68,74)
#4D585E
(77,88,94)
#626C72
(98,108,114)
#778086
(119,128,134)
#8C949A
(140,148,154)
#A1A8AE
(161,168,174)
#B6BCC2
(182,188,194)
#CBD0D6
(203,208,214)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C22; }

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

This text font color is #0E1C22.

Background Color

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

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

This div background color is #0E1C22.

Border color

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

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

This div border color is #0E1C22.

Opacity

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

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

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

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

This text has shadow with #0E1C22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1C22.

Preview

Color preview on black background

This text has color #0E1C22 on black background.


Color preview on white background

This text has color #0E1C22 on white background.


Black color preview on #0E1C22 background

This text has black color on #0E1C22 background.


White color preview on #0E1C22 background

This text has white color on #0E1C22 background.


Related colors

Complementary color

Complementary color for #hex is #F1E3DD.


I love getcolorcode.com

Triadic colors

1 #220E1C and #1C220E with #0E1C22 are triadic colors.

2 #221C0E and #1C0E22 with #0E1C22 are triadic colors.