COLOR #0E362E

HEX: #0E362E
RGB: (14,54,46)

Color info

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

RGB color model

#0E362E color RGB value is (14,54,46).

  • red value is 14;
  • green value is 54;
  • blue value is 46.
RGB:
(14,54,46)
(5%,21%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 54 of 255 = 21%
B 46 of 255 = 18%

14
54
46

R + G + B ~ 15%. #0E362E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 54 + 46 = 114 (100%)
R 14 of 114 ~ 12.28%
G 54 of 114 ~ 47.37%
B 46 of 114 ~ 40.35%

%12.28
%47.37
%40.35

CMYK color model

#0E362E color CMYK value is (74,0,15,79).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(74,0,15,79)
C74M0Y15K79 
(74%,0%,15%,79%)
(0.74/0.00/0.15/0.79)	

CMYK percentages

%74.07
%0
%14.81
%78.82

Codes

Color #0E362E in popluar color models

0E362E
RGB145446
HSL168°58.82%13.33%
HSB/HSV168°74.07%21.18%
CMYK74.07%0.00%14.81%
78.82%

Color #0E362E in popluar number systems.

HEX0E362E
Decimal145446
Binary1110110110101110
Octal166656

Shades and tints

Shades of #0E362E

#0E362E
(14,54,46)
#0D322A
(13,50,42)
#0C2E26
(12,46,38)
#0B2A22
(11,42,34)
#0A261E
(10,38,30)
#09221A
(9,34,26)
#081E16
(8,30,22)
#071A12
(7,26,18)
#06160E
(6,22,14)
#05120A
(5,18,10)
#040E06
(4,14,6)
#000000
(0,0,0)

Tints of #0E362E

#0E362E
(14,54,46)
#234841
(35,72,65)
#385A54
(56,90,84)
#4D6C67
(77,108,103)
#627E7A
(98,126,122)
#77908D
(119,144,141)
#8CA2A0
(140,162,160)
#A1B4B3
(161,180,179)
#B6C6C6
(182,198,198)
#CBD8D9
(203,216,217)
#E0EAEC
(224,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E362E color. Also use rgb(14,54,46) instead hex code.

Text Font Color

.myTextColor { color: #0E362E; }

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

This text font color is #0E362E.


Background Color

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

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

This div background color is #0E362E.


Border color

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

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

This div border color is #0E362E.


Opacity

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

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

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

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

This text has shadow with #0E362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E362E on black background.


Color preview on white background

This text has color #0E362E on white background.



Black color preview on #0E362E background

This text has black color on #0E362E background.


White color preview on #0E362E background

This text has white color on #0E362E background.