COLOR #0E3739

HEX: #0E3739 RGB: (14,55,57)

Color info

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

RGB color model

#0E3739 color RGB value is (14,55,57).

RGB: (14,55,57) (5%, 22%, 22%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 57 of 255 = 22%

14
55
57

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

Portions of RGB colors in percentages

R + G + B = 14 + 55 + 57 = 126 (100%)
R 14 of 126 ~ 11.11%
G 55 of 126 ~ 43.65%
B 57 of 126 ~ 45.24'%

%11.11
%43.65
%45.24

CMYK color model

#0E3739 color CMYK value is (75,4,0,78).

  • cyan value is 75.44%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (75,4,0,78)
C75M4Y0K78 (75%, 4%, 0%, 78%)
(0.75 / 0.04 / 0.00 / 0.78)

CMYK percentages

%75.44
%3.51
%0
%77.65

Codes

Color #0E3739 in popluar color models

0E 37 39
RGB 14 55 57
HSL 183° 60.56% 13.92%
HSB/HSV 183° 75.44% 22.35%
CMYK 75.44% 3.51% 0.00%
77.65%

Color #0E3739 in popluar number systems.

HEX 0E 37 39
Decimal 14 55 57
Binary 1110 110111 111001
Octal 16 67 71

Shades and tints

Shades of #0E3739

#0E3739
(14,55,57)
#0D3234
(13,50,52)
#0C2D2F
(12,45,47)
#0B282A
(11,40,42)
#0A2325
(10,35,37)
#091E20
(9,30,32)
#08191B
(8,25,27)
#071416
(7,20,22)
#060F11
(6,15,17)
#050A0C
(5,10,12)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E3739

#0E3739
(14,55,57)
#23494B
(35,73,75)
#385B5D
(56,91,93)
#4D6D6F
(77,109,111)
#627F81
(98,127,129)
#779193
(119,145,147)
#8CA3A5
(140,163,165)
#A1B5B7
(161,181,183)
#B6C7C9
(182,199,201)
#CBD9DB
(203,217,219)
#E0EBED
(224,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3739; }

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

This text font color is #0E3739.

Background Color

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

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

This div background color is #0E3739.

Border color

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

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

This div border color is #0E3739.

Opacity

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

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

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

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

This text has shadow with #0E3739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3739.

Preview

Color preview on black background

This text has color #0E3739 on black background.


Color preview on white background

This text has color #0E3739 on white background.


Black color preview on #0E3739 background

This text has black color on #0E3739 background.


White color preview on #0E3739 background

This text has white color on #0E3739 background.


Related colors

Complementary color

Complementary color for #hex is #F1C8C6.


I love getcolorcode.com

Triadic colors

1 #390E37 and #37390E with #0E3739 are triadic colors.

2 #39370E and #370E39 with #0E3739 are triadic colors.