COLOR #0E383C

HEX: #0E383C RGB: (14,56,60)

Color info

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

RGB color model

#0E383C color RGB value is (14,56,60).

RGB: (14,56,60) (5%, 22%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 60 of 255 = 24%

14
56
60

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

Portions of RGB colors in percentages

R + G + B = 14 + 56 + 60 = 130 (100%)
R 14 of 130 ~ 10.77%
G 56 of 130 ~ 43.08%
B 60 of 130 ~ 46.15'%

%10.77
%43.08
%46.15

CMYK color model

#0E383C color CMYK value is (77,7,0,76).

  • cyan value is 76.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK: (77,7,0,76) C77M7Y0K76 (77%,7%,0%,76%) (0.77/0.07/0.00/0.76) 

CMYK percentages

%76.67
%6.67
%0
%76.47

Codes

Color #0E383C in popluar color models

0E 38 3C
RGB 14 56 60
HSL 185° 62.16% 14.51%
HSB/HSV 185° 76.67% 23.53%
CMYK 76.67% 6.67% 0.00%
76.47%

Color #0E383C in popluar number systems.

HEX 0E 38 3C
Decimal 14 56 60
Binary 1110 111000 111100
Octal 16 70 74

Shades and tints

Shades of #0E383C

#0E383C
(14,56,60)
#0D3337
(13,51,55)
#0C2E32
(12,46,50)
#0B292D
(11,41,45)
#0A2428
(10,36,40)
#091F23
(9,31,35)
#081A1E
(8,26,30)
#071519
(7,21,25)
#061014
(6,16,20)
#050B0F
(5,11,15)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #0E383C

#0E383C
(14,56,60)
#234A4D
(35,74,77)
#385C5E
(56,92,94)
#4D6E6F
(77,110,111)
#628080
(98,128,128)
#779291
(119,146,145)
#8CA4A2
(140,164,162)
#A1B6B3
(161,182,179)
#B6C8C4
(182,200,196)
#CBDAD5
(203,218,213)
#E0ECE6
(224,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E383C color. Also use rgb(14,56,60) instead hex code.

Text Font Color

.myTextColor { color: #0E383C; }

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

This text font color is #0E383C.

Background Color

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

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

This div background color is #0E383C.

Border color

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

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

This div border color is #0E383C.

Opacity

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

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

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

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

This text has shadow with #0E383C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E383C.

Preview

Color preview on black background

This text has color #0E383C on black background.


Color preview on white background

This text has color #0E383C on white background.


Black color preview on #0E383C background

This text has black color on #0E383C background.


White color preview on #0E383C background

This text has white color on #0E383C background.


Related colors

Complementary color

Complementary color for #hex is #F1C7C3.


I love getcolorcode.com

Triadic colors

1 #3C0E38 and #383C0E with #0E383C are triadic colors.

2 #3C380E and #380E3C with #0E383C are triadic colors.