COLOR #0E424B

HEX: #0E424B RGB: (14,66,75)

Color info

#0E424B contains mainly green and blue colors. Web safe color of #0E424B is #003333 (or #033).

RGB color model

#0E424B color RGB value is (14,66,75).

RGB: (14,66,75) (5%, 26%, 29%)

RGB channels and saturation

R 14 of 255 = 5%
G 66 of 255 = 26%
B 75 of 255 = 29%

14
66
75

R + G + B ~ 20%. #0E424B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 66 + 75 = 155 (100%)
R 14 of 155 ~ 9.03%
G 66 of 155 ~ 42.58%
B 75 of 155 ~ 48.39'%

%42.58
%48.39

CMYK color model

#0E424B color CMYK value is (81,12,0,71).

  • cyan value is 81.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (81,12,0,71)
C81M12Y0K71 (81%, 12%, 0%, 71%)
(0.81 / 0.12 / 0.00 / 0.71)

CMYK percentages

%81.33
%12
%0
%70.59

Codes

Color #0E424B in popluar color models

0E 42 4B
RGB 14 66 75
HSL 189° 68.54% 17.45%
HSB/HSV 189° 81.33% 29.41%
CMYK 81.33% 12.00% 0.00%
70.59%

Color #0E424B in popluar number systems.

HEX 0E 42 4B
Decimal 14 66 75
Binary 1110 1000010 1001011
Octal 16 102 113

Shades and tints

Shades of #0E424B

#0E424B
(14,66,75)
#0D3C45
(13,60,69)
#0C363F
(12,54,63)
#0B3039
(11,48,57)
#0A2A33
(10,42,51)
#09242D
(9,36,45)
#081E27
(8,30,39)
#071821
(7,24,33)
#06121B
(6,18,27)
#050C15
(5,12,21)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #0E424B

#0E424B
(14,66,75)
#23535B
(35,83,91)
#38646B
(56,100,107)
#4D757B
(77,117,123)
#62868B
(98,134,139)
#77979B
(119,151,155)
#8CA8AB
(140,168,171)
#A1B9BB
(161,185,187)
#B6CACB
(182,202,203)
#CBDBDB
(203,219,219)
#E0ECEB
(224,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E424B color. Also use rgb(14,66,75) instead hex code.

Text Font Color

.myTextColor { color: #0E424B; }

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

This text font color is #0E424B.

Background Color

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

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

This div background color is #0E424B.

Border color

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

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

This div border color is #0E424B.

Opacity

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

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

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

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

This text has shadow with #0E424B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E424B.

Preview

Color preview on black background

This text has color #0E424B on black background.


Color preview on white background

This text has color #0E424B on white background.


Black color preview on #0E424B background

This text has black color on #0E424B background.


White color preview on #0E424B background

This text has white color on #0E424B background.


Related colors

Complementary color

Complementary color for #hex is #F1BDB4.


I love getcolorcode.com

Triadic colors

1 #4B0E42 and #424B0E with #0E424B are triadic colors.

2 #4B420E and #420E4B with #0E424B are triadic colors.