COLOR #0E463A

HEX: #0E463A RGB: (14,70,58)

Color info

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

RGB color model

#0E463A color RGB value is (14,70,58).

RGB: (14,70,58) (5%, 27%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 58 of 255 = 23%

14
70
58

R + G + B ~ 18%. #0E463A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 70 + 58 = 142 (100%)
R 14 of 142 ~ 9.86%
G 70 of 142 ~ 49.3%
B 58 of 142 ~ 40.85'%

%49.3
%40.85

CMYK color model

#0E463A color CMYK value is (80,0,17,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 72.55%

CMYK: (80,0,17,73)
C80M0Y17K73 (80%, 0%, 17%, 73%)
(0.80 / 0.00 / 0.17 / 0.73)

CMYK percentages

%80
%0
%17.14
%72.55

Codes

Color #0E463A in popluar color models

0E 46 3A
RGB 14 70 58
HSL 167° 66.67% 16.47%
HSB/HSV 167° 80.00% 27.45%
CMYK 80.00% 0.00% 17.14%
72.55%

Color #0E463A in popluar number systems.

HEX 0E 46 3A
Decimal 14 70 58
Binary 1110 1000110 111010
Octal 16 106 72

Shades and tints

Shades of #0E463A

#0E463A
(14,70,58)
#0D4035
(13,64,53)
#0C3A30
(12,58,48)
#0B342B
(11,52,43)
#0A2E26
(10,46,38)
#092821
(9,40,33)
#08221C
(8,34,28)
#071C17
(7,28,23)
#061612
(6,22,18)
#05100D
(5,16,13)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E463A

#0E463A
(14,70,58)
#23564B
(35,86,75)
#38665C
(56,102,92)
#4D766D
(77,118,109)
#62867E
(98,134,126)
#77968F
(119,150,143)
#8CA6A0
(140,166,160)
#A1B6B1
(161,182,177)
#B6C6C2
(182,198,194)
#CBD6D3
(203,214,211)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E463A color. Also use rgb(14,70,58) instead hex code.

Text Font Color

.myTextColor { color: #0E463A; }

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

This text font color is #0E463A.

Background Color

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

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

This div background color is #0E463A.

Border color

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

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

This div border color is #0E463A.

Opacity

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

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

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

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

This text has shadow with #0E463A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E463A.

Preview

Color preview on black background

This text has color #0E463A on black background.


Color preview on white background

This text has color #0E463A on white background.


Black color preview on #0E463A background

This text has black color on #0E463A background.


White color preview on #0E463A background

This text has white color on #0E463A background.


Related colors

Complementary color

Complementary color for #hex is #F1B9C5.


I love getcolorcode.com

Triadic colors

1 #3A0E46 and #463A0E with #0E463A are triadic colors.

2 #3A460E and #460E3A with #0E463A are triadic colors.