COLOR #0E636E

HEX: #0E636E
RGB: (14,99,110)

Color info

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

RGB color model

#0E636E color RGB value is (14,99,110).

  • red value is 14;
  • green value is 99;
  • blue value is 110.
RGB:
(14,99,110)
(5%,39%,43%)

RGB channels and saturation

R 14 of 255 = 5%
G 99 of 255 = 39%
B 110 of 255 = 43%

14
99
110

R + G + B ~ 29%. #0E636E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 99 + 110 = 223 (100%)
R 14 of 223 ~ 6.28%
G 99 of 223 ~ 44.39%
B 110 of 223 ~ 49.33%

%44.39
%49.33

CMYK color model

#0E636E color CMYK value is (87,10,0,57).

  • cyan value is 87.27%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(87,10,0,57)
C87M10Y0K57 
(87%,10%,0%,57%)
(0.87/0.10/0.00/0.57)	

CMYK percentages

%87.27
%10
%0
%56.86

Codes

Color #0E636E in popluar color models

0E636E
RGB1499110
HSL187°77.42%24.31%
HSB/HSV187°87.27%43.14%
CMYK87.27%10.00%0.00%
56.86%

Color #0E636E in popluar number systems.

HEX0E636E
Decimal1499110
Binary111011000111101110
Octal16143156

Shades and tints

Shades of #0E636E

#0E636E
(14,99,110)
#0D5A64
(13,90,100)
#0C515A
(12,81,90)
#0B4850
(11,72,80)
#0A3F46
(10,63,70)
#09363C
(9,54,60)
#082D32
(8,45,50)
#072428
(7,36,40)
#061B1E
(6,27,30)
#051214
(5,18,20)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #0E636E

#0E636E
(14,99,110)
#23717B
(35,113,123)
#387F88
(56,127,136)
#4D8D95
(77,141,149)
#629BA2
(98,155,162)
#77A9AF
(119,169,175)
#8CB7BC
(140,183,188)
#A1C5C9
(161,197,201)
#B6D3D6
(182,211,214)
#CBE1E3
(203,225,227)
#E0EFF0
(224,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E636E color. Also use rgb(14,99,110) instead hex code.

Text Font Color

.myTextColor { color: #0E636E; }

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

This text font color is #0E636E.


Background Color

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

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

This div background color is #0E636E.


Border color

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

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

This div border color is #0E636E.


Opacity

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

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

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

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

This text has shadow with #0E636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E636E on black background.


Color preview on white background

This text has color #0E636E on white background.



Black color preview on #0E636E background

This text has black color on #0E636E background.


White color preview on #0E636E background

This text has white color on #0E636E background.