COLOR #0E313A

HEX: #0E313A RGB: (14,49,58)

Color info

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

RGB color model

#0E313A color RGB value is (14,49,58).

RGB: (14,49,58) (5%, 19%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 58 of 255 = 23%

14
49
58

R + G + B ~ 16%. #0E313A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 49 + 58 = 121 (100%)
R 14 of 121 ~ 11.57%
G 49 of 121 ~ 40.5%
B 58 of 121 ~ 47.93'%

%11.57
%40.5
%47.93

CMYK color model

#0E313A color CMYK value is (76,16,0,77).

  • cyan value is 75.86%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (76,16,0,77)
C76M16Y0K77 (76%, 16%, 0%, 77%)
(0.76 / 0.16 / 0.00 / 0.77)

CMYK percentages

%75.86
%15.52
%0
%77.25

Codes

Color #0E313A in popluar color models

0E 31 3A
RGB 14 49 58
HSL 192° 61.11% 14.12%
HSB/HSV 192° 75.86% 22.75%
CMYK 75.86% 15.52% 0.00%
77.25%

Color #0E313A in popluar number systems.

HEX 0E 31 3A
Decimal 14 49 58
Binary 1110 110001 111010
Octal 16 61 72

Shades and tints

Shades of #0E313A

#0E313A
(14,49,58)
#0D2D35
(13,45,53)
#0C2930
(12,41,48)
#0B252B
(11,37,43)
#0A2126
(10,33,38)
#091D21
(9,29,33)
#08191C
(8,25,28)
#071517
(7,21,23)
#061112
(6,17,18)
#050D0D
(5,13,13)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #0E313A

#0E313A
(14,49,58)
#23434B
(35,67,75)
#38555C
(56,85,92)
#4D676D
(77,103,109)
#62797E
(98,121,126)
#778B8F
(119,139,143)
#8C9DA0
(140,157,160)
#A1AFB1
(161,175,177)
#B6C1C2
(182,193,194)
#CBD3D3
(203,211,211)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E313A; }

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

This text font color is #0E313A.

Background Color

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

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

This div background color is #0E313A.

Border color

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

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

This div border color is #0E313A.

Opacity

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

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

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

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

This text has shadow with #0E313A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E313A.

Preview

Color preview on black background

This text has color #0E313A on black background.


Color preview on white background

This text has color #0E313A on white background.


Black color preview on #0E313A background

This text has black color on #0E313A background.


White color preview on #0E313A background

This text has white color on #0E313A background.


Related colors

Complementary color

Complementary color for #hex is #F1CEC5.


I love getcolorcode.com

Triadic colors

1 #3A0E31 and #313A0E with #0E313A are triadic colors.

2 #3A310E and #310E3A with #0E313A are triadic colors.