COLOR #0E4658

HEX: #0E4658
RGB: (14,70,88)

Color info

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

RGB color model

#0E4658 color RGB value is (14,70,88).

  • red value is 14;
  • green value is 70;
  • blue value is 88.
RGB:
(14,70,88)
(5%,27%,35%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 88 of 255 = 35%

14
70
88

R + G + B ~ 22%. #0E4658 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 88 = 172 (100%)
R 14 of 172 ~ 8.14%
G 70 of 172 ~ 40.7%
B 88 of 172 ~ 51.16%

%40.7
%51.16

CMYK color model

#0E4658 color CMYK value is (84,20,0,65).

  • cyan value is 84.09%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(84,20,0,65)
C84M20Y0K65 
(84%,20%,0%,65%)
(0.84/0.20/0.00/0.65)	

CMYK percentages

%84.09
%20.45
%0
%65.49

Codes

Color #0E4658 in popluar color models

0E4658
RGB147088
HSL195°72.55%20.00%
HSB/HSV195°84.09%34.51%
CMYK84.09%20.45%0.00%
65.49%

Color #0E4658 in popluar number systems.

HEX0E4658
Decimal147088
Binary111010001101011000
Octal16106130

Shades and tints

Shades of #0E4658

#0E4658
(14,70,88)
#0D4050
(13,64,80)
#0C3A48
(12,58,72)
#0B3440
(11,52,64)
#0A2E38
(10,46,56)
#092830
(9,40,48)
#082228
(8,34,40)
#071C20
(7,28,32)
#061618
(6,22,24)
#051010
(5,16,16)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E4658

#0E4658
(14,70,88)
#235667
(35,86,103)
#386676
(56,102,118)
#4D7685
(77,118,133)
#628694
(98,134,148)
#7796A3
(119,150,163)
#8CA6B2
(140,166,178)
#A1B6C1
(161,182,193)
#B6C6D0
(182,198,208)
#CBD6DF
(203,214,223)
#E0E6EE
(224,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4658 color. Also use rgb(14,70,88) instead hex code.

Text Font Color

.myTextColor { color: #0E4658; }

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

This text font color is #0E4658.


Background Color

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

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

This div background color is #0E4658.


Border color

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

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

This div border color is #0E4658.


Opacity

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

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

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

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

This text has shadow with #0E4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4658 on black background.


Color preview on white background

This text has color #0E4658 on white background.



Black color preview on #0E4658 background

This text has black color on #0E4658 background.


White color preview on #0E4658 background

This text has white color on #0E4658 background.