COLOR #0E373A

HEX: #0E373A
RGB: (14,55,58)

Color info

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

RGB color model

#0E373A color RGB value is (14,55,58).

  • red value is 14;
  • green value is 55;
  • blue value is 58.
RGB:
(14,55,58)
(5%,22%,23%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 58 of 255 = 23%

14
55
58

R + G + B ~ 17%. #0E373A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 55 + 58 = 127 (100%)
R 14 of 127 ~ 11.02%
G 55 of 127 ~ 43.31%
B 58 of 127 ~ 45.67%

%11.02
%43.31
%45.67

CMYK color model

#0E373A color CMYK value is (76,5,0,77).

  • cyan value is 75.86%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(76,5,0,77)
C76M5Y0K77 
(76%,5%,0%,77%)
(0.76/0.05/0.00/0.77)	

CMYK percentages

%75.86
%5.17
%0
%77.25

Codes

Color #0E373A in popluar color models

0E373A
RGB145558
HSL184°61.11%14.12%
HSB/HSV184°75.86%22.75%
CMYK75.86%5.17%0.00%
77.25%

Color #0E373A in popluar number systems.

HEX0E373A
Decimal145558
Binary1110110111111010
Octal166772

Shades and tints

Shades of #0E373A

#0E373A
(14,55,58)
#0D3235
(13,50,53)
#0C2D30
(12,45,48)
#0B282B
(11,40,43)
#0A2326
(10,35,38)
#091E21
(9,30,33)
#08191C
(8,25,28)
#071417
(7,20,23)
#060F12
(6,15,18)
#050A0D
(5,10,13)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #0E373A

#0E373A
(14,55,58)
#23494B
(35,73,75)
#385B5C
(56,91,92)
#4D6D6D
(77,109,109)
#627F7E
(98,127,126)
#77918F
(119,145,143)
#8CA3A0
(140,163,160)
#A1B5B1
(161,181,177)
#B6C7C2
(182,199,194)
#CBD9D3
(203,217,211)
#E0EBE4
(224,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E373A; }

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

This text font color is #0E373A.


Background Color

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

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

This div background color is #0E373A.


Border color

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

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

This div border color is #0E373A.


Opacity

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

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

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

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

This text has shadow with #0E373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E373A on black background.


Color preview on white background

This text has color #0E373A on white background.



Black color preview on #0E373A background

This text has black color on #0E373A background.


White color preview on #0E373A background

This text has white color on #0E373A background.