COLOR #0E282D

HEX: #0E282D
RGB: (14,40,45)

Color info

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

RGB color model

#0E282D color RGB value is (14,40,45).

  • red value is 14;
  • green value is 40;
  • blue value is 45.
RGB:
(14,40,45)
(5%,16%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 45 of 255 = 18%

14
40
45

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

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 45 = 99 (100%)
R 14 of 99 ~ 14.14%
G 40 of 99 ~ 40.4%
B 45 of 99 ~ 45.45%

%14.14
%40.4
%45.45

CMYK color model

#0E282D color CMYK value is (69,11,0,82).

  • cyan value is 68.89%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(69,11,0,82)
C69M11Y0K82 
(69%,11%,0%,82%)
(0.69/0.11/0.00/0.82)	

CMYK percentages

%68.89
%11.11
%0
%82.35

Codes

Color #0E282D in popluar color models

0E282D
RGB144045
HSL190°52.54%11.57%
HSB/HSV190°68.89%17.65%
CMYK68.89%11.11%0.00%
82.35%

Color #0E282D in popluar number systems.

HEX0E282D
Decimal144045
Binary1110101000101101
Octal165055

Shades and tints

Shades of #0E282D

#0E282D
(14,40,45)
#0D2529
(13,37,41)
#0C2225
(12,34,37)
#0B1F21
(11,31,33)
#0A1C1D
(10,28,29)
#091919
(9,25,25)
#081615
(8,22,21)
#071311
(7,19,17)
#06100D
(6,16,13)
#050D09
(5,13,9)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #0E282D

#0E282D
(14,40,45)
#233B40
(35,59,64)
#384E53
(56,78,83)
#4D6166
(77,97,102)
#627479
(98,116,121)
#77878C
(119,135,140)
#8C9A9F
(140,154,159)
#A1ADB2
(161,173,178)
#B6C0C5
(182,192,197)
#CBD3D8
(203,211,216)
#E0E6EB
(224,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E282D color. Also use rgb(14,40,45) instead hex code.

Text Font Color

.myTextColor { color: #0E282D; }

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

This text font color is #0E282D.


Background Color

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

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

This div background color is #0E282D.


Border color

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

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

This div border color is #0E282D.


Opacity

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

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

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

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

This text has shadow with #0E282D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E282D on black background.


Color preview on white background

This text has color #0E282D on white background.



Black color preview on #0E282D background

This text has black color on #0E282D background.


White color preview on #0E282D background

This text has white color on #0E282D background.