COLOR #0E362A

HEX: #0E362A RGB: (14,54,42)

Color info

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

RGB color model

#0E362A color RGB value is (14,54,42).

RGB: (14,54,42) (5%, 21%, 16%)

RGB channels and saturation

R 14 of 255 = 5%
G 54 of 255 = 21%
B 42 of 255 = 16%

14
54
42

R + G + B ~ 14%. #0E362A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 54 + 42 = 110 (100%)
R 14 of 110 ~ 12.73%
G 54 of 110 ~ 49.09%
B 42 of 110 ~ 38.18'%

%12.73
%49.09
%38.18

CMYK color model

#0E362A color CMYK value is (74,0,22,79).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 78.82%

CMYK: (74,0,22,79)
C74M0Y22K79 (74%, 0%, 22%, 79%)
(0.74 / 0.00 / 0.22 / 0.79)

CMYK percentages

%74.07
%0
%22.22
%78.82

Codes

Color #0E362A in popluar color models

0E 36 2A
RGB 14 54 42
HSL 162° 58.82% 13.33%
HSB/HSV 162° 74.07% 21.18%
CMYK 74.07% 0.00% 22.22%
78.82%

Color #0E362A in popluar number systems.

HEX 0E 36 2A
Decimal 14 54 42
Binary 1110 110110 101010
Octal 16 66 52

Shades and tints

Shades of #0E362A

#0E362A
(14,54,42)
#0D3227
(13,50,39)
#0C2E24
(12,46,36)
#0B2A21
(11,42,33)
#0A261E
(10,38,30)
#09221B
(9,34,27)
#081E18
(8,30,24)
#071A15
(7,26,21)
#061612
(6,22,18)
#05120F
(5,18,15)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #0E362A

#0E362A
(14,54,42)
#23483D
(35,72,61)
#385A50
(56,90,80)
#4D6C63
(77,108,99)
#627E76
(98,126,118)
#779089
(119,144,137)
#8CA29C
(140,162,156)
#A1B4AF
(161,180,175)
#B6C6C2
(182,198,194)
#CBD8D5
(203,216,213)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E362A; }

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

This text font color is #0E362A.

Background Color

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

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

This div background color is #0E362A.

Border color

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

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

This div border color is #0E362A.

Opacity

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

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

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

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

This text has shadow with #0E362A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E362A.

Preview

Color preview on black background

This text has color #0E362A on black background.


Color preview on white background

This text has color #0E362A on white background.


Black color preview on #0E362A background

This text has black color on #0E362A background.


White color preview on #0E362A background

This text has white color on #0E362A background.


Related colors

Complementary color

Complementary color for #hex is #F1C9D5.


I love getcolorcode.com

Triadic colors

1 #2A0E36 and #362A0E with #0E362A are triadic colors.

2 #2A360E and #360E2A with #0E362A are triadic colors.