COLOR #0E1D26

HEX: #0E1D26
RGB: (14,29,38)

Color info

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

RGB color model

#0E1D26 color RGB value is (14,29,38).

  • red value is 14;
  • green value is 29;
  • blue value is 38.
RGB:
(14,29,38)
(5%,11%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 38 of 255 = 15%

14
29
38

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

Portions of RGB colors in percentages

R + G + B =
14 + 29 + 38 = 81 (100%)
R 14 of 81 ~ 17.28%
G 29 of 81 ~ 35.8%
B 38 of 81 ~ 46.91%

%17.28
%35.8
%46.91

CMYK color model

#0E1D26 color CMYK value is (63,24,0,85).

  • cyan value is 63.16%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(63,24,0,85)
C63M24Y0K85 
(63%,24%,0%,85%)
(0.63/0.24/0.00/0.85)	

CMYK percentages

%63.16
%23.68
%0
%85.1

Codes

Color #0E1D26 in popluar color models

0E1D26
RGB142938
HSL203°46.15%10.20%
HSB/HSV203°63.16%14.90%
CMYK63.16%23.68%0.00%
85.10%

Color #0E1D26 in popluar number systems.

HEX0E1D26
Decimal142938
Binary111011101100110
Octal163546

Shades and tints

Shades of #0E1D26

#0E1D26
(14,29,38)
#0D1B23
(13,27,35)
#0C1920
(12,25,32)
#0B171D
(11,23,29)
#0A151A
(10,21,26)
#091317
(9,19,23)
#081114
(8,17,20)
#070F11
(7,15,17)
#060D0E
(6,13,14)
#050B0B
(5,11,11)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #0E1D26

#0E1D26
(14,29,38)
#233139
(35,49,57)
#38454C
(56,69,76)
#4D595F
(77,89,95)
#626D72
(98,109,114)
#778185
(119,129,133)
#8C9598
(140,149,152)
#A1A9AB
(161,169,171)
#B6BDBE
(182,189,190)
#CBD1D1
(203,209,209)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1D26; }

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

This text font color is #0E1D26.


Background Color

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

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

This div background color is #0E1D26.


Border color

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

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

This div border color is #0E1D26.


Opacity

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

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

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

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

This text has shadow with #0E1D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1D26 on black background.


Color preview on white background

This text has color #0E1D26 on white background.



Black color preview on #0E1D26 background

This text has black color on #0E1D26 background.


White color preview on #0E1D26 background

This text has white color on #0E1D26 background.