COLOR #0E4552

HEX: #0E4552 RGB: (14,69,82)

Color info

#0E4552 contains mainly green and blue colors. Web safe color of #0E4552 is #003366 (or #036).

RGB color model

#0E4552 color RGB value is (14,69,82).

RGB: (14,69,82) (5%, 27%, 32%)

RGB channels and saturation

R 14 of 255 = 5%
G 69 of 255 = 27%
B 82 of 255 = 32%

14
69
82

R + G + B ~ 21%. #0E4552 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 69 + 82 = 165 (100%)
R 14 of 165 ~ 8.48%
G 69 of 165 ~ 41.82%
B 82 of 165 ~ 49.7'%

%41.82
%49.7

CMYK color model

#0E4552 color CMYK value is (83,16,0,68).

  • cyan value is 82.93%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (83,16,0,68)
C83M16Y0K68 (83%, 16%, 0%, 68%)
(0.83 / 0.16 / 0.00 / 0.68)

CMYK percentages

%82.93
%15.85
%0
%67.84

Codes

Color #0E4552 in popluar color models

0E 45 52
RGB 14 69 82
HSL 191° 70.83% 18.82%
HSB/HSV 191° 82.93% 32.16%
CMYK 82.93% 15.85% 0.00%
67.84%

Color #0E4552 in popluar number systems.

HEX 0E 45 52
Decimal 14 69 82
Binary 1110 1000101 1010010
Octal 16 105 122

Shades and tints

Shades of #0E4552

#0E4552
(14,69,82)
#0D3F4B
(13,63,75)
#0C3944
(12,57,68)
#0B333D
(11,51,61)
#0A2D36
(10,45,54)
#09272F
(9,39,47)
#082128
(8,33,40)
#071B21
(7,27,33)
#06151A
(6,21,26)
#050F13
(5,15,19)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #0E4552

#0E4552
(14,69,82)
#235561
(35,85,97)
#386570
(56,101,112)
#4D757F
(77,117,127)
#62858E
(98,133,142)
#77959D
(119,149,157)
#8CA5AC
(140,165,172)
#A1B5BB
(161,181,187)
#B6C5CA
(182,197,202)
#CBD5D9
(203,213,217)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4552 color. Also use rgb(14,69,82) instead hex code.

Text Font Color

.myTextColor { color: #0E4552; }

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

This text font color is #0E4552.

Background Color

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

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

This div background color is #0E4552.

Border color

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

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

This div border color is #0E4552.

Opacity

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

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

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

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

This text has shadow with #0E4552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4552.

Preview

Color preview on black background

This text has color #0E4552 on black background.


Color preview on white background

This text has color #0E4552 on white background.


Black color preview on #0E4552 background

This text has black color on #0E4552 background.


White color preview on #0E4552 background

This text has white color on #0E4552 background.


Related colors

Complementary color

Complementary color for #hex is #F1BAAD.


I love getcolorcode.com

Triadic colors

1 #520E45 and #45520E with #0E4552 are triadic colors.

2 #52450E and #450E52 with #0E4552 are triadic colors.