COLOR #0E372B

HEX: #0E372B RGB: (14,55,43)

Color info

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

RGB color model

#0E372B color RGB value is (14,55,43).

RGB: (14,55,43) (5%, 22%, 17%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 43 of 255 = 17%

14
55
43

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

Portions of RGB colors in percentages

R + G + B = 14 + 55 + 43 = 112 (100%)
R 14 of 112 ~ 12.5%
G 55 of 112 ~ 49.11%
B 43 of 112 ~ 38.39'%

%12.5
%49.11
%38.39

CMYK color model

#0E372B color CMYK value is (75,0,22,78).

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

CMYK: (75,0,22,78)
C75M0Y22K78 (75%, 0%, 22%, 78%)
(0.75 / 0.00 / 0.22 / 0.78)

CMYK percentages

%74.55
%0
%21.82
%78.43

Codes

Color #0E372B in popluar color models

0E 37 2B
RGB 14 55 43
HSL 162° 59.42% 13.53%
HSB/HSV 162° 74.55% 21.57%
CMYK 74.55% 0.00% 21.82%
78.43%

Color #0E372B in popluar number systems.

HEX 0E 37 2B
Decimal 14 55 43
Binary 1110 110111 101011
Octal 16 67 53

Shades and tints

Shades of #0E372B

#0E372B
(14,55,43)
#0D3228
(13,50,40)
#0C2D25
(12,45,37)
#0B2822
(11,40,34)
#0A231F
(10,35,31)
#091E1C
(9,30,28)
#081919
(8,25,25)
#071416
(7,20,22)
#060F13
(6,15,19)
#050A10
(5,10,16)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #0E372B

#0E372B
(14,55,43)
#23493E
(35,73,62)
#385B51
(56,91,81)
#4D6D64
(77,109,100)
#627F77
(98,127,119)
#77918A
(119,145,138)
#8CA39D
(140,163,157)
#A1B5B0
(161,181,176)
#B6C7C3
(182,199,195)
#CBD9D6
(203,217,214)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E372B; }

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

This text font color is #0E372B.

Background Color

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

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

This div background color is #0E372B.

Border color

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

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

This div border color is #0E372B.

Opacity

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

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

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

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

This text has shadow with #0E372B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E372B.

Preview

Color preview on black background

This text has color #0E372B on black background.


Color preview on white background

This text has color #0E372B on white background.


Black color preview on #0E372B background

This text has black color on #0E372B background.


White color preview on #0E372B background

This text has white color on #0E372B background.


Related colors

Complementary color

Complementary color for #hex is #F1C8D4.


I love getcolorcode.com

Triadic colors

1 #2B0E37 and #372B0E with #0E372B are triadic colors.

2 #2B370E and #370E2B with #0E372B are triadic colors.