COLOR #0E3340

HEX: #0E3340 RGB: (14,51,64)

Color info

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

RGB color model

#0E3340 color RGB value is (14,51,64).

RGB: (14,51,64) (5%, 20%, 25%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 64 of 255 = 25%

14
51
64

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

Portions of RGB colors in percentages

R + G + B = 14 + 51 + 64 = 129 (100%)
R 14 of 129 ~ 10.85%
G 51 of 129 ~ 39.53%
B 64 of 129 ~ 49.61'%

%10.85
%39.53
%49.61

CMYK color model

#0E3340 color CMYK value is (78,20,0,75).

  • cyan value is 78.13%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (78,20,0,75)
C78M20Y0K75 (78%, 20%, 0%, 75%)
(0.78 / 0.20 / 0.00 / 0.75)

CMYK percentages

%78.13
%20.31
%0
%74.9

Codes

Color #0E3340 in popluar color models

0E 33 40
RGB 14 51 64
HSL 196° 64.10% 15.29%
HSB/HSV 196° 78.13% 25.10%
CMYK 78.13% 20.31% 0.00%
74.90%

Color #0E3340 in popluar number systems.

HEX 0E 33 40
Decimal 14 51 64
Binary 1110 110011 1000000
Octal 16 63 100

Shades and tints

Shades of #0E3340

#0E3340
(14,51,64)
#0D2F3B
(13,47,59)
#0C2B36
(12,43,54)
#0B2731
(11,39,49)
#0A232C
(10,35,44)
#091F27
(9,31,39)
#081B22
(8,27,34)
#07171D
(7,23,29)
#061318
(6,19,24)
#050F13
(5,15,19)
#040B0E
(4,11,14)
#000000
(0,0,0)

Tints of #0E3340

#0E3340
(14,51,64)
#234551
(35,69,81)
#385762
(56,87,98)
#4D6973
(77,105,115)
#627B84
(98,123,132)
#778D95
(119,141,149)
#8C9FA6
(140,159,166)
#A1B1B7
(161,177,183)
#B6C3C8
(182,195,200)
#CBD5D9
(203,213,217)
#E0E7EA
(224,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3340 color. Also use rgb(14,51,64) instead hex code.

Text Font Color

.myTextColor { color: #0E3340; }

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

This text font color is #0E3340.

Background Color

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

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

This div background color is #0E3340.

Border color

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

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

This div border color is #0E3340.

Opacity

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

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

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

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

This text has shadow with #0E3340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3340.

Preview

Color preview on black background

This text has color #0E3340 on black background.


Color preview on white background

This text has color #0E3340 on white background.


Black color preview on #0E3340 background

This text has black color on #0E3340 background.


White color preview on #0E3340 background

This text has white color on #0E3340 background.


Related colors

Complementary color

Complementary color for #hex is #F1CCBF.


I love getcolorcode.com

Triadic colors

1 #400E33 and #33400E with #0E3340 are triadic colors.

2 #40330E and #330E40 with #0E3340 are triadic colors.