COLOR #0E2B3F

HEX: #0E2B3F
RGB: (14,43,63)

Color info

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

RGB color model

#0E2B3F color RGB value is (14,43,63).

  • red value is 14;
  • green value is 43;
  • blue value is 63.
RGB:
(14,43,63)
(5%,17%,25%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 63 of 255 = 25%

14
43
63

R + G + B ~ 16%. #0E2B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 43 + 63 = 120 (100%)
R 14 of 120 ~ 11.67%
G 43 of 120 ~ 35.83%
B 63 of 120 ~ 52.5%

%11.67
%35.83
%52.5

CMYK color model

#0E2B3F color CMYK value is (78,32,0,75).

  • cyan value is 77.78%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(78,32,0,75)
C78M32Y0K75 
(78%,32%,0%,75%)
(0.78/0.32/0.00/0.75)	

CMYK percentages

%77.78
%31.75
%0
%75.29

Codes

Color #0E2B3F in popluar color models

0E2B3F
RGB144363
HSL204°63.64%15.10%
HSB/HSV204°77.78%24.71%
CMYK77.78%31.75%0.00%
75.29%

Color #0E2B3F in popluar number systems.

HEX0E2B3F
Decimal144363
Binary1110101011111111
Octal165377

Shades and tints

Shades of #0E2B3F

#0E2B3F
(14,43,63)
#0D283A
(13,40,58)
#0C2535
(12,37,53)
#0B2230
(11,34,48)
#0A1F2B
(10,31,43)
#091C26
(9,28,38)
#081921
(8,25,33)
#07161C
(7,22,28)
#061317
(6,19,23)
#051012
(5,16,18)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #0E2B3F

#0E2B3F
(14,43,63)
#233E50
(35,62,80)
#385161
(56,81,97)
#4D6472
(77,100,114)
#627783
(98,119,131)
#778A94
(119,138,148)
#8C9DA5
(140,157,165)
#A1B0B6
(161,176,182)
#B6C3C7
(182,195,199)
#CBD6D8
(203,214,216)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2B3F; }

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

This text font color is #0E2B3F.


Background Color

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

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

This div background color is #0E2B3F.


Border color

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

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

This div border color is #0E2B3F.


Opacity

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

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

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

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

This text has shadow with #0E2B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2B3F on black background.


Color preview on white background

This text has color #0E2B3F on white background.



Black color preview on #0E2B3F background

This text has black color on #0E2B3F background.


White color preview on #0E2B3F background

This text has white color on #0E2B3F background.