COLOR #0E2B3A

HEX: #0E2B3A RGB: (14,43,58)

Color info

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

RGB color model

#0E2B3A color RGB value is (14,43,58).

RGB: (14,43,58) (5%, 17%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 58 of 255 = 23%

14
43
58

R + G + B ~ 15%. #0E2B3A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 43 + 58 = 115 (100%)
R 14 of 115 ~ 12.17%
G 43 of 115 ~ 37.39%
B 58 of 115 ~ 50.43'%

%12.17
%37.39
%50.43

CMYK color model

#0E2B3A color CMYK value is (76,26,0,77).

  • cyan value is 75.86%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (76,26,0,77)
C76M26Y0K77 (76%, 26%, 0%, 77%)
(0.76 / 0.26 / 0.00 / 0.77)

CMYK percentages

%75.86
%25.86
%0
%77.25

Codes

Color #0E2B3A in popluar color models

0E 2B 3A
RGB 14 43 58
HSL 200° 61.11% 14.12%
HSB/HSV 200° 75.86% 22.75%
CMYK 75.86% 25.86% 0.00%
77.25%

Color #0E2B3A in popluar number systems.

HEX 0E 2B 3A
Decimal 14 43 58
Binary 1110 101011 111010
Octal 16 53 72

Shades and tints

Shades of #0E2B3A

#0E2B3A
(14,43,58)
#0D2835
(13,40,53)
#0C2530
(12,37,48)
#0B222B
(11,34,43)
#0A1F26
(10,31,38)
#091C21
(9,28,33)
#08191C
(8,25,28)
#071617
(7,22,23)
#061312
(6,19,18)
#05100D
(5,16,13)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #0E2B3A

#0E2B3A
(14,43,58)
#233E4B
(35,62,75)
#38515C
(56,81,92)
#4D646D
(77,100,109)
#62777E
(98,119,126)
#778A8F
(119,138,143)
#8C9DA0
(140,157,160)
#A1B0B1
(161,176,177)
#B6C3C2
(182,195,194)
#CBD6D3
(203,214,211)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2B3A color. Also use rgb(14,43,58) instead hex code.

Text Font Color

.myTextColor { color: #0E2B3A; }

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

This text font color is #0E2B3A.

Background Color

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

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

This div background color is #0E2B3A.

Border color

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

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

This div border color is #0E2B3A.

Opacity

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

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

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

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

This text has shadow with #0E2B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2B3A.

Preview

Color preview on black background

This text has color #0E2B3A on black background.


Color preview on white background

This text has color #0E2B3A on white background.


Black color preview on #0E2B3A background

This text has black color on #0E2B3A background.


White color preview on #0E2B3A background

This text has white color on #0E2B3A background.


Related colors

Complementary color

Complementary color for #hex is #F1D4C5.


I love getcolorcode.com

Triadic colors

1 #3A0E2B and #2B3A0E with #0E2B3A are triadic colors.

2 #3A2B0E and #2B0E3A with #0E2B3A are triadic colors.