COLOR #0E372F

HEX: #0E372F RGB: (14,55,47)

Color info

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

RGB color model

#0E372F color RGB value is (14,55,47).

RGB: (14,55,47) (5%, 22%, 18%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 47 of 255 = 18%

14
55
47

R + G + B ~ 15%. #0E372F is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 55 + 47 = 116 (100%)
R 14 of 116 ~ 12.07%
G 55 of 116 ~ 47.41%
B 47 of 116 ~ 40.52'%

%12.07
%47.41
%40.52

CMYK color model

#0E372F color CMYK value is (75,0,15,78).

  • cyan value is 74.55%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%

CMYK: (75,0,15,78)
C75M0Y15K78 (75%, 0%, 15%, 78%)
(0.75 / 0.00 / 0.15 / 0.78)

CMYK percentages

%74.55
%0
%14.55
%78.43

Codes

Color #0E372F in popluar color models

0E 37 2F
RGB 14 55 47
HSL 168° 59.42% 13.53%
HSB/HSV 168° 74.55% 21.57%
CMYK 74.55% 0.00% 14.55%
78.43%

Color #0E372F in popluar number systems.

HEX 0E 37 2F
Decimal 14 55 47
Binary 1110 110111 101111
Octal 16 67 57

Shades and tints

Shades of #0E372F

#0E372F
(14,55,47)
#0D322B
(13,50,43)
#0C2D27
(12,45,39)
#0B2823
(11,40,35)
#0A231F
(10,35,31)
#091E1B
(9,30,27)
#081917
(8,25,23)
#071413
(7,20,19)
#060F0F
(6,15,15)
#050A0B
(5,10,11)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E372F

#0E372F
(14,55,47)
#234941
(35,73,65)
#385B53
(56,91,83)
#4D6D65
(77,109,101)
#627F77
(98,127,119)
#779189
(119,145,137)
#8CA39B
(140,163,155)
#A1B5AD
(161,181,173)
#B6C7BF
(182,199,191)
#CBD9D1
(203,217,209)
#E0EBE3
(224,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E372F; }

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

This text font color is #0E372F.

Background Color

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

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

This div background color is #0E372F.

Border color

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

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

This div border color is #0E372F.

Opacity

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

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

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

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

This text has shadow with #0E372F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E372F.

Preview

Color preview on black background

This text has color #0E372F on black background.


Color preview on white background

This text has color #0E372F on white background.


Black color preview on #0E372F background

This text has black color on #0E372F background.


White color preview on #0E372F background

This text has white color on #0E372F background.


Related colors

Complementary color

Complementary color for #hex is #F1C8D0.


I love getcolorcode.com

Triadic colors

1 #2F0E37 and #372F0E with #0E372F are triadic colors.

2 #2F370E and #370E2F with #0E372F are triadic colors.