COLOR #0E5364

HEX: #0E5364
RGB: (14,83,100)

Color info

#0E5364 contains mainly green and blue colors. Web safe color of #0E5364 is #006666 (or #066).

RGB color model

#0E5364 color RGB value is (14,83,100).

  • red value is 14;
  • green value is 83;
  • blue value is 100.
RGB:
(14,83,100)
(5%,33%,39%)

RGB channels and saturation

R 14 of 255 = 5%
G 83 of 255 = 33%
B 100 of 255 = 39%

14
83
100

R + G + B ~ 26%. #0E5364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 83 + 100 = 197 (100%)
R 14 of 197 ~ 7.11%
G 83 of 197 ~ 42.13%
B 100 of 197 ~ 50.76%

%42.13
%50.76

CMYK color model

#0E5364 color CMYK value is (86,17,0,61).

  • cyan value is 86.00%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(86,17,0,61)
C86M17Y0K61 
(86%,17%,0%,61%)
(0.86/0.17/0.00/0.61)	

CMYK percentages

%86
%17
%0
%60.78

Codes

Color #0E5364 in popluar color models

0E5364
RGB1483100
HSL192°75.44%22.35%
HSB/HSV192°86.00%39.22%
CMYK86.00%17.00%0.00%
60.78%

Color #0E5364 in popluar number systems.

HEX0E5364
Decimal1483100
Binary111010100111100100
Octal16123144

Shades and tints

Shades of #0E5364

#0E5364
(14,83,100)
#0D4C5B
(13,76,91)
#0C4552
(12,69,82)
#0B3E49
(11,62,73)
#0A3740
(10,55,64)
#093037
(9,48,55)
#08292E
(8,41,46)
#072225
(7,34,37)
#061B1C
(6,27,28)
#051413
(5,20,19)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #0E5364

#0E5364
(14,83,100)
#236272
(35,98,114)
#387180
(56,113,128)
#4D808E
(77,128,142)
#628F9C
(98,143,156)
#779EAA
(119,158,170)
#8CADB8
(140,173,184)
#A1BCC6
(161,188,198)
#B6CBD4
(182,203,212)
#CBDAE2
(203,218,226)
#E0E9F0
(224,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5364 color. Also use rgb(14,83,100) instead hex code.

Text Font Color

.myTextColor { color: #0E5364; }

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

This text font color is #0E5364.


Background Color

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

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

This div background color is #0E5364.


Border color

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

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

This div border color is #0E5364.


Opacity

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

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

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

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

This text has shadow with #0E5364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5364 on black background.


Color preview on white background

This text has color #0E5364 on white background.



Black color preview on #0E5364 background

This text has black color on #0E5364 background.


White color preview on #0E5364 background

This text has white color on #0E5364 background.