COLOR #0E252F

HEX: #0E252F
RGB: (14,37,47)

Color info

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

RGB color model

#0E252F color RGB value is (14,37,47).

  • red value is 14;
  • green value is 37;
  • blue value is 47.
RGB:
(14,37,47)
(5%,15%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 47 of 255 = 18%

14
37
47

R + G + B ~ 13%. #0E252F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 37 + 47 = 98 (100%)
R 14 of 98 ~ 14.29%
G 37 of 98 ~ 37.76%
B 47 of 98 ~ 47.96%

%14.29
%37.76
%47.96

CMYK color model

#0E252F color CMYK value is (70,21,0,82).

  • cyan value is 70.21%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(70,21,0,82)
C70M21Y0K82 
(70%,21%,0%,82%)
(0.70/0.21/0.00/0.82)	

CMYK percentages

%70.21
%21.28
%0
%81.57

Codes

Color #0E252F in popluar color models

0E252F
RGB143747
HSL198°54.10%11.96%
HSB/HSV198°70.21%18.43%
CMYK70.21%21.28%0.00%
81.57%

Color #0E252F in popluar number systems.

HEX0E252F
Decimal143747
Binary1110100101101111
Octal164557

Shades and tints

Shades of #0E252F

#0E252F
(14,37,47)
#0D222B
(13,34,43)
#0C1F27
(12,31,39)
#0B1C23
(11,28,35)
#0A191F
(10,25,31)
#09161B
(9,22,27)
#081317
(8,19,23)
#071013
(7,16,19)
#060D0F
(6,13,15)
#050A0B
(5,10,11)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #0E252F

#0E252F
(14,37,47)
#233841
(35,56,65)
#384B53
(56,75,83)
#4D5E65
(77,94,101)
#627177
(98,113,119)
#778489
(119,132,137)
#8C979B
(140,151,155)
#A1AAAD
(161,170,173)
#B6BDBF
(182,189,191)
#CBD0D1
(203,208,209)
#E0E3E3
(224,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E252F color. Also use rgb(14,37,47) instead hex code.

Text Font Color

.myTextColor { color: #0E252F; }

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

This text font color is #0E252F.


Background Color

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

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

This div background color is #0E252F.


Border color

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

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

This div border color is #0E252F.


Opacity

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

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

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

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

This text has shadow with #0E252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E252F on black background.


Color preview on white background

This text has color #0E252F on white background.



Black color preview on #0E252F background

This text has black color on #0E252F background.


White color preview on #0E252F background

This text has white color on #0E252F background.