COLOR #0E303C

HEX: #0E303C
RGB: (14,48,60)

Color info

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

RGB color model

#0E303C color RGB value is (14,48,60).

  • red value is 14;
  • green value is 48;
  • blue value is 60.
RGB:
(14,48,60)
(5%,19%,24%)

RGB channels and saturation

R 14 of 255 = 5%
G 48 of 255 = 19%
B 60 of 255 = 24%

14
48
60

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

Portions of RGB colors in percentages

R + G + B =
14 + 48 + 60 = 122 (100%)
R 14 of 122 ~ 11.48%
G 48 of 122 ~ 39.34%
B 60 of 122 ~ 49.18%

%11.48
%39.34
%49.18

CMYK color model

#0E303C color CMYK value is (77,20,0,76).

  • cyan value is 76.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(77,20,0,76)
C77M20Y0K76 
(77%,20%,0%,76%)
(0.77/0.20/0.00/0.76)	

CMYK percentages

%76.67
%20
%0
%76.47

Codes

Color #0E303C in popluar color models

0E303C
RGB144860
HSL196°62.16%14.51%
HSB/HSV196°76.67%23.53%
CMYK76.67%20.00%0.00%
76.47%

Color #0E303C in popluar number systems.

HEX0E303C
Decimal144860
Binary1110110000111100
Octal166074

Shades and tints

Shades of #0E303C

#0E303C
(14,48,60)
#0D2C37
(13,44,55)
#0C2832
(12,40,50)
#0B242D
(11,36,45)
#0A2028
(10,32,40)
#091C23
(9,28,35)
#08181E
(8,24,30)
#071419
(7,20,25)
#061014
(6,16,20)
#050C0F
(5,12,15)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E303C

#0E303C
(14,48,60)
#23424D
(35,66,77)
#38545E
(56,84,94)
#4D666F
(77,102,111)
#627880
(98,120,128)
#778A91
(119,138,145)
#8C9CA2
(140,156,162)
#A1AEB3
(161,174,179)
#B6C0C4
(182,192,196)
#CBD2D5
(203,210,213)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E303C color. Also use rgb(14,48,60) instead hex code.

Text Font Color

.myTextColor { color: #0E303C; }

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

This text font color is #0E303C.


Background Color

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

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

This div background color is #0E303C.


Border color

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

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

This div border color is #0E303C.


Opacity

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

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

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

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

This text has shadow with #0E303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E303C on black background.


Color preview on white background

This text has color #0E303C on white background.



Black color preview on #0E303C background

This text has black color on #0E303C background.


White color preview on #0E303C background

This text has white color on #0E303C background.