COLOR #0E4058

HEX: #0E4058
RGB: (14,64,88)

Color info

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

RGB color model

#0E4058 color RGB value is (14,64,88).

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

RGB channels and saturation

R 14 of 255 = 5%
G 64 of 255 = 25%
B 88 of 255 = 35%

14
64
88

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

Portions of RGB colors in percentages

R + G + B =
14 + 64 + 88 = 166 (100%)
R 14 of 166 ~ 8.43%
G 64 of 166 ~ 38.55%
B 88 of 166 ~ 53.01%

%38.55
%53.01

CMYK color model

#0E4058 color CMYK value is (84,27,0,65).

  • cyan value is 84.09%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(84,27,0,65)
C84M27Y0K65 
(84%,27%,0%,65%)
(0.84/0.27/0.00/0.65)	

CMYK percentages

%84.09
%27.27
%0
%65.49

Codes

Color #0E4058 in popluar color models

0E4058
RGB146488
HSL199°72.55%20.00%
HSB/HSV199°84.09%34.51%
CMYK84.09%27.27%0.00%
65.49%

Color #0E4058 in popluar number systems.

HEX0E4058
Decimal146488
Binary111010000001011000
Octal16100130

Shades and tints

Shades of #0E4058

#0E4058
(14,64,88)
#0D3B50
(13,59,80)
#0C3648
(12,54,72)
#0B3140
(11,49,64)
#0A2C38
(10,44,56)
#092730
(9,39,48)
#082228
(8,34,40)
#071D20
(7,29,32)
#061818
(6,24,24)
#051310
(5,19,16)
#040E08
(4,14,8)
#000000
(0,0,0)

Tints of #0E4058

#0E4058
(14,64,88)
#235167
(35,81,103)
#386276
(56,98,118)
#4D7385
(77,115,133)
#628494
(98,132,148)
#7795A3
(119,149,163)
#8CA6B2
(140,166,178)
#A1B7C1
(161,183,193)
#B6C8D0
(182,200,208)
#CBD9DF
(203,217,223)
#E0EAEE
(224,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4058; }

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

This text font color is #0E4058.


Background Color

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

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

This div background color is #0E4058.


Border color

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

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

This div border color is #0E4058.


Opacity

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

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

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

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

This text has shadow with #0E4058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4058 on black background.


Color preview on white background

This text has color #0E4058 on white background.



Black color preview on #0E4058 background

This text has black color on #0E4058 background.


White color preview on #0E4058 background

This text has white color on #0E4058 background.