COLOR #0E2636

HEX: #0E2636 RGB: (14,38,54)

Color info

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

RGB color model

#0E2636 color RGB value is (14,38,54).

RGB: (14,38,54) (5%, 15%, 21%)

RGB channels and saturation

R 14 of 255 = 5%
G 38 of 255 = 15%
B 54 of 255 = 21%

14
38
54

R + G + B ~ 14%. #0E2636 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 38 + 54 = 106 (100%)
R 14 of 106 ~ 13.21%
G 38 of 106 ~ 35.85%
B 54 of 106 ~ 50.94'%

%13.21
%35.85
%50.94

CMYK color model

#0E2636 color CMYK value is (74,30,0,79).

  • cyan value is 74.07%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (74,30,0,79)
C74M30Y0K79 (74%, 30%, 0%, 79%)
(0.74 / 0.30 / 0.00 / 0.79)

CMYK percentages

%74.07
%29.63
%0
%78.82

Codes

Color #0E2636 in popluar color models

0E 26 36
RGB 14 38 54
HSL 204° 58.82% 13.33%
HSB/HSV 204° 74.07% 21.18%
CMYK 74.07% 29.63% 0.00%
78.82%

Color #0E2636 in popluar number systems.

HEX 0E 26 36
Decimal 14 38 54
Binary 1110 100110 110110
Octal 16 46 66

Shades and tints

Shades of #0E2636

#0E2636
(14,38,54)
#0D2332
(13,35,50)
#0C202E
(12,32,46)
#0B1D2A
(11,29,42)
#0A1A26
(10,26,38)
#091722
(9,23,34)
#08141E
(8,20,30)
#07111A
(7,17,26)
#060E16
(6,14,22)
#050B12
(5,11,18)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #0E2636

#0E2636
(14,38,54)
#233948
(35,57,72)
#384C5A
(56,76,90)
#4D5F6C
(77,95,108)
#62727E
(98,114,126)
#778590
(119,133,144)
#8C98A2
(140,152,162)
#A1ABB4
(161,171,180)
#B6BEC6
(182,190,198)
#CBD1D8
(203,209,216)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2636; }

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

This text font color is #0E2636.

Background Color

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

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

This div background color is #0E2636.

Border color

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

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

This div border color is #0E2636.

Opacity

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

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

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

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

This text has shadow with #0E2636 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2636.

Preview

Color preview on black background

This text has color #0E2636 on black background.


Color preview on white background

This text has color #0E2636 on white background.


Black color preview on #0E2636 background

This text has black color on #0E2636 background.


White color preview on #0E2636 background

This text has white color on #0E2636 background.


Related colors

Complementary color

Complementary color for #hex is #F1D9C9.


I love getcolorcode.com

Triadic colors

1 #360E26 and #26360E with #0E2636 are triadic colors.

2 #36260E and #260E36 with #0E2636 are triadic colors.