COLOR #0E2031

HEX: #0E2031
RGB: (14,32,49)

Color info

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

RGB color model

#0E2031 color RGB value is (14,32,49).

  • red value is 14;
  • green value is 32;
  • blue value is 49.
RGB:
(14,32,49)
(5%,13%,19%)

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 49 of 255 = 19%

14
32
49

R + G + B ~ 12%. #0E2031 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 49 = 95 (100%)
R 14 of 95 ~ 14.74%
G 32 of 95 ~ 33.68%
B 49 of 95 ~ 51.58%

%14.74
%33.68
%51.58

CMYK color model

#0E2031 color CMYK value is (71,35,0,81).

  • cyan value is 71.43%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(71,35,0,81)
C71M35Y0K81 
(71%,35%,0%,81%)
(0.71/0.35/0.00/0.81)	

CMYK percentages

%71.43
%34.69
%0
%80.78

Codes

Color #0E2031 in popluar color models

0E2031
RGB143249
HSL209°55.56%12.35%
HSB/HSV209°71.43%19.22%
CMYK71.43%34.69%0.00%
80.78%

Color #0E2031 in popluar number systems.

HEX0E2031
Decimal143249
Binary1110100000110001
Octal164061

Shades and tints

Shades of #0E2031

#0E2031
(14,32,49)
#0D1E2D
(13,30,45)
#0C1C29
(12,28,41)
#0B1A25
(11,26,37)
#0A1821
(10,24,33)
#09161D
(9,22,29)
#081419
(8,20,25)
#071215
(7,18,21)
#061011
(6,16,17)
#050E0D
(5,14,13)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #0E2031

#0E2031
(14,32,49)
#233443
(35,52,67)
#384855
(56,72,85)
#4D5C67
(77,92,103)
#627079
(98,112,121)
#77848B
(119,132,139)
#8C989D
(140,152,157)
#A1ACAF
(161,172,175)
#B6C0C1
(182,192,193)
#CBD4D3
(203,212,211)
#E0E8E5
(224,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2031 color. Also use rgb(14,32,49) instead hex code.

Text Font Color

.myTextColor { color: #0E2031; }

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

This text font color is #0E2031.


Background Color

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

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

This div background color is #0E2031.


Border color

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

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

This div border color is #0E2031.


Opacity

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

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

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

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

This text has shadow with #0E2031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2031 on black background.


Color preview on white background

This text has color #0E2031 on white background.



Black color preview on #0E2031 background

This text has black color on #0E2031 background.


White color preview on #0E2031 background

This text has white color on #0E2031 background.