COLOR #0E2937

HEX: #0E2937
RGB: (14,41,55)

Color info

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

RGB color model

#0E2937 color RGB value is (14,41,55).

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

RGB channels and saturation

R 14 of 255 = 5%
G 41 of 255 = 16%
B 55 of 255 = 22%

14
41
55

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

Portions of RGB colors in percentages

R + G + B =
14 + 41 + 55 = 110 (100%)
R 14 of 110 ~ 12.73%
G 41 of 110 ~ 37.27%
B 55 of 110 ~ 50%

%12.73
%37.27
%50

CMYK color model

#0E2937 color CMYK value is (75,25,0,78).

  • cyan value is 74.55%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(75,25,0,78)
C75M25Y0K78 
(75%,25%,0%,78%)
(0.75/0.25/0.00/0.78)	

CMYK percentages

%74.55
%25.45
%0
%78.43

Codes

Color #0E2937 in popluar color models

0E2937
RGB144155
HSL200°59.42%13.53%
HSB/HSV200°74.55%21.57%
CMYK74.55%25.45%0.00%
78.43%

Color #0E2937 in popluar number systems.

HEX0E2937
Decimal144155
Binary1110101001110111
Octal165167

Shades and tints

Shades of #0E2937

#0E2937
(14,41,55)
#0D2632
(13,38,50)
#0C232D
(12,35,45)
#0B2028
(11,32,40)
#0A1D23
(10,29,35)
#091A1E
(9,26,30)
#081719
(8,23,25)
#071414
(7,20,20)
#06110F
(6,17,15)
#050E0A
(5,14,10)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #0E2937

#0E2937
(14,41,55)
#233C49
(35,60,73)
#384F5B
(56,79,91)
#4D626D
(77,98,109)
#62757F
(98,117,127)
#778891
(119,136,145)
#8C9BA3
(140,155,163)
#A1AEB5
(161,174,181)
#B6C1C7
(182,193,199)
#CBD4D9
(203,212,217)
#E0E7EB
(224,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2937; }

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

This text font color is #0E2937.


Background Color

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

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

This div background color is #0E2937.


Border color

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

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

This div border color is #0E2937.


Opacity

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

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

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

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

This text has shadow with #0E2937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2937 on black background.


Color preview on white background

This text has color #0E2937 on white background.



Black color preview on #0E2937 background

This text has black color on #0E2937 background.


White color preview on #0E2937 background

This text has white color on #0E2937 background.