COLOR #0E312F

HEX: #0E312F
RGB: (14,49,47)

Color info

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

RGB color model

#0E312F color RGB value is (14,49,47).

  • red value is 14;
  • green value is 49;
  • blue value is 47.
RGB:
(14,49,47)
(5%,19%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 47 of 255 = 18%

14
49
47

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

Portions of RGB colors in percentages

R + G + B =
14 + 49 + 47 = 110 (100%)
R 14 of 110 ~ 12.73%
G 49 of 110 ~ 44.55%
B 47 of 110 ~ 42.73%

%12.73
%44.55
%42.73

CMYK color model

#0E312F color CMYK value is (71,0,4,81).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 80.78%
CMYK:
(71,0,4,81)
C71M0Y4K81 
(71%,0%,4%,81%)
(0.71/0.00/0.04/0.81)	

CMYK percentages

%71.43
%0
%4.08
%80.78

Codes

Color #0E312F in popluar color models

0E312F
RGB144947
HSL177°55.56%12.35%
HSB/HSV177°71.43%19.22%
CMYK71.43%0.00%4.08%
80.78%

Color #0E312F in popluar number systems.

HEX0E312F
Decimal144947
Binary1110110001101111
Octal166157

Shades and tints

Shades of #0E312F

#0E312F
(14,49,47)
#0D2D2B
(13,45,43)
#0C2927
(12,41,39)
#0B2523
(11,37,35)
#0A211F
(10,33,31)
#091D1B
(9,29,27)
#081917
(8,25,23)
#071513
(7,21,19)
#06110F
(6,17,15)
#050D0B
(5,13,11)
#040907
(4,9,7)
#000000
(0,0,0)

Tints of #0E312F

#0E312F
(14,49,47)
#234341
(35,67,65)
#385553
(56,85,83)
#4D6765
(77,103,101)
#627977
(98,121,119)
#778B89
(119,139,137)
#8C9D9B
(140,157,155)
#A1AFAD
(161,175,173)
#B6C1BF
(182,193,191)
#CBD3D1
(203,211,209)
#E0E5E3
(224,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E312F; }

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

This text font color is #0E312F.


Background Color

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

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

This div background color is #0E312F.


Border color

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

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

This div border color is #0E312F.


Opacity

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

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

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

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

This text has shadow with #0E312F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E312F on black background.


Color preview on white background

This text has color #0E312F on white background.



Black color preview on #0E312F background

This text has black color on #0E312F background.


White color preview on #0E312F background

This text has white color on #0E312F background.